Test case for Access Matters Quiz 5.2.9a
This test hides material using a technique I refer to as "Zoe's off left". Zoe is a colleague who suggested this technique. Similar to off-left, it uses absolute positioning, but combines it with a large negative left margin to move material off to the left. 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.
Here is the CSS:
.zoe-left {
position: absolute;
margin-left: -9000px;
}