Test case for Access Matters Quiz 5.2.10

This test hides material using a technique I refer to as "clipped". 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 a question asked some time ago by Laurent Denis on Gez Lemon's blog entry about hidden form labels. Here is the CSS:

.clipped {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}