From 194fdc101966904141f177a2625f0e127cd76765 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Wed, 13 Aug 2025 11:56:16 +0200 Subject: [PATCH] update f1 --- techniques/failures/F1.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/techniques/failures/F1.html b/techniques/failures/F1.html index f1d8da18d7..d505ddd2cf 100644 --- a/techniques/failures/F1.html +++ b/techniques/failures/F1.html @@ -117,10 +117,16 @@

Procedure

For content which uses CSS for positioning:

    -
  1. Remove the style information from the document or turn off use of - style sheets in the user agent.
  2. -
  3. Check that the reading order of the content is correct and the - meaning of the content is preserved.
  4. +
  5. Identify the content elements that use CSS for positioning.
  6. +
  7. 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.
    • +
    +
  8. +

Expected Results

@@ -132,4 +138,4 @@

Resources

- \ No newline at end of file +