Skip to content

Commit f6dd1b9

Browse files
authored
Merge pull request #219 from joanmarie/gh-pages
Update ATK mappings for ins and del
2 parents 710a68c + 7e34c7a commit f6dd1b9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,10 @@ <h3>HTML Element Role Mappings</h3>
985985
</td>
986986
<td class="atk">
987987
<div class="role">
988-
<span class="type">Role:</span> `ATK_ROLE_SECTION`
988+
<span class="type">Role:</span> `ATK_ROLE_CONTENT_DELETION`
989+
</div>
990+
<div class="objattrs">
991+
<span class="type">Object attributes: </span><code>xml-roles:deletion</code>
989992
</div>
990993
</td>
991994
<td class="ax">
@@ -2233,7 +2236,10 @@ <h3>HTML Element Role Mappings</h3>
22332236
</td>
22342237
<td class="atk">
22352238
<div class="role">
2236-
<span class="type">Role:</span> `ATK_ROLE_SECTION`
2239+
<span class="type">Role:</span> `ATK_ROLE_CONTENT_INSERTION`
2240+
</div>
2241+
<div class="objattrs">
2242+
<span class="type">Object attributes: </span><code>xml-roles:insertion</code>
22372243
</div>
22382244
</td>
22392245
<td class="ax">

0 commit comments

Comments
 (0)