From 38854696c9e1125a25f88d812ddaf0025d13b81f Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:09:04 +0100 Subject: [PATCH 01/17] Create F114.html --- techniques/failures/F114.html | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 techniques/failures/F114.html diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html new file mode 100644 index 0000000000..70afd88733 --- /dev/null +++ b/techniques/failures/F114.html @@ -0,0 +1,47 @@ +Failure to make content dismissable without moving pointer hover or keyboard focus +

Failure to make content dismissable without moving pointer hover or keyboard focus

+

ID: F114

Technology: failures

Type: Failure

+

When to Use

+

Applies when the user causes additional content now covering other parts of content to appear by focusing an element via the keyboard or pointer hover, and cannot dismiss this additional content wuthout moving the focus

+

Description

+

Content elements can respond to receiving keyboard focus or pointer hiver by inserting additional content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:>(p> +

Examples

+ +
+

Tests

+

Procedure

+
    +
  1. +
      +
    • Using the tab key, navigate through interactive content.
    • +
    • If popup content appears that hides information, press the ESC key and check whether this closes the popup content
    • +
    +
  2. +
  3. +
      +
    • Move the pointer over interactive elements.
    • +
    • If popup content appears that hides information: +
        +
      • press the ESC key and check whether this closes the popup content
      • +
      • Activate the pointer device at the current pointer position
      • +
      +
    +
  4. +
+
+

Expected Results

+
    +
  • If popup content on keyboard focus does not disappear when pressing ESC or popup content on hover does not disappear when pressing ESC or activating the pointer at the same position then this failure + condition applies and content fails the success criterion.
  • +
+
+ + From a8d49c252de2ea3391152cb924d805b11a9ddfb6 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:15:07 +0100 Subject: [PATCH 02/17] Update F114.html Changed Technique `title` and `h1` to include SC 1.4.13 --- techniques/failures/F114.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 70afd88733..b0bf2a3661 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -1,5 +1,8 @@ -Failure to make content dismissable without moving pointer hover or keyboard focus -

Failure to make content dismissable without moving pointer hover or keyboard focus

+Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving pointer hover or keyboard focus + + + +

Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving pointer hover or keyboard focus

ID: F114

Technology: failures

Type: Failure

When to Use

Applies when the user causes additional content now covering other parts of content to appear by focusing an element via the keyboard or pointer hover, and cannot dismiss this additional content wuthout moving the focus

From 78ecd241fe9eec6393d69c091ed71d7d37acab1d Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:17:49 +0100 Subject: [PATCH 03/17] Update F114.html Change of "When to use" text --- techniques/failures/F114.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index b0bf2a3661..60d0821cd0 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -5,7 +5,7 @@

Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving pointer hover or keyboard focus

ID: F114

Technology: failures

Type: Failure

When to Use

-

Applies when the user causes additional content now covering other parts of content to appear by focusing an element via the keyboard or pointer hover, and cannot dismiss this additional content wuthout moving the focus

+

Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear that cannot dismissed without moving the focus.

Description

Content elements can respond to receiving keyboard focus or pointer hiver by inserting additional content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:>(p>

    From 387bc8391b570e3b72356bf47c447a17f1970d36 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:19:27 +0100 Subject: [PATCH 04/17] Update F114.html syntax corrections --- techniques/failures/F114.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 60d0821cd0..467dbb962b 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -6,12 +6,13 @@

    Failure of Success Criterion 1.4.13 Content on hover and focus when content

    ID: F114

    Technology: failures

    Type: Failure

    When to Use

    Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear that cannot dismissed without moving the focus.

    -

    Description

    -

    Content elements can respond to receiving keyboard focus or pointer hiver by inserting additional content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:>(p> +

    +

    Description

    +

    Content elements can respond to receiving keyboard focus or pointer hiver by inserting additional content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:

    • the new content may cover content that the user may want to access
    • The new content may not appear fully in the magnified viewport, necessitating a move of the viewport by panning or pointer focussing in order to access the new content
    • - +

    Examples

    • Custom tooltip: When focussing an icon with a question mark set after an input field, a popup window with an explanation if the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
    • From 1895f1e7ada4b628a44e800ffc47fa7981ce85eb Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:23:33 +0100 Subject: [PATCH 05/17] Update F114.html Extension of description --- techniques/failures/F114.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 467dbb962b..39b959069e 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -8,12 +8,14 @@

      When to Use

      Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear that cannot dismissed without moving the focus.

    Description

    -

    Content elements can respond to receiving keyboard focus or pointer hiver by inserting additional content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:

    +

    Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:

    • the new content may cover content that the user may want to access
    • The new content may not appear fully in the magnified viewport, necessitating a move of the viewport by panning or pointer focussing in order to access the new content
    -

    Examples

    +

    It is therefore important that users have an easy way to dismiss such content. The most common method to dismiss popup content of focus or hover is for users to press the ESC key. Another possible method is activating the pointer at the current location.

    +
    +

    Examples

    • Custom tooltip: When focussing an icon with a question mark set after an input field, a popup window with an explanation if the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
    • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
    • From 25d1982de268289cd468fd53b244be7e6d8eee57 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:24:45 +0100 Subject: [PATCH 06/17] Update F114.html Slight change to title and h1 --- techniques/failures/F114.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 39b959069e..7764ce7885 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -1,8 +1,8 @@ -Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving pointer hover or keyboard focus +Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving the pointer or the keyboard focus -

      Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without moving pointer hover or keyboard focus

      +

      Failure of Success Criterion 1.4.13 Content on hover and focus when content cannot be dismissed without the pointer hover or the keyboard focus

      ID: F114

      Technology: failures

      Type: Failure

      When to Use

      Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear that cannot dismissed without moving the focus.

      From 7569cd3abd127ddf0a132bccba1714e4b5b31815 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:29:26 +0100 Subject: [PATCH 07/17] Update F114.html Edit of description --- techniques/failures/F114.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 7764ce7885..53e689d67f 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -8,12 +8,12 @@

      When to Use

      Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear that cannot dismissed without moving the focus.

      Description

      -

      Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content that may now cover other parts of content. For users, especially thoses using strong page magnification, this addition of content without activation can be disorienting in different ways:

      +

      Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content that may now cover other parts of content. For users, especially those that use strong page magnification, this addition of popup content without activation can be disorienting in different ways:

        -
      • the new content may cover content that the user may want to access
      • -
      • The new content may not appear fully in the magnified viewport, necessitating a move of the viewport by panning or pointer focussing in order to access the new content
      • +
      • the new popup content may cover content that the user may want to access
      • +
      • The new popup content may not appear fully in the magnified viewport, necessitating a move of the viewport by panning, tabbing, or pointer focussing in order to access the popup content
      -

      It is therefore important that users have an easy way to dismiss such content. The most common method to dismiss popup content of focus or hover is for users to press the ESC key. Another possible method is activating the pointer at the current location.

      +

      Since popup content on hover and focus can unexpectedy cover page content that users may want to access, it is important that there is an easy way to dismiss such popup content. The most common method is for that is to press the ESC key. Another possible method is activating the pointer at the current location.

      Examples

        From 3f63651d6b51300cca16e66684cb0b0e6f396aba Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:32:33 +0100 Subject: [PATCH 08/17] Update F114.html Editing examples --- techniques/failures/F114.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 53e689d67f..e6624224aa 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -19,7 +19,7 @@

        Examples

        • Custom tooltip: When focussing an icon with a question mark set after an input field, a popup window with an explanation if the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
        • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
        • -
        • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears over a decorative image. Across different viewport widths, the submenu does not cover information, only a part of the decorative image. This is not a failure.
        • +
        • Sub-menu over decorative content or whitespace: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears over a decorative image or whitespace. Across different viewport widths, the submenu does not cover information. This is not a failure.

      Tests

      From a4e1504e49c6defc78dc20488e53ea35e7225258 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 14:36:43 +0100 Subject: [PATCH 09/17] Update F114.html minor typo corrections --- techniques/failures/F114.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index e6624224aa..49b6cc3a1b 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -17,7 +17,7 @@

      Description

      Examples

        -
      • Custom tooltip: When focussing an icon with a question mark set after an input field, a popup window with an explanation if the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
      • +
      • Custom tooltip: When focussing an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
      • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
      • Sub-menu over decorative content or whitespace: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears over a decorative image or whitespace. Across different viewport widths, the submenu does not cover information. This is not a failure.
      From e3ee1b6ce1f4b9844dc4fc84204e618e7dce0203 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 15:12:48 +0100 Subject: [PATCH 10/17] Failure Technique for 1.4.13 Content on hover and focus (F115.html) New Failure Technique for 1.4.13 Content on hover or focus (popup content disappears when the pointer is moved over it) --- techniques/F114.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 techniques/F114.html diff --git a/techniques/F114.html b/techniques/F114.html new file mode 100644 index 0000000000..05e0dd4ed0 --- /dev/null +++ b/techniques/F114.html @@ -0,0 +1,33 @@ +Failure of Success Criterion 1.4.13 Content on hover or focus when the pointer cannot be moved over the new popup content without it automatically closing + + + +

      Failure of Success Criterion 1.4.13 Content on hover or focus when the pointer cannot be moved over the new popup content without it automatically closing

      +

      ID: F114

      Technology: failures

      Type: Failure

      +

      When to Use

      +

      Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear and cannot moce the pointer over the new popup in order to fully access its contents without the popup automatically closing.

      +
      +

      Description

      +

      Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content that may now cover other parts of content. For users who use strong page magnification, the popup content ids often only partly visible in the enlarged viewport. A common way to access those parts that are hidden is by moving the pointer over the popup content, thereby automatically moving the viewport (the enlarged section).

      +

      In some cases, content is designed in a way where moving the pointer outside the trigger that caused the popup content to appear will automatically close the popup. This majkes it impossible to pointer users,especially thise using strong magnification, to access the full content of the popup.

      +
      +

      Examples

      +
        +
      • Custom tooltip: When hovering the pointer ober an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears to the left of the icon. Parts of the popup may not be visible in the current enlarged viewport. The attempt to move the pointer towards the popup content causes it to close as soon the pointer is no longer over the target area of the trigger.
      • +
      • Sub-menu: When the pointer is moved over the entry in a horizonal menubar, a submenu appears. Moving the pointer over the submenu closes the menu.
      • +
      +
      +

      Tests

      +

      Procedure

      +
        +
      • Using pointer, explore the page content, especially interactive menus and icon controls, to check for popups appearing on pointer hover.
      • +
      • If popup content appears, move the pointer over the popup content.
      • +
      + +

      Expected Results

      +
        +
      • If popup content closes when moving the pointer over it, then this failure condition applies and content fails the success criterion.
      • +
      +
      + + From 1e53189be1da62be4173ed5333459c95cfb52fd7 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 15:28:22 +0100 Subject: [PATCH 11/17] Create F115.html Failure techniwque for 1.4.13 Content on hover or focus to cover situations where the pointer cannot be moved over popup content without that content automatically closing. --- techniques/failures/F115.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 techniques/failures/F115.html diff --git a/techniques/failures/F115.html b/techniques/failures/F115.html new file mode 100644 index 0000000000..0775cb7d62 --- /dev/null +++ b/techniques/failures/F115.html @@ -0,0 +1,33 @@ +Failure of Success Criterion 1.4.13 Content on hover and focus when the pointer cannot be moved over the new popup content without that content closing + + + +

      Failure of Success Criterion 1.4.13 Content on hover and focus when the pointer cannot be moved over the new popup content without that content closing

      +

      ID: F114

      Technology: failures

      Type: Failure

      +

      When to Use

      +

      Applies when the user, by hovering over parts of content causes popup content to appear and the pointer cannot be moved over that new popup content without it automatically closing.

      +
      +

      Description

      +

      Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content. For users, especially those that use strong page magnification, this new popup content may not be fully visible. It is therefore important that they can mocve the pointer over it to access it fully.

      +

      In some cases, popup content is designed in a way where it automatically closes as soon as the pointer leaver the target area of the trigger that caused the content to appear on hover.

      +
      +

      Examples

      +
        +
      • Custom tooltip: When focussing an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears next to the icon. Moving the pointer away form the icon and over the popup automatically closes the popup content.
      • +
      • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears. Moving the pointer away from the main menu item toward the submenu closes this submenu.
      • +
      +
      +

      Tests

      +

      Procedure

      +
        +
      • Using thepointer, explore page content, especially menus and icons like help or information icons.
      • +
      • If popup content appears, move the pointer over the popup content
      • +
      +
      +

      Expected Results

      +
        +
      • If popup content disappears when moving the pointer over it then this failure condition applies and content fails the success criterion.
      • +
      +
      + + From fa38e6a4f3da958a4ce0f82eabf3c15623dac1df Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Mon, 24 Nov 2025 17:53:49 +0100 Subject: [PATCH 12/17] Delete techniques/F114.html --- techniques/F114.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 techniques/F114.html diff --git a/techniques/F114.html b/techniques/F114.html deleted file mode 100644 index 05e0dd4ed0..0000000000 --- a/techniques/F114.html +++ /dev/null @@ -1,33 +0,0 @@ -Failure of Success Criterion 1.4.13 Content on hover or focus when the pointer cannot be moved over the new popup content without it automatically closing - - - -

      Failure of Success Criterion 1.4.13 Content on hover or focus when the pointer cannot be moved over the new popup content without it automatically closing

      -

      ID: F114

      Technology: failures

      Type: Failure

      -

      When to Use

      -

      Applies when the user, by hovering over parts of content or by focusing an element via the keyboard, causes popup content to appear and cannot moce the pointer over the new popup in order to fully access its contents without the popup automatically closing.

      -
      -

      Description

      -

      Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content that may now cover other parts of content. For users who use strong page magnification, the popup content ids often only partly visible in the enlarged viewport. A common way to access those parts that are hidden is by moving the pointer over the popup content, thereby automatically moving the viewport (the enlarged section).

      -

      In some cases, content is designed in a way where moving the pointer outside the trigger that caused the popup content to appear will automatically close the popup. This majkes it impossible to pointer users,especially thise using strong magnification, to access the full content of the popup.

      -
      -

      Examples

      -
        -
      • Custom tooltip: When hovering the pointer ober an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears to the left of the icon. Parts of the popup may not be visible in the current enlarged viewport. The attempt to move the pointer towards the popup content causes it to close as soon the pointer is no longer over the target area of the trigger.
      • -
      • Sub-menu: When the pointer is moved over the entry in a horizonal menubar, a submenu appears. Moving the pointer over the submenu closes the menu.
      • -
      -
      -

      Tests

      -

      Procedure

      -
        -
      • Using pointer, explore the page content, especially interactive menus and icon controls, to check for popups appearing on pointer hover.
      • -
      • If popup content appears, move the pointer over the popup content.
      • -
      - -

      Expected Results

      -
        -
      • If popup content closes when moving the pointer over it, then this failure condition applies and content fails the success criterion.
      • -
      -
      - - From 864bbc47bf4ec76caa79ef8f4e10ac02534d9d3d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 2 Mar 2026 16:55:18 +0000 Subject: [PATCH 13/17] Apply suggestion from @patrickhlauke --- techniques/failures/F114.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 49b6cc3a1b..3700ba5c8e 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -13,7 +13,7 @@

      Description

    • the new popup content may cover content that the user may want to access
    • The new popup content may not appear fully in the magnified viewport, necessitating a move of the viewport by panning, tabbing, or pointer focussing in order to access the popup content
    -

    Since popup content on hover and focus can unexpectedy cover page content that users may want to access, it is important that there is an easy way to dismiss such popup content. The most common method is for that is to press the ESC key. Another possible method is activating the pointer at the current location.

    +

    Since popup content on hover and focus can unexpectedly cover page content that users may want to access, it is important that there is an easy way to dismiss such popup content. The most common method is for that is to press the ESC key. Another possible method is activating the pointer at the current location.

    Examples

      From 67a878608e72024de64667db37567db1688972d3 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 2 Mar 2026 16:57:25 +0000 Subject: [PATCH 14/17] Apply suggestion from @patrickhlauke --- techniques/failures/F115.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F115.html b/techniques/failures/F115.html index 0775cb7d62..4320194dcd 100644 --- a/techniques/failures/F115.html +++ b/techniques/failures/F115.html @@ -8,7 +8,7 @@

      When to Use

      Applies when the user, by hovering over parts of content causes popup content to appear and the pointer cannot be moved over that new popup content without it automatically closing.

    Description

    -

    Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content. For users, especially those that use strong page magnification, this new popup content may not be fully visible. It is therefore important that they can mocve the pointer over it to access it fully.

    +

    Content elements may respond to receiving keyboard focus or pointer hover by inserting additional popup content. For users, especially those that use strong page magnification, this new popup content may not be fully visible. It is therefore important that they can move the pointer over it to access it fully.

    In some cases, popup content is designed in a way where it automatically closes as soon as the pointer leaver the target area of the trigger that caused the content to appear on hover.

    Examples

    From 50dbc96171cc7bb3f3a0f67bb5731a0f7bd4a43d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 2 Mar 2026 16:58:08 +0000 Subject: [PATCH 15/17] Apply suggestion from @patrickhlauke --- techniques/failures/F114.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/techniques/failures/F114.html b/techniques/failures/F114.html index 3700ba5c8e..e97b0f56ac 100644 --- a/techniques/failures/F114.html +++ b/techniques/failures/F114.html @@ -18,8 +18,8 @@

    Description

    Examples

    • Custom tooltip: When focussing an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears that covers a part of the form. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
    • -
    • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
    • -
    • Sub-menu over decorative content or whitespace: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears over a decorative image or whitespace. Across different viewport widths, the submenu does not cover information. This is not a failure.
    • +
    • Sub-menu: When the mouse pointer is moved over the entry in a horizontal menubar, a submenu appears. Pressing the ESC key or activating the pointer at the same position fails to close the submenu.
    • +
    • Sub-menu over decorative content or whitespace: When the mouse pointer is moved over the entry in a horizontal menubar, a submenu appears over a decorative image or whitespace. Across different viewport widths, the submenu does not cover information. This is not a failure.

    Tests

    From e4aeaedf9e6ba88e33acc5f3e9c345d38d96358d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 2 Mar 2026 16:58:41 +0000 Subject: [PATCH 16/17] Apply suggestion from @patrickhlauke --- techniques/failures/F115.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F115.html b/techniques/failures/F115.html index 4320194dcd..de111e4189 100644 --- a/techniques/failures/F115.html +++ b/techniques/failures/F115.html @@ -14,7 +14,7 @@

    Description

    Examples

    • Custom tooltip: When focussing an icon with a question mark that is placed after an input field, a popup window with an explanation of the expected input appears next to the icon. Moving the pointer away form the icon and over the popup automatically closes the popup content.
    • -
    • Sub-menu: When the mouse pointer is moved over the entry in a horizonal menubar, a submenu appears. Moving the pointer away from the main menu item toward the submenu closes this submenu.
    • +
    • Sub-menu: When the mouse pointer is moved over the entry in a horizontal menubar, a submenu appears. Moving the pointer away from the main menu item toward the submenu closes this submenu.

    Tests

    From d94ede664375c254ac5f76a7228b908039ad39bb Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 2 Mar 2026 16:59:09 +0000 Subject: [PATCH 17/17] Apply suggestion from @patrickhlauke --- techniques/failures/F115.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/failures/F115.html b/techniques/failures/F115.html index de111e4189..2553a61853 100644 --- a/techniques/failures/F115.html +++ b/techniques/failures/F115.html @@ -20,7 +20,7 @@

    Examples

    Tests

    Procedure

      -
    • Using thepointer, explore page content, especially menus and icons like help or information icons.
    • +
    • Using the pointer, explore page content, especially menus and icons like help or information icons.
    • If popup content appears, move the pointer over the popup content