You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _baselines/13Structure.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ order-number: 14
21
21
- The heading level 1 on a page is not required to match the page title.
22
22
- The order of heading levels may not always be in sequence but may be valid as it relates to the visual structure/importance communicated by visible headings on the page. For example, an `<h2>` heading may be used for a navigation structure that precedes an `<h1>` title on a page. Similarly, `<h1>` may be followed by `<h3>` without `<h2>` between them.
23
23
- Not all lists need markup. For instance, sentences that contain comma-separated lists may not need list markup ([H48: Using ol, ul and dl for lists or groups of links](http://www.w3.org/TR/2016/NOTE-WCAG20-TECHS-20161007/H48)).
24
+
- A test for Visually Apparent Lists should not include navigation menus. While programmatic lists are often used to create navigation menus, menus may also be created using other techniques.
24
25
25
26
### 13.1 Test Procedure for Descriptive Headings
26
27
@@ -78,7 +79,7 @@ order-number: 14
78
79
79
80
**Baseline Test ID:** 13.4-List
80
81
##### Identify Content
81
-
<pid="4IC">Visually apparent lists, which appear as a grouping of items typically one below the other. Determine the type of list:
82
+
<pid="4IC">Visually apparent lists, which appear as a grouping of items typically one below the other. Exclude navigation menus. Determine the type of list:
82
83
<ul>
83
84
<li>An unordered list is not numbered and is used where sequence or the ability to reference specific items by number/letter is not important. List items have the same visual marking or may have no marking. </li>
84
85
<li>An ordered lists is numbered sequentially and, if necessary, hierarchically (e.g., 1, 2, 2a, 2ai, etc.) and is used where sequence or the ability to reference specific items by a unique number/letter is important.</li>
@@ -98,6 +99,7 @@ For each visually apparent list:
98
99
<pid="4TR">If any of the above checks fail, Baseline Test 13.4-List fails.</p>
99
100
100
101
### Advisory: Tips for streamlined test processes
102
+
- There is not a test to check that programmatic lists are visually apparent lists.
101
103
102
104
#### WCAG 2.0 Techniques
103
105
The following sufficient techniques and/or common failures were considered when developing this test procedure for this baseline requirement:
Copy file name to clipboardExpand all lines: _baselines/ChangeLog3.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Note: Minor punctuation, formatting and spelling changes not included.
18
18
| 10.1 Form Names | Instruction 2: separated to 2 test instructions, added SC 1.1.1. New instruction 2 maps to SC 1.1.1 and new instruction 3 maps to SC 4.1.2 |
19
19
| 10.1, 10.2, 10.5 | Identify Content: Added "that do not have <code>visibility:hidden</code> or <code>display:none</code>" after "Find all form components". |
20
20
| 10.5 Form has a Label | Test Procedure name changed to "Form has a Visible Label" and instruction 1 edited to include "has visible label(s) or instructions while the form component has focus." |
21
+
| 13. Content Structure | Limitations, Assumptions, Exceptions: Added "A test for Visually Apparent Lists should not include navigation menus. While programmatic lists are often used to create navigation menus, menus may also be created using other techniques." |
21
22
| 13.4 Visually Apparent Lists | Moved HTML code from Identify Content to Test Instructions, added description of visual list, added more detail to test instructions |
22
23
| 16.1 Audio Only | Instruction 2: replaced image of text with an image-only PDF as a more real-world example |
23
24
| 17.4 Captions (Prerecorded) | Identify Content: added "that is not a media alternative for text and is clearly labeled as such" |
0 commit comments