Skip to content

Commit eb0de9b

Browse files
committed
Revise first sentence to communicate that the author doesn't always have to specify
1 parent ab5e770 commit eb0de9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aria-practices.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6738,7 +6738,7 @@ <h3>Range properties with spin buttons</h3>
67386738
<section id="aria-level">
67396739
<h2>Describing Hierarchical Structure with <code>aria-level</code></h2>
67406740
<p>
6741-
When elements have a hierarchical relationship, such as headings of nested sections or data in tree structures, <a href="#aria-level" class="property-reference">aria-level</a> is used to communicate an element's level within the hierarchy to assistive technologies.
6741+
When elements have a hierarchical relationship, such as headings of nested sections or data in tree structures, the value of <a href="#aria-level" class="property-reference">aria-level</a> communicates an element's level within the hierarchy to assistive technologies.
67426742
The value of <code>aria-level</code> is numeric, with <code>1</code> indicating the top level of the structure.
67436743
The number increases for each level of nesting.
67446744
</p>

0 commit comments

Comments
 (0)