Skip to content

Commit

Permalink
make menuitemradio subclass menuitem, require aria-checked (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmacleod committed Dec 15, 2020
1 parent 65592c8 commit 257b0e1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Expand Up @@ -5671,7 +5671,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
</tr>
<tr>
<th class="role-related-head" scope="row">Related Concepts:</th>
<td class="role-related"><rref>menuitem</rref></td>
<td class="role-related"><rref>menuitemradio</rref></td>
</tr>
<tr>
<th class="role-scope-head" scope="row">Required Context Role:</th>
Expand Down Expand Up @@ -5757,7 +5757,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
<th class="role-parent-head" scope="row">Superclass Role:</th>
<td class="role-parent">
<ul>
<li><rref>menuitemcheckbox</rref></li>
<li><rref>menuitem</rref></li>
</ul>
</td>
</tr>
Expand All @@ -5771,7 +5771,7 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
</tr>
<tr>
<th class="role-related-head" scope="row">Related Concepts:</th>
<td class="role-related"><rref>menuitem</rref></td>
<td class="role-related"><rref>menuitemcheckbox</rref></td>
</tr>
<tr>
<th class="role-scope-head" scope="row">Required Context Role:</th>
Expand All @@ -5787,6 +5787,14 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
<th class="role-mustcontain-head" scope="row">Required Owned Elements:</th>
<td class="role-mustcontain"> </td>
</tr>
<tr>
<th class="role-required-properties-head">Required States and Properties:</th>
<td class="role-required-properties">
<ul>
<li><sref>aria-checked</sref></li>
</ul>
</td>
</tr>
<tr>
<th scope="row">Supported States and Properties:</th>
<td class="role-properties"> </td>
Expand Down

0 comments on commit 257b0e1

Please sign in to comment.