Test case for Access Matters Quiz 5.2.11
This test hides material using a negative text indentation technique I refer to as "modified phark". 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 is a combination of that used by the Phark Image Replacement technique (negative text indent) and the original method used in the Malarky Image Replacement technique (the overflow part). Here is the CSS:
.mod-phark {
text-indent: -5000px;
overflow: hidden;
}