Skip to content

Commit bd0bfce

Browse files
committed
Structural Roles section: editorial revision
For issue #700, editorial changes to list of circumstances where using ARIA instead of HTML is OK.
1 parent 17d5f8c commit bd0bfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aria-practices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,9 +4514,9 @@ <h2>Structural Roles</h2>
45144514
</p>
45154515
<ol>
45164516
<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>
45184518
<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 <a href="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>
45204520
</ol>
45214521
<p>The following table lists all structural roles defined in ARIA 1.2.</p>
45224522
<table class="widget-features">

0 commit comments

Comments
 (0)