Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions techniques/failures/F1.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,16 @@
<section class="procedure"><h3>Procedure</h3>
<p>For content which uses CSS for positioning: </p>
<ol>
<li>Remove the style information from the document or turn off use of
style sheets in the user agent.</li>
<li>Check that the reading order of the content is correct and the
meaning of the content is preserved.</li>
<li>Identify the content elements that use CSS for positioning.</li>
<li>Check that the reading order of the content is correct and the meaning of the content is preserved in relation to the surrounding page or context, using one of the following methods:
<ul>
<li>Code inspection: review the HTML code to determine the logical reading sequence.</li>
<li>Accessibility tree inspection: examine the accessibility tree to confirm the reading order.</li>
<li>Assistive Technology test: use a screen reader to check how the content is read aloud.</li>
<li>Visual test without CSS positioning: remove positioning styles and observe the visual reading sequence.</li>
</ul>
</li>

</ol>
</section>
<section class="results"><h3>Expected Results</h3>
Expand All @@ -132,4 +138,4 @@
</section><section id="related"><h2>Related Techniques</h2><ul>
<li><a href="../css/C6">C6</a></li>
</ul></section><section id="resources"><h2>Resources</h2></section>
</body></html>
</body></html>