From 398d711ca02c2f92f441e58a6aabbd6b69e5f1ee Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Wed, 16 May 2018 15:27:21 -0700 Subject: [PATCH] fix #674 --- aria-practices.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index c5be90fa88..8537db8a5b 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -4273,8 +4273,8 @@

Indicating sort order with aria-sort

The following example grid uses aria-sort to indicate the rows are sorted from the highest "Quiz 2" score to the lowest "Quiz 2" score.

         
-          <table role="grid" aria-rowcount="463" aria-colcount="13">
-            aria-label="Student grades for history 101"
+          <table role="grid" aria-rowcount="463" aria-colcount="13" 
+            aria-label="Student grades for history 101">
             <thead>
               <tr aria-colindex="10" aria-rowindex="1">
                 <th>Homework 4</th>