Skip to content

Commit

Permalink
fix #674
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen committed May 16, 2018
1 parent 8c43c85 commit 398d711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -4273,8 +4273,8 @@ <h3>Indicating sort order with <code>aria-sort</code></h3>
<p>The following example grid uses <code>aria-sort</code> to indicate the rows are sorted from the highest "Quiz 2" score to the lowest "Quiz 2" score.</p>
<pre>
<code>
&lt;table role=&quot;grid&quot; aria-rowcount=&quot;463&quot; aria-colcount=&quot;13&quot;&gt;
aria-label=&quot;Student grades for history 101&quot;
&lt;table role=&quot;grid&quot; aria-rowcount=&quot;463&quot; aria-colcount=&quot;13&quot;
aria-label=&quot;Student grades for history 101&quot;&gt;
&lt;thead&gt;
&lt;tr aria-colindex=&quot;10&quot; aria-rowindex=&quot;1&quot;&gt;
&lt;th&gt;Homework 4&lt;/th&gt;
Expand Down

0 comments on commit 398d711

Please sign in to comment.