From 4ba6ad52a31af8e7d6d61cb740671ecd40c80bc8 Mon Sep 17 00:00:00 2001 From: Matt King Date: Sun, 19 Nov 2017 21:53:59 -0800 Subject: [PATCH] Table Design Pattern: Correct case Mistake Per feedback from @annabbott in issue #526, change "Each" to "each". --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index 81c8676bb4..08ad9bf469 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2333,7 +2333,7 @@

Table

However, tables are often used to present a combination of information and interactive widgets. - Since a table is not a widget, Each widget contained in a table is a separate stop in the page tab sequence. + Since a table is not a widget, each widget contained in a table is a separate stop in the page tab sequence. If the number of widgets is large, replacing the table with a grid can dramatically reduce the length of the page tab sequence because a grid is a composite widget that can contain other widgets.