Skip to content

Commit 46854a6

Browse files
committed
Adding informative link - HTML
1 parent a05d653 commit 46854a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€Žbiblio.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ respecConfig.localBiblio = {
3030
"title": "Ergonomics of human-system interaction -- Part 112: Principles for the presentation of information",
3131
"publisher": "International Standards Organization"
3232
},
33+
34+
"HTML-Living": {
35+
"uri": "https://html.spec.whatwg.org/multipage/",
36+
"title": "HTML Living Standard",
37+
"publisher": "The Web Hypertext Application Technology Working Group (WHATWG)"
38+
},
3339

3440
"UNESCO": {
3541
"date": "1997",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h4>Parsing</h4>
1313
<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">
16-
<p>Since this criterion was written, the HTML Standard has adopted specific requirements governing how user agents must handle incomplete tags, incorrect element nesting, duplicate attributes, and non-unique IDs.</p>
16+
<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-Living]]</p>
1717

1818
<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

0 commit comments

Comments
 (0)