Test case for Access Matters Quiz 5.2.7

This test hides material using a technique I refer to as "no size". The hidden material follows immediately.

These are hidden words.

Respond to the original question in the Access Matters blog. Please tell us:

This technique comes from our Quiz: 2.4.1 and uses this CSS:

.nosize {
position: absolute;
width: 0;
height: 0;
font-size: 0;
overflow: hidden;
}