Skip to content

Commit ce91353

Browse files
Change
    to
      when no order is intended (non-normative) (#3518)
The understanding documents are oddly inconsistent when it comes to use of `
    ` and `
1 parent e5e3a97 commit ce91353

14 files changed

+282
-316
lines changed

conformance-challenges/index.html

Lines changed: 75 additions & 102 deletions
Large diffs are not rendered by default.

understanding/20/headings-and-labels.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@

Techniques for Headings and Labels

117117
<section id="sufficient">
118118
<h3>Sufficient Techniques for Headings and Labelsh3>
119119

120-
<ol>
120+
<ul>
121121
<li>
122122
<a href="../Techniques/general/G130" class="general">Providing descriptive headingsa>
123123
li>
124124
<li>
125125
<a href="../Techniques/general/G131" class="general">Providing descriptive labelsa>
126126
li>
127-
ol>
127+
ul>
128128

129129

130130
<div class="note">

understanding/20/use-of-color.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@

Intent of Use of Color

105105

106106
<p>Most user agents provide users with a color-only cue that a link has been previously activated by them ("visited"). However, several technical constraints result in authors having very limited control over these color-only indications of visited links. The technical constraints are as follows:p>
107107

108-
<ol>
108+
<ul>
109109
<li>
110110
User agents constrain the exposure of a link's visited state due to <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector">privacy concernsa>. Author queries to user agents will indicate all links have not been visited.
111111
li>
@@ -119,7 +119,7 @@

Intent of Use of Color

119119
Authors also cannot set the visited state of links. The anchor element does not include a "visited" attribute; therefore the author has no ability to alter the state through an attribute setting. As such, authors cannot achieve <a href="info-and-relationships">1.3.1 Info and Relationshipsa> or
120120
<a href="name-role-value">4.1.2 Name, Role, Valuea> in regard to visited links.
121121
li>
122-
ol>
122+
ul>
123123

124124
<p>For these reasons, setting or conveying a link's visited status is not an author responsibility. Where color alone distinguishes between visited and unvisited links, it does not result in a failure of this Success Criterion, even where the contrast between the two link colors is below 3:1. Note that authors must continue to ensure that all text links meet contrast minimums against the page background (SC 1.4.3).p>
125125
div>

understanding/21/content-on-hover-or-focus.html

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@

In brief

1515
<dt>What to dodt><dd>If hover or focus causes content changes, ensure interaction is predictable.dd>
1616
<dt>Why it's importantdt><dd>Unpredictable temporary content can be hard for some to consume and may disrupt others.dd>
1717
dl>
18-
1918
section>
2019

2120
<section id="intent">
2221
<h2>Intenth2>
2322
<p>Additional content that appears and disappears in coordination with keyboard focus or pointer hover often leads to accessibility issues. Reasons for such issues include:p>
24-
<ol>
25-
<li>the user may not have intended to trigger the interactionli>
26-
<li>the user may not know new content has appearedli>
27-
<li>the new content may intefere with a user's ability to do a taskli>
28-
ol>
23+
<ul>
24+
<li>the user may not have intended to trigger the interactionli>
25+
<li>the user may not know new content has appearedli>
26+
<li>the new content may intefere with a user's ability to do a taskli>
27+
ul>
2928

3029
<p>Examples of such interactions can include custom tooltips, sub-menus and other nonmodal popups which display on hover and focus. The intent of this success criterion is to ensure that authors who cause additional content to appear and disappear in this manner must design the interaction in such a way that users can:p>
3130
<ul>
@@ -45,10 +44,10 @@

Intent

4544
<h3>Dismissableh3>
4645
<p>The intent of this condition is to ensure that the additional content does not interfere with viewing or operating the page's original content. When magnified, the portion of the page visible in the viewport can be significantly reduced. Mouse users frequently move the pointer to pan the magnified viewport and display another portion of the screen. However, almost the entire portion of the page visible in this restricted viewport may trigger the additional content, making it difficult for a user to pan without re-triggering the content. A keyboard means of dismissing the additional content provides a workaround.p>
4746
<p>Alternatively, low vision users who can only navigate via the keyboard do not want the small area of their magnified viewport cluttered with hover text. They need a keyboard method of dismissing something that is obscuring the current focal area.p>
48-
<p>Two methods may be used to satisfy this condition and prevent such interference:p>
47+
<p>Two methods may be used to satisfy this condition and prevent such interference:p>
4948
<ol>
50-
<li>Position the additional content so that it does not obscure any other content including the trigger, with the exception of white space and purely decorative content, such as a background graphic which provides no information.li>
51-
<li>Provide a mechanism to easily dismiss the additional content, such as by pressing Escape.li>
49+
<li>Position the additional content so that it does not obscure any other content including the trigger, with the exception of white space and purely decorative content, such as a background graphic which provides no information.li>
50+
<li>Provide a mechanism to easily dismiss the additional content, such as by pressing Escape.li>
5251
ol>
5352
<p>For most triggers of relatively small size, it is desirable for both methods to be implemented. If the trigger is large, noticing the additional content may be of concern if it appears away from the trigger. In those cases, only the second method may be appropriate.p>
5453
<p>The success criterion allows for input error messages to persist as there are cases that require attention, explicit confirmation or remedial action.p>
@@ -62,34 +61,34 @@

Hoverable

6261
<h3>Persistenth3>
6362
<p>The intent of this condition is to ensure users have adequate time to perceive the additional content after it becomes visible. Users with disabilities may require more time for many reasons, such as to change magnification, move the pointer, or simply to bring the new content into their visual field. Once it appears, the content should remain visible until:p>
6463
<ul>
65-
<li>The user removes hover or focus from the trigger and the additional content, consistent with the typical user experience;li>
66-
<li>The user dismisses the additional content via the mechanism provided to satisfy the Dismissable condition; orli>
67-
<li>The information conveyed by the additional content becomes invalid, such as a 'busy' message that is no longer valid.li>
64+
<li>The user removes hover or focus from the trigger and the additional content, consistent with the typical user experience;li>
65+
<li>The user dismisses the additional content via the mechanism provided to satisfy the Dismissable condition; orli>
66+
<li>The information conveyed by the additional content becomes invalid, such as a 'busy' message that is no longer valid.li>
6867
ul>
6968
section>
7069
<section>
7170
<h3>Additional Notesh3>
7271
<ul>
73-
<li>This criterion does not attempt to solve such issues when the appearance of the additional content is completely controlled by the user agent. A prominent example is the common behavior of browsers to display the <code>titlecode>  attribute in HTML as a small tooltip.li>
74-
<li>Modal dialogs are out of scope for this criterion because they must take keyboard focus and thus should not appear on hover or focus. Refer to <a href="https://www.w3.org/TR/WCAG21/#on-focus">Success Criterion 3.2.1, On Focusa>.li>
75-
<li>Content which can be triggered via pointer hover should also be able to be triggered by keyboard focus. Refer to <a href="https://www.w3.org/TR/WCAG21/#keyboard">Success Criterion 2.1.1, Keyboarda>.li>
72+
<li>This criterion does not attempt to solve such issues when the appearance of the additional content is completely controlled by the user agent. A prominent example is the common behavior of browsers to display the <code>titlecode>  attribute in HTML as a small tooltip.li>
73+
<li>Modal dialogs are out of scope for this criterion because they must take keyboard focus and thus should not appear on hover or focus. Refer to <a href="https://www.w3.org/TR/WCAG21/#on-focus">Success Criterion 3.2.1, On Focusa>.li>
74+
<li>Content which can be triggered via pointer hover should also be able to be triggered by keyboard focus. Refer to <a href="https://www.w3.org/TR/WCAG21/#keyboard">Success Criterion 2.1.1, Keyboarda>.li>
7675
ul>
7776
section>
7877
section>
79-
80-
<section id="benefits">
78+
79+
<section id="benefits">
8180
<h2>Benefitsh2>
8281
<ul>
83-
<li>Users with low vision who view content under magnification will be better able to view content on hover or focus without reducing their desired magnification.li>
84-
<li>Users who increase the size of mouse cursors via platform settings or assistive technology will be able to employ a technique to view obscured content on hover.li>
85-
<li>Users with low vision or cognitive disabilities will have adequate time to perceive additional content appearing on hover or focus and to view the trigger content with less distraction.li>
86-
<li>users with low pointer accuracy will be able to more easily dismiss unintentionally-triggered additional contentli>
82+
<li>Users with low vision who view content under magnification will be better able to view content on hover or focus without reducing their desired magnification.li>
83+
<li>Users who increase the size of mouse cursors via platform settings or assistive technology will be able to employ a technique to view obscured content on hover.li>
84+
<li>Users with low vision or cognitive disabilities will have adequate time to perceive additional content appearing on hover or focus and to view the trigger content with less distraction.li>
85+
<li>users with low pointer accuracy will be able to more easily dismiss unintentionally-triggered additional contentli>
8786
ul>
8887
section>
89-
88+
9089
<section id="examples">
9190
<h2>Examplesh2>
92-
91+
9392
<section class="example">
9493
<h3>Example 1: Dismissable Tooltiph3>
9594
<figure id="figure-mouse-tooltip-below">
@@ -102,7 +101,7 @@

Example 1: Dismissable Tooltip

102101
<figcaption>The button's tooltip also appears on focus and can be removed with the Escape key. The screen shot shows the same LVTF button with focus, but the tooltip has been dismissed and is no longer visible.figcaption>
103102
figure>
104103
section>
105-
104+
106105
<section class="example">
107106
<h3>Example 2: Hoverable Tooltiph3>
108107
<figure id="figure-large-pointer-tooltip">
@@ -119,7 +118,7 @@

Resources

119118
<li><a href="https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/">Tooltip design described in WAI-ARIA Authoring Practicesa>li>
120119
ul>
121120
section>
122-
121+
123122
<section id="techniques">
124123
<h2>Techniquesh2>
125124
<section id="sufficient">

understanding/21/interruptions-minimum.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@

Understanding Interruptions (Minimum)

1111
<h2>Intenth2>
1212
<p>The intent of this Success Criterion is to avoid interrupting users during their interaction with a Web page. When users are distracted, especially users with impaired attention or memory, they may forget what they were doing and abandon the task. This can happen even when the original task is extremely important.p>
1313
<p>Where a site may generate interruptions, the user must be able to postpone or suppress them, such that: p>
14-
<ol>
14+
<ul>
1515
<li>Popups and other interruptions can be easily delayed or turned off [Editor: do we need a definition for popup?]li>
1616
<li>Media events can be easily delayed or turned off [Editor: how is this different from Pause, Hide, Stop?]li>
1717
<li>Chat functions can be easily turned off and on again li>
1818
<li>Non-critical messages can easily be turned off and on again li>
19-
ol>
19+
ul>
2020
<p>Changes in content that are not initiated by the user must be avoided. Secondary content (such as special offers or complementary material) should be easily identified, controlled and turned off.p>
2121
<p>Other potential distractions are covered by existing WCAG Success Criteria <a href="pause-stop-hide" class="sc">Pause, Stop, Hidea>, <a href="audio-control" class="sc">Audio Controla>, <a href="three-flashes-or-below-threshold" class="sc">Three Flashes or Below Thresholda>, <a href="low-or-no-background-audio" class="sc">Low or No Background Audioa>, <a href="timing-adjustable" class="sc">Timing Adjustablea>. These success criteria are aimed at specific considerations which can have repercussions on certain user groups, but also have a broader effect of reducing distractions for all users.p>
2222

0 commit comments

Comments
 (0)