Skip to content

Commit c6672d1

Browse files
committed
ACTION-2087: Remove children presentational from menuitem and treeitem
1 parent 83481cc commit c6672d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aria/aria.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
41014101
</tr>
41024102
<tr>
41034103
<th class="role-childpresentational-head" scope="row">Children Presentational:</th>
4104-
<td class="role-childpresentational">True</td>
4104+
<td class="role-childpresentational"> </td>
41054105
</tr>
41064106
<tr>
41074107
<th class="role-presentational-inherited-head" scope="row">Inherits Presentational:</th>
@@ -7860,7 +7860,7 @@ <h5 id="role-presentation-ednote-none">Editorial Note regarding the ARIA 1.1 <rr
78607860
</tr>
78617861
<tr>
78627862
<th class="role-childpresentational-head" scope="row">Children Presentational:</th>
7863-
<td class="role-childpresentational">True</td>
7863+
<td class="role-childpresentational"> </td>
78647864
</tr>
78657865
<tr>
78667866
<th class="role-presentational-inherited-head" scope="row">Inherits Presentational:</th>
@@ -11087,6 +11087,7 @@ <h2>Substantive changes since the <a href="http://www.w3.org/TR/2015/WD-wai-aria
1108711087
<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>
1108811088
<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>
1108911089
<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>
11090+
<li>FIXME-DATE: Remove children-presentational <code>true</code> from <rref>menuitem</rref> and <rref>treeitem</rref>.</li>
1109011091
</ul>
1109111092
</section>
1109211093
<section>

0 commit comments

Comments
 (0)