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:
- The screen reader used for this test
- The screen reader's version
- Were the hidden words spoken?
- Were the hidden words displayed?
- Did anything unusual or unexpected happen in the browser?
- Where appropriate, the browser type and version.
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;
}