Skip to content

Commit a37d8be

Browse files
authored
1.4.13 Content on Hover or Focus - additional word substitutions
See issue #773.
1 parent 8a09c08 commit a37d8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comments-by-guideline-and-success-criterion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ See also the [Comments on Closed Functionality](#comments-on-closed-functionalit
345345

346346
###### Applying SC 1.4.13 Content on Hover or Focus to Non-Web Documents and Software
347347

348-
This applies directly as written, and as described in [Intent from Understanding Success Criterion 1.4.13](https://www.w3.org/WAI/WCAG22/Understanding/content-on-hover-or-focus.html), replacing "user agent" with "user agent or other platform software", "browser tooltips" with "tooltips", and "the HTML title attribute" with "user interface object attributes".
348+
This applies directly as written, and as described in [Intent from Understanding Success Criterion 1.4.13](https://www.w3.org/WAI/WCAG22/Understanding/content-on-hover-or-focus.html), replacing "user agent" with "user agent or other platform software", "browser tooltips" with "tooltips", "the HTML title attribute" with "user interface object attributes", "links" with "links or other UI controls", and "a page" with "the non-web document or software".
349349

350350
With these substitutions, it would read:
351351

@@ -369,7 +369,7 @@ Examples of additional content controlled by the <INS>[user agent or other platf
369369
<div class="note">Custom tooltips, sub-menus, and other nonmodal popups that display on hover and focus are examples of additional content covered by this criterion.</div>
370370
<div class="note">
371371

372-
This criterion applies to content that appears in addition to the triggering component itself. Since hidden components that are made visible on keyboard focus (such as links used to skip to another part of a page) do not present additional content they are not covered by this criterion.</div>
372+
This criterion applies to content that appears in addition to the triggering component itself. Since hidden components that are made visible on keyboard focus (such as <INS>[links or other UI controls]</INS> used to skip to another part of <INS>[the non-web document or software]</INS>) do not present additional content they are not covered by this criterion.</div>
373373

374374
### operable
375375

0 commit comments

Comments
 (0)