Skip to content

Commit a8462b9

Browse files
committed
update mappings per issue 147
closes #147
1 parent 23707d7 commit a8462b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,9 @@ <h3>HTML Element Role Mappings</h3>
10261026
<div class="role">
10271027
<span class="type">Role:</span> `ATK_ROLE_PANEL`
10281028
</div>
1029+
<div class="relations">
1030+
<span class="type">Relations:</span> `ATK_RELATION_DETAILS_FOR`
1031+
</div>
10291032
</td>
10301033
<td class="ax">
10311034
<div class="role">
@@ -3292,6 +3295,9 @@ <h3>HTML Element Role Mappings</h3>
32923295
<div class="role">
32933296
<span class="type">Role:</span> `ROLE_TOGGLE_BUTTON`
32943297
</div>
3298+
<div class="relations">
3299+
<span class="type">Relations:</span> `ATK_RELATION_DETAILS`
3300+
</div>
32953301
</td>
32963302
<td class="ax">
32973303
<div class="role">
@@ -6295,7 +6301,7 @@ <h3>Change Log</h3>
62956301
<section>
62966302
<h4>Substantive changes since moving entirely to the Web Application Working Group (formerly Web Platform WG) (01-Oct-2016)</h4>
62976303
<ul>
6298-
<li>22-July-2019: Update ATK mapping for `summary` element. See <a href="https://github.com/w3c/html-aam/issues/142">GitHub issue #142</a>.</li>
6304+
<li>23-August-2019: Update ATK mappings for `summary` and `details` elements. See <a href="https://github.com/w3c/html-aam/issues/142">GitHub issue #142</a> and <a href="https://github.com/w3c/html-aam/issues/147">GitHub issue #147</a>.</li>
62996305
<li>10-July-2019: Further updated mappings for `ins` and `del` elements. See <a href="https://github.com/w3c/html-aam/pull/219">GitHub pull request #219</a>.</li>
63006306
<li>13-June-2019: Update mappings for `ins` and `del` elements. See <a href="https://github.com/w3c/html-aam/issues/141">GitHub issue #141</a>.</li>
63016307
<li>10-June-2019: Update ATK mappings for `header` and `footer` when not scoped to the `body`. See <a href="https://github.com/w3c/html-aam/issues/129">GitHub issue #129</a>.</li>

0 commit comments

Comments
 (0)