Skip to content

Commit ba30b83

Browse files
authored
Editorial: update address element implicit mapping
per the changes to HTML AAM - w3c/html-aam#420 closes #426 Firefox and Chromium browsers have been confirmed to expose address with a group role. Webkit does not appear to have made this change yet, but someone using macOS with VoiceOver would be none the wiser, since it'll still communicate `<address aria-label=foo>` as a 'group' even though it has not been officially mapped as such. This is marked as an editorial update as the implicit mapping column is a reflection of reality, and the implicit roles are not defined by this specification.
1 parent a3841fb commit ba30b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h2 id="docconformance">
474474
[^address^]
475475
</th>
476476
<td>
477-
<a>No corresponding role</a>
477+
<code>role=<a href="#index-aria-group">group</a></code>
478478
</td>
479479
<td>
480480
<p>

0 commit comments

Comments
 (0)