Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Reorder RTL so context is "group contained by specific parent role"
  • Loading branch information
carmacleod committed Dec 10, 2020
commit 6d9bc59e3b2d41b09ea2e0edad3ecff912f73752
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5577,8 +5577,8 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
<ul>
<li><rref>menu</rref></li>
<li><rref>menubar</rref></li>
<li><rref>menu</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>menubar</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>menu</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>menubar</rref></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -5680,8 +5680,8 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
<ul>
<li><rref>menu</rref></li>
<li><rref>menubar</rref></li>
<li><rref>menu</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>menubar</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>menu</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>menubar</rref></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -5781,8 +5781,8 @@ <h4>Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula</h4>
<ul>
<li><rref>menu</rref></li>
<li><rref>menubar</rref></li>
<li><rref>menu</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>menubar</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>menu</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>menubar</rref></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -6034,7 +6034,7 @@ <h5>Note regarding the ARIA 1.1 <code>none</code> role.</h5>
<td class="role-scope">
<ul>
<li><rref>listbox</rref></li>
<li><rref>listbox</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>listbox</rref></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -7008,9 +7008,9 @@ <h5>Presentational Roles Conflict Resolution</h5>
<li><rref>grid</rref></li>
<li><rref>table</rref></li>
<li><rref>treegrid</rref></li>
<li><rref>grid</rref> <abbr title="containing" class="symbol"></abbr> <rref>rowgroup</rref></li>
<li><rref>table</rref> <abbr title="containing" class="symbol"></abbr> <rref>rowgroup</rref></li>
<li><rref>treegrid</rref> <abbr title="containing" class="symbol"></abbr> <rref>rowgroup</rref></li>
<li><rref>rowgroup</rref> <abbr title="contained by" class="symbol"></abbr> <rref>grid</rref></li>
<li><rref>rowgroup</rref> <abbr title="contained by" class="symbol"></abbr> <rref>table</rref></li>
<li><rref>rowgroup</rref> <abbr title="contained by" class="symbol"></abbr> <rref>treegrid</rref></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -9939,7 +9939,7 @@ <h5>Presentational Roles Conflict Resolution</h5>
<td class="role-scope">
<ul>
<li><rref>tree</rref></li>
<li><rref>treeitem</rref> <abbr title="containing" class="symbol"></abbr> <rref>group</rref></li>
<li><rref>group</rref> <abbr title="contained by" class="symbol"></abbr> <rref>treeitem</rref></li>
</ul>
</td>
</tr>
Expand Down