Skip to content

Commit 691877f

Browse files
Update html-aam/index.html
Co-authored-by: James Craig <[email protected]>
1 parent b37c79b commit 691877f

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
@@ -827,7 +827,7 @@ <h4 id="el-autonomous-custom-element">
827827
<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>
828828
<li>else if the author assigned HTML attributes that result in a <a>minimum role</a>: map to the minimum role.</li>
829829
<li>else if the custom element is focusable: map to the <a class="core-mapping" href="#role-map-generic">`group`</a> role</li>
830-
<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-generic">`group`</a> role</li>
830+
<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>
831831
<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>
832832
<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>
833833
<li>else if element internals are used to set a global ARIA property: map to the <a class="core-mapping" href="#role-map-generic">`generic`</a> role.</li>

0 commit comments

Comments
 (0)