Skip to content

Commit

Permalink
Listbox Examples: Correct skipped heading level issue; change some h4…
Browse files Browse the repository at this point in the history
… to h3. (pull #2119)
  • Loading branch information
WilcoFiers committed Nov 14, 2021
1 parent 742e1ca commit 5a9891f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/listbox/listbox-collapsible.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 id="ex_label">Example</h2>
</div>
</div>
<div role="separator" id="ex_end_sep" aria-labelledby="ex_end_sep ex_label" aria-label="End of"></div>
<h4>Notes</h4>
<h3>Notes</h3>
<p>This listbox is scrollable; it has more options than its height can accommodate.</p>
<ol>
<li>
Expand Down
4 changes: 2 additions & 2 deletions examples/listbox/listbox-rearrangeable.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3 id="ex1_label">Example 1: Single-Select Listbox</h3>
</div>
</div>
<div role="separator" id="ex1_end_sep" aria-labelledby="ex1_end_sep ex1_label" aria-label="End of"></div>
<h4>Notes</h4>
<h3>Notes</h3>
<ol>
<li>Assistive technologies are told which option in the list is visually focused by the value of <code>aria-activedescendant</code>:
<ol>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h3 id="ex2_label">Example 2: Multi-Select Listbox</h3>
</div>
</div>
<div role="separator" id="ex2_end_sep" aria-labelledby="ex2_end_sep ex2_label" aria-label="End of"></div>
<h4>Notes</h4>
<h3>Notes</h3>
<ol>
<li>Like in example 1, assistive technologies are told which option in the list is visually focused by the value of <code>aria-activedescendant</code>:
<ol>
Expand Down
2 changes: 1 addition & 1 deletion examples/listbox/listbox-scrollable.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 id="ex_label">Example</h2>
</div>
</div>
<div role="separator" id="ex_end_sep" aria-labelledby="ex_end_sep ex_label" aria-label="End of"></div>
<h4>Notes</h4>
<h3>Notes</h3>
<p>This listbox is scrollable; it has more options than its height can accommodate.</p>
<ol>
<li>
Expand Down

0 comments on commit 5a9891f

Please sign in to comment.