Skip to content

Commit a4d84a8

Browse files
scottaoharadaniel-montalvo
authored andcommitted
Update html-aam/index.html
1 parent 499fe99 commit a4d84a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-aam/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ <h4 id="el-autonomous-custom-element">
862862
<ul>
863863
<li>If the author assigned a conforming role using the `role` attribute, or by the custom element's internals: map to the specified role.</li>
864864
<li>else if the author assigned HTML attributes that result in a <a>minimum role</a>: map to the minimum role.</li>
865-
<li>else if the custom element is focusable: map to the <a class="core-mapping" href="#role-map-generic">`group`</a> role</li>
865+
<li>else if the custom element is focusable: map to the <a class="core-mapping" href="#role-map-group">`group`</a> role</li>
866866
<li>else if an author specifies a global ARIA attribute on the custom element that creates a relation with another element: map to the <a class="core-mapping" href="#role-map-group">`group`</a> role</li>
867867
<li>else if the custom element has no attached shadow root: map to the <a class="core-mapping" href="#role-map-generic">`generic`</a> role</li>
868868
<li>else if the custom element has an `aria-live` attribute: map to the <a class="core-mapping" href="#role-map-generic">`generic`</a> role</li>

0 commit comments

Comments
 (0)