diff --git a/content/practices/grid-and-table-properties/grid-and-table-properties-practice.html b/content/practices/grid-and-table-properties/grid-and-table-properties-practice.html index 5a5d99f656..767d17ff8d 100644 --- a/content/practices/grid-and-table-properties/grid-and-table-properties-practice.html +++ b/content/practices/grid-and-table-properties/grid-and-table-properties-practice.html @@ -115,8 +115,7 @@
aria-rowcount
and aria-rowindex
aria-colindex
When Column Indices Are Not Contiguous<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">
<!--
aria-rowcount and aria-colcount tell assistive technologies
the actual size of the grid is 463 rows by 13 columns,