-
Notifications
You must be signed in to change notification settings - Fork 266
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
Update H39.html #2137
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9dd473c
Update H39.html
mbgower 1110fbd
Update H39.html
mbgower 2d336f9
Merge branch 'main' into H39-test-rewrite
patrickhlauke 6925d46
Update techniques/html/H39.html
patrickhlauke 4756602
Update techniques/html/H39.html
patrickhlauke 67ed908
Update techniques/html/H39.html
fstrr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,16 +27,15 @@ <h3>An appointment calendar with a <code class="el">caption</code> | |
</section> | ||
</section><section id="tests"><h2>Tests</h2> | ||
<section class="procedure"><h3>Procedure</h3> | ||
<p>For each data table: </p> | ||
<p>For each data table that has content that is presented as a title or identifier:</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="el">caption</code> element.</li> | ||
<li>Check that the content of the <code class="el">caption</code> element identifies the table.</li> | ||
<li>Check that the text that titles or identifies the table is included in the <code class="el">caption</code> element.</li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. depending on the above comment, this will then obviously also be affected |
||
</ol> | ||
</section> | ||
<section class="results"><h3>Expected Results</h3> | ||
<ul> | ||
<li>#1-3 are true.</li> | ||
<li>#1 and #2 are true.</li> | ||
</ul> | ||
</section> | ||
</section><section id="related"><h2>Related Techniques</h2><ul> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe instead of
indentifier
, more likedescription
? or perhaps having that in addition toidentifier
? just because i've seen folks use<caption>
to provide something more like a summary/explanation for a table.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, expanding this PR further (to remind myself of the actual untouched content) I see that the "title or identifier" wording is actually in the main prose. while it goes beyond the scope of this PR, it might be worth tweaking it there too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushed commit to address. I was a little leery of using it since I didn't want to get into confusion over the old table summary attribute, but I agree 'description' is better.