Skip to content

Commit

Permalink
reclassify some attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
adampage committed Oct 18, 2022
1 parent 4bd046a commit e4b99e0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10302,7 +10302,6 @@ <h2>Taxonomy of <abbr title="Accessible Rich Internet Applications">WAI-ARIA</ab
<li><a href="#attrs_liveregions">Live Region Attributes</a></li>
<li><a href="#attrs_dragdrop">Drag-and-Drop Attributes</a></li>
<li><a href="#attrs_relationships">Relationship Attributes</a></li>
<li><a href="#attrs_other">Other Attributes</a></li>
</ol>
<p class="note">Some <a>states</a> and [=ARIA/properties=] are applicable to all host language [=elements=] regardless of whether a <a>role</a> is applied. These global states and properties are supported by all roles and by all base markup elements unless otherwise prohibited. If a role prohibits use of any global states or properties, those states or properties are listed as prohibited in the characteristics table included in the section that defines the role.</p>
<section id="attrs_widgets">
Expand All @@ -10311,7 +10310,11 @@ <h3>Widget Attributes</h3>
<ul data-annotate-global-attrs>
<li><pref>aria-autocomplete</pref></li>
<li><pref>aria-braillelabel</pref></li>
<li><pref>aria-brailleroledescription</pref></li>
<li><sref>aria-checked</sref></li>
<li><sref>aria-current</sref></li>
<li><pref>aria-describedby</pref></li>
<li><pref>aria-description</pref></li>
<li><sref>aria-disabled</sref></li>
<li><pref>aria-errormessage</pref></li>
<li><sref>aria-expanded</sref></li>
Expand All @@ -10320,6 +10323,7 @@ <h3>Widget Attributes</h3>
<li><sref>aria-invalid</sref></li>
<li><pref>aria-keyshortcuts</pref></li>
<li><pref>aria-label</pref></li>
<li><pref>aria-labelledby</pref></li>
<li><pref>aria-level</pref></li>
<li><pref>aria-modal</pref></li>
<li><pref>aria-multiline</pref></li>
Expand All @@ -10329,6 +10333,7 @@ <h3>Widget Attributes</h3>
<li><sref>aria-pressed</sref></li>
<li><pref>aria-readonly</pref></li>
<li><pref>aria-required</pref></li>
<li><pref>aria-roledescription</pref></li>
<li><sref>aria-selected</sref></li>
<li><pref>aria-sort</pref></li>
<li><pref>aria-valuemax</pref></li>
Expand Down Expand Up @@ -10366,11 +10371,9 @@ <h3>Relationship Attributes</h3>
<li><pref>aria-colindextext</pref></li>
<li><pref>aria-colspan</pref></li>
<li><pref>aria-controls</pref></li>
<li><pref>aria-describedby</pref></li>
<li><pref>aria-details</pref></li>
<li><pref>aria-errormessage</pref></li>
<li><pref>aria-flowto</pref></li>
<li><pref>aria-labelledby</pref></li>
<li><pref>aria-owns</pref></li>
<li><pref>aria-posinset</pref></li>
<li><pref>aria-rowcount</pref></li>
Expand All @@ -10380,15 +10383,6 @@ <h3>Relationship Attributes</h3>
<li><pref>aria-setsize</pref></li>
</ul>
</section>
<section id="attrs_other">
<h3>Other Attributes</h3>
<ul data-annotate-global-attrs>
<li><pref>aria-brailleroledescription</pref></li>
<li><sref>aria-current</sref></li>
<li><pref>aria-description</pref></li>
<li><pref>aria-roledescription</pref></li>
</ul>
</section>
</section>
<section data-cite="HTML">
<h2>Translatable Attributes</h2>
Expand Down

0 comments on commit e4b99e0

Please sign in to comment.