From 1c0b6422f162e796bb92139ced4b20aa6519fed3 Mon Sep 17 00:00:00 2001 From: Hidde de Vries <hidde@hiddedevries.nl> Date: Fri, 24 May 2019 10:50:00 +0200 Subject: [PATCH] Describe use case for table differently MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I worry “looks like a table†may be too broad. My layout also looks like a table, but using `table` would not be right. So my proposal would be to add something that's more about displaying data. What about: ‘display data in columns and rows’? --- checklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklist.html b/checklist.html index b5a4ab0f..8ae85ca9 100644 --- a/checklist.html +++ b/checklist.html @@ -584,7 +584,7 @@ permalink: checklist/ <a href="https://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html">1.3.1 Info and Relationships</a> </p> <p class="checklist-description"> - Does this content look like a table? Use the <code>table</code> element. + Do you need to display data in rows and columns? Use the <code>table</code> element. </p> </div> </details> -- GitLab