Skip to content

Commit 257b0e1

Browse files
authored
make menuitemradio subclass menuitem, require aria-checked (#1354)
1 parent 65592c8 commit 257b0e1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

index.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -5671,7 +5671,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
56715671
</tr>
56725672
<tr>
56735673
<th class="role-related-head" scope="row">Related Concepts:</th>
5674-
<td class="role-related"><rref>menuitem</rref></td>
5674+
<td class="role-related"><rref>menuitemradio</rref></td>
56755675
</tr>
56765676
<tr>
56775677
<th class="role-scope-head" scope="row">Required Context Role:</th>
@@ -5757,7 +5757,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
57575757
<th class="role-parent-head" scope="row">Superclass Role:</th>
57585758
<td class="role-parent">
57595759
<ul>
5760-
<li><rref>menuitemcheckbox</rref></li>
5760+
<li><rref>menuitem</rref></li>
57615761
</ul>
57625762
</td>
57635763
</tr>
@@ -5771,7 +5771,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
57715771
</tr>
57725772
<tr>
57735773
<th class="role-related-head" scope="row">Related Concepts:</th>
5774-
<td class="role-related"><rref>menuitem</rref></td>
5774+
<td class="role-related"><rref>menuitemcheckbox</rref></td>
57755775
</tr>
57765776
<tr>
57775777
<th class="role-scope-head" scope="row">Required Context Role:</th>
@@ -5787,6 +5787,14 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
57875787
<th class="role-mustcontain-head" scope="row">Required Owned Elements:</th>
57885788
<td class="role-mustcontain"> </td>
57895789
</tr>
5790+
<tr>
5791+
<th class="role-required-properties-head">Required States and Properties:</th>
5792+
<td class="role-required-properties">
5793+
<ul>
5794+
<li><sref>aria-checked</sref></li>
5795+
</ul>
5796+
</td>
5797+
</tr>
57905798
<tr>
57915799
<th scope="row">Supported States and Properties:</th>
57925800
<td class="role-properties"> </td>

0 commit comments

Comments
 (0)