Skip to content

Commit

Permalink
Grid Pattern: Remove editor's note from states and properties
Browse files Browse the repository at this point in the history
In aria-practices.html, Removed this sentence from the last note in grid roles, states, and properties:

> See using aria-owns for a detailed explanation.

Removed the note that followed the grid note about aria-owns:

> Editor's Note - Guidance for aria-owns has not yet been created. A link to it will be added above once created.
  • Loading branch information
mcking65 committed Nov 6, 2017
1 parent a7035a7 commit c583e9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1584,10 +1584,11 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
For example, an HTML <code>&lt;TR&gt;</code> has an implied ARIA role of <code>row</code>.
A <code>grid</code> built from an HTML <code>table</code> that includes cells that span multiple rows or columns must use HTML <code>rowspan</code> and <code>colspan</code> and must not use <code>aria-rowspan</code> or <code>aria-colspan</code>.
</li>
<li> If rows or cells are included in a grid via <a href="#aria-owns" class="property-reference">aria-owns</a>, they will be presented to assistive technologies after the DOM descendants of the <code>grid</code> element unless the DOM descendants are also included in the <code>aria-owns</code> attribute. See using aria-owns for a detailed explanation. </li>
<li>
If rows or cells are included in a grid via <a href="#aria-owns" class="property-reference">aria-owns</a>,
they will be presented to assistive technologies after the DOM descendants of the <code>grid</code> element unless the DOM descendants are also included in the <code>aria-owns</code> attribute.
</li>
</ul>
<p class="note">Editor's Note - Guidance for aria-owns has not yet been created. A link to it will be added above once created.</p>

</section>
</section>

Expand Down

0 comments on commit c583e9e

Please sign in to comment.