Skip to content

Commit 8ec3952

Browse files
committed
comment out rb and rtc
closes #115 While this PR fills in mappings for `rb` and the `rtc` elements based on how they are presently mapped, they are also being commented out as they are marked as obsolete in the HTML specification. If consensus can be reached on adding these elements back into the HTML specification, then this PR should be reversed.
1 parent 787e741 commit 8ec3952

File tree

1 file changed

+67
-21
lines changed

1 file changed

+67
-21
lines changed

index.html

Lines changed: 67 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,27 +2762,43 @@

HTML Element Role Mappings

27622762
td>
27632763
<td class="comments">td>
27642764
tr>
2765+
27862802
<tr tabindex="-1" id="el-rp">
27872803
<th><a data-cite="HTML">`rp`a>th>
27882804
<td class="aria">No corresponding roletd>
@@ -2836,15 +2852,44 @@

HTML Element Role Mappings

28362852
td>
28372853
<td class="comments">td>
28382854
tr>
2839-
<tr tabindex="-1" id="el-rtc">
2840-
<th><a href="https://w3c.github.io/html/textlevel-semantics.html#the-rtc-element"><code>rtccode>a>th>
2855+
28482893
<tr tabindex="-1" id="el-ruby">
28492894
<th><a data-cite="HTML">`ruby`a>th>
28502895
<td class="aria">No corresponding roletd>
@@ -6306,10 +6351,11 @@

Change Log

63066351
<section>
63076352
<h4>Substantive changes since moving entirely to the Web Application Working Group (formerly Web Platform WG) (01-Oct-2016)h4>
63086353
<ul>
6309-
<li>18-Sept-2019: Update `mark` element's UIA `LocalizedControlType` and AX `AXRoleDescription`. See <a href="https://github.com/w3c/html-aam/issues/236">GitHub issue 236a>.li>
6354+
<li>22-Sept-2019: Remove mappings for `rb` and `rtc` elements as they are marked as obsolete in HTML. See <a href="https://github.com/w3c/html-aam/issues/115">GitHub issue #115a> and <a href="https://github.com/w3c/html-aam/pull/252">pull request #253a>.
6355+
<li>18-Sept-2019: Update `mark` element's UIA `LocalizedControlType` and AX `AXRoleDescription`. See <a href="https://github.com/w3c/html-aam/issues/236">GitHub issue 236a>.li>
63106356
<li>18-Sept-2019: Update ATK mappings for `summary` and `details` elements. See <a href="https://github.com/w3c/html-aam/issues/142">GitHub issue #142a> and <a href="https://github.com/w3c/html-aam/issues/147">GitHub issue #147a>.li>
63116357
<li>18-Sept-2019: Update MSAA mappings for `sub` and `sup`. See <a href="https://github.com/w3c/html-aam/pull/252">GitHub pull request #252a>.li>
6312-
<li>11-Sept-2019: Update mapping for `menu` to match <a data-cite="html/#the-menu-element">HTML Living Standarda>. Remove element and attribute mappings that are not applicable to `menu` and `menuitem`. Update mapping of `menu` to `role="list"`. See <a href="https://github.com/w3c/html-aam/issues/188">GitHub issue #188a>.li>
6358+
<li>11-Sept-2019: Update mapping for `menu` to match <a data-cite="html/#the-menu-element">HTML Living Standarda>. Remove element and attribute mappings that are not applicable to `menu` and `menuitem`. Update mapping of `menu` to `role="list"`. See <a href="https://github.com/w3c/html-aam/issues/188">GitHub issue #188a>.li>
63136359
<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 #219a>.li>
63146360
<li>13-June-2019: Update mappings for `ins` and `del` elements. See <a href="https://github.com/w3c/html-aam/issues/141">GitHub issue #141a>.li>
63156361
<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 #129a>.li>

0 commit comments

Comments
 (0)