Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of obsolete elements RB and RTC #253

Merged
merged 3 commits into from
Oct 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 66 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2762,27 +2762,43 @@ <h3>HTML Element Role Mappings</h3>
</td>
<td class="comments"></td>
</tr>
<!--
*** Marked as obsolete in HTML. ***

<tr tabindex="-1" id="el-rb">
<th><a href="https://w3c.github.io/html/textlevel-semantics.html#the-rb-element"><code>rb</code></a></th>
<tr tabindex="-1" id="el-rb">
<th>
<a href="https://html.spec.whatwg.org/#rb">`rb`</a>
</th>
<td class="aria">No corresponding role</td>
<td class="ia2">?</td>
<td class="uia">?</td>
<td class="atk">?</td>
<td class="ia2">
<div class="role">
<span class="type">Role:</span> `ROLE_SYSTEM_TEXT`; `IA2_ROLE_TEXT_FRAME`
</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type:</span> `Text`
</div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role:</span> `ATK_ROLE_STATIC`
</div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole: </span><code>AXGroup</code>
<span class="type">AXRole:</span> `AXGroup`
</div>
<div class="subrole">
<span class="type">AXSubrole: </span><code>AXRubyBase</code>
<span class="type">AXSubrole:</span> `AXRubyBase`
</div>
<div class="roledesc">
<span class="type">AXRoleDescription: </span><code>"group"</code>
<span class="type">AXRoleDescription:</span> `"group"`
</div>
</td>
<td class="comments"></td>
</tr>

<td class="comments"><a href="https://html.spec.whatwg.org/#rb">Marked as Obsolete in HTML</a>.</td>
</tr>
-->
<tr tabindex="-1" id="el-rp">
<th><a data-cite="HTML">`rp`</a></th>
<td class="aria">No corresponding role</td>
Expand Down Expand Up @@ -2836,15 +2852,44 @@ <h3>HTML Element Role Mappings</h3>
</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-rtc">
<th><a href="https://w3c.github.io/html/textlevel-semantics.html#the-rtc-element"><code>rtc</code></a></th>
<!--
*** Marked as obsolete in HTML. ***

<tr tabindex="-1" id="el-rtc">
<th>
<a href="https://html.spec.whatwg.org/#rtc">`rtc`</a>
</th>
<td class="aria">No corresponding role</td>
<td class="ia2">?</td>
<td class="uia">?</td>
<td class="atk">?</td>
<td class="ax">?</td>
<td class="comments"></td>
</tr>
<td class="ia2">
<div class="role">
<span class="type">Role:</span> `ROLE_SYSTEM_TEXT`; `IA2_ROLE_TEXT_FRAME`
</div>
</td>
<td class="uia">
<div class="ctrltype">
<span class="type">Control Type:</span> `Text`
</div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role:</span> `ATK_ROLE_STATIC`
</div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole:</span> `AXGroup`
</div>
<div class="subrole">
<span class="type">AXSubrole:</span> `AXRubyBase`
</div>
<div class="roledesc">
<span class="type">AXRoleDescription:</span> `"group"`
</div>
</td>
<td class="comments">
<a href="https://html.spec.whatwg.org/#rtc">Marked as Obsolete in HTML</a>.</td>
</tr>
-->
<tr tabindex="-1" id="el-ruby">
<th><a data-cite="HTML">`ruby`</a></th>
<td class="aria">No corresponding role</td>
Expand Down Expand Up @@ -6320,11 +6365,12 @@ <h3>Change Log</h3>
<section>
<h4>Substantive changes since moving entirely to the Web Application Working Group (formerly Web Platform WG) (01-Oct-2016)</h4>
<ul>
<li>30-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 #115</a> and <a href="https://github.com/w3c/html-aam/pull/253">pull request #253</a>.
<li>23-Sept-2019: Update attribute mappings for `high`, `low`, `max`, `min`, and `meter` and `progress`'s `value` attribute. See <a href="https://github.com/w3c/html-aam/pull/244">GitHub pull request #244</a>.</li>
<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 #236</a>.</li>
<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 #142</a> and <a href="https://github.com/w3c/html-aam/issues/147">GitHub issue #147</a>.</li>
<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 #252</a>.</li>
<li>11-Sept-2019: Update mapping for `menu` to match <a data-cite="html/#the-menu-element">HTML Living Standard</a>. 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 #188</a>.</li>
<li>11-Sept-2019: Update mapping for `menu` to match <a data-cite="html/#the-menu-element">HTML Living Standard</a>. 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 #188</a>.</li>
<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>
<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>
<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>
Expand Down