Skip to content

Commit

Permalink
Update H39.html (#2137)
Browse files Browse the repository at this point in the history
Update to address #2136
Tighten the language of [H39 Using caption elements to associate data
table captions with data
tables](https://www.w3.org/WAI/WCAG22/Techniques/html/H39) to isolate it
to only passing 1.3.1 Info and Relationships:
1. if there is a visible text title/caption for the table, then
2. make sure it is referenced so that the title/caption is
programmaticalyy associated.

---------

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Co-authored-by: Francis Storr <francis.storr@intel.com>
  • Loading branch information
3 people committed Jul 15, 2024
1 parent 916d649 commit 9a291c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions techniques/html/H39.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ <h2>Tests</h2>
<h3>Procedure</h3>
<p>For each data table:</p>
<ol>
<li>Check that the table has content that is presented as a table caption.</li>
<li>Check that the table includes a <code class="language-html">caption</code> element.</li>
<li>Check that the content of the <code class="language-html">caption</code> element identifies the table.</li>
</ol>
<li>Check that the text that titles or describes the table is included in the <code class="language-html">caption</code> element.</li>
</ol>
</section>
<section class="results">
<h3>Expected Results</h3>
<ul>
<li>#1, #2, and #3 are true.</li>
<li>#1 and #2 are true.</li>
</ul>
</section>
</section>
Expand Down

0 comments on commit 9a291c9

Please sign in to comment.