Skip to content

Commit 2b72311

Browse files
committed
and in ATK / issue #121
1 parent d4a1976 commit 2b72311

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,9 +3055,9 @@

HTML Element Role Mappings

30553055
div>
30563056
td>
30573057
<td class="atk">
3058-
<div class="general">
3059-
No accessible object. Exposed as "text-position:sub"
3060-
text attribute on its text container.
3058+
<div class="role">
3059+
<span class="type">Role: span>
3060+
<code>ATK_ROLE_SUBSCRIPTcode>
30613061
div>
30623062
td>
30633063
<td class="ax">
@@ -3128,9 +3128,9 @@

HTML Element Role Mappings

31283128
div>
31293129
td>
31303130
<td class="atk">
3131-
<div class="general">
3132-
No accessible object. Exposed as "text-position:super"
3133-
text attribute on its text container.
3131+
<div class="role">
3132+
<span class="type">Role: span>
3133+
<code>ATK_ROLE_SUPERSCRIPTcode>
31343134
div>
31353135
td>
31363136
<td class="ax">
@@ -5900,6 +5900,7 @@

Change Log

59005900
<section>
59015901
<h4>Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)h4>
59025902
<ul>
5903+
<li>07-Feb-2018: Updated ATK mappings for the <code>subcode> and <code>supcode> elements. See <a href="https://github.com/w3c/html-aam/issues/121">GitHub issue #121a>.li>
59035904
<li>07-Feb-2018: Updated mappings for the <code>bodycode> element. See <a href="https://github.com/w3c/html-aam/issues/117">GitHub issue #117a>.li>
59045905
<li>01-Feb-2018: Updated IA2 mapping for the <code>metercode> element. See <a href="https://github.com/w3c/html-aam/issues/2">GitHub issue #2a>.li>
59055906
<li>29-Jan-2018: Updated heading mapping to reflect implementations. See <a href="https://github.com/w3c/html-aam/issues/116">GitHub issue #116a>.li>

0 commit comments

Comments
 (0)