Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update H39.html #2137

Merged
merged 6 commits into from
Jul 15, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
mbgower marked this conversation as resolved.
Show resolved Hide resolved
<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="el">caption</code> element.</li>
fstrr marked this conversation as resolved.
Show resolved Hide resolved
</ol>
</section>
<section class="results">
<h3>Expected Results</h3>
<ul>
<li>#1, #2, and #3 are true.</li>
<li>#1, #2, and #3 are true.</li>
patrickhlauke marked this conversation as resolved.
Show resolved Hide resolved
</ul>
</section>
</section>
Expand Down