Skip to content

Commit 78993c5

Browse files
just capitalization fix (#3154)
<!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/pull/3154.html" title="Last updated on Sep 16, 2024, 4:34 PM UTC (dc219d3)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/3154/b24abad...dc219d3.html" title="Last updated on Sep 16, 2024, 4:34 PM UTC (dc219d3)">Diff</a> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
1 parent 7a0f8ce commit 78993c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Žguidelines/sc/20/parsing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ <h4>Parsing</h4>
1010
these features.
1111
</p>
1212

13-
<p class="note">This Success Criterion should be considered as always satisfied for any content using HTML or XML.</p>
13+
<p class="note">This success criterion should be considered as always satisfied for any content using HTML or XML.</p>
1414

1515
<div class="note">
1616
<p>Since this criterion was written, the HTML Living Standard has adopted specific requirements governing how user agents must handle incomplete tags, incorrect element nesting, duplicate attributes, and non-unique IDs. [[HTML]]</p>
1717

18-
<p>Although the HTML Standard treats some of these cases as non-conforming for authors, it is considered to "allow these features" for the purposes of this Success Criterion because the specification requires that user agents support handling these cases consistently. In practice, this criterion no longer provides any benefit to people with disabilities in itself.</p>
18+
<p>Although the HTML standard treats some of these cases as non-conforming for authors, it is considered to "allow these features" for the purposes of this success criterion because the specification requires that user agents support handling these cases consistently. In practice, this criterion no longer provides any benefit to people with disabilities in itself.</p>
1919

20-
<p>Issues such as missing roles due to inappropriately nested elements or incorrect states or names due to a duplicate ID are covered by different Success Criteria and should be reported under those criteria rather than as issues with 4.1.1.</p>
20+
<p>Issues such as missing roles due to inappropriately nested elements or incorrect states or names due to a duplicate ID are covered by different success criteria and should be reported under those criteria rather than as issues with 4.1.1.</p>
2121
</div>
2222

2323
</section>

0 commit comments

Comments
 (0)