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: aria-practices.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4514,9 +4514,9 @@ <h2>Structural Roles</h2>
4514
4514
</p>
4515
4515
<ol>
4516
4516
<li>When the HTML element cannot be styled in a way that meets visual design requirements.</li>
4517
-
<li>When testing reveals that the ARIA equivalent is better supported by browsers or assistive technologies.</li>
4517
+
<li>When testing reveals that browsers or assistive technologies provide better support for the ARIA equivalent.</li>
4518
4518
<li>When remediating or retrofitting legacy content and altering the underlying DOM to use the HTML would be cost prohibitive.</li>
4519
-
<li>When the implicit semantics of the HTML elements needed to assemble a custom web conponent do not convey the most appropriate accessibility semantics.</li>
4519
+
<li>When building a web component to compose a <ahref="https://html.spec.whatwg.org/multipage/#custom-elements">custom element</a> and the element being extended does not convey the appropriate or sufficient accessibility semantics.</li>
4520
4520
</ol>
4521
4521
<p>The following table lists all structural roles defined in ARIA 1.2.</p>
0 commit comments