Procedure
For content which uses CSS for positioning:
- - Remove the style information from the document or turn off use of
- style sheets in the user agent.
- - Check that the reading order of the content is correct and the
- meaning of the content is preserved.
+ - Identify the content elements that use CSS for positioning.
+ - 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:
+
+ - Code inspection: review the HTML code to determine the logical reading sequence.
+ - Accessibility tree inspection: examine the accessibility tree to confirm the reading order.
+ - Assistive Technology test: use a screen reader to check how the content is read aloud.
+ - Visual test without CSS positioning: remove positioning styles and observe the visual reading sequence.
+
+
+