From 3a646adb42a8b569b44024b68835d68447aa1e27 Mon Sep 17 00:00:00 2001 From: wfree-aph Date: Wed, 16 Oct 2024 15:14:02 -0400 Subject: [PATCH] Added examples to make tables accessible Added instructions and examples to utilize abbr, headers, and scope. Did not do axis since apparently it is deprecated. Meant to address #212. --- best-practices/tagging/index.html | 129 ++++++++++++++++++------------ 1 file changed, 79 insertions(+), 50 deletions(-) diff --git a/best-practices/tagging/index.html b/best-practices/tagging/index.html index d9efa5b..257a0b4 100644 --- a/best-practices/tagging/index.html +++ b/best-practices/tagging/index.html @@ -582,7 +582,8 @@

Tables

Attributes
-

[^scope^], [^headers^], [^axis^]

+

The attributes [^scope^] and [^headers^] must be used with an [^id^] to properly identify the relationship between the cells of the table.

+

[^abbr^] should be used with any long row or column headings.

Reserved class values:
@@ -600,66 +601,94 @@

Tables

+

Text Splitting