Skip to content

Commit

Permalink
ACTION-2087: Remove children presentational from menuitem and treeitem
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie committed Jun 23, 2016
1 parent 83481cc commit c6672d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aria/aria.html
Original file line number Diff line number Diff line change
Expand Up @@ -4101,7 +4101,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
</tr>
<tr>
<th class="role-childpresentational-head" scope="row">Children Presentational:</th>
<td class="role-childpresentational">True</td>
<td class="role-childpresentational"> </td>
</tr>
<tr>
<th class="role-presentational-inherited-head" scope="row">Inherits Presentational:</th>
Expand Down Expand Up @@ -7860,7 +7860,7 @@ <h5 id="role-presentation-ednote-none">Editorial Note regarding the ARIA 1.1 <rr
</tr>
<tr>
<th class="role-childpresentational-head" scope="row">Children Presentational:</th>
<td class="role-childpresentational">True</td>
<td class="role-childpresentational"> </td>
</tr>
<tr>
<th class="role-presentational-inherited-head" scope="row">Inherits Presentational:</th>
Expand Down Expand Up @@ -11087,6 +11087,7 @@ <h2>Substantive changes since the <a href="http://www.w3.org/TR/2015/WD-wai-aria
<li>27-May-2016: Remove <code>text</code>. The ARIA Working Group agreed to <a href="https://lists.w3.org/Archives/Public/public-aria-admin/2016Apr/0030.html">move the text role to ARIA 2.0</a>. Note that the content is currently only commented out until we branch for ARIA 1.1.</li>
<li>02-Jun-2016: Add children-presentational <code>true</code> to <rref>checkbox</rref>, <rref>menuitem</rref>, <rref>menuitemcheckbox</rref>, <rref>menuitemradio</rref>, <rref>option</rref>, <rref>radio</rref>, <rref>spinbutton</rref>, <rref>switch</rref>, <rref>tab</rref>, and <rref>treeitem</rref>. (N.B. See subsequent items as some of this is being undone as the result of further discussions within the working group.)</li>
<li>23-Jun-2016: Remove children-presentational <code>true</code> from <rref>spinbutton</rref>; make <rref>spinbutton</rref> a subclass of <rref>composite</rref>.</li>
<li>FIXME-DATE: Remove children-presentational <code>true</code> from <rref>menuitem</rref> and <rref>treeitem</rref>.</li>
</ul>
</section>
<section>
Expand Down

0 comments on commit c6672d1

Please sign in to comment.