-
Notifications
You must be signed in to change notification settings - Fork 54
Issue 39 #95
Issue 39 #95
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,28 +20,28 @@ | |
//perEnd: "2013-07-23", | ||
//publishDate: "2013-08-22", | ||
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl", | ||
|
||
// the specifications short name, as in https://www.w3.org/TR/short-name/ | ||
shortName: "WCAG21", | ||
|
||
|
||
// if you wish the publication date to be other than today, set this | ||
//publishDate: "2014-12-11", | ||
copyrightStart: "2017", | ||
|
||
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date | ||
// and its maturity status | ||
//previousPublishDate: "2014-06-12", | ||
//previousMaturity: "WD", | ||
prevRecURI: "http://www.w3.org/TR/2008/REC-WCAG20-20081211/", | ||
//previousDiffURI: "https://www.w3.org/TR/2014/REC-wai-aria-20140320/", | ||
|
||
// if there a publicly available Editors Draft, this is the link | ||
edDraftURI: "https://w3c.github.io/wcag21/", | ||
|
||
// if this is a LCWD, uncomment and set the end of its review period | ||
// lcEnd: "2012-02-21", | ||
|
||
// editors, add as many as you like | ||
// only "name" is required | ||
editors: [ | ||
|
@@ -70,45 +70,45 @@ | |
w3cid: 34017 | ||
} | ||
], | ||
|
||
// authors, add as many as you like. | ||
// This is optional, uncomment if you have authors as well as editors. | ||
// only "name" is required. Same format as editors. | ||
|
||
//authors: [ | ||
// { name: "Your Name", url: "http://example.org/", | ||
// company: "Your Company", companyURI: "http://example.com/" }, | ||
//], | ||
|
||
/* | ||
alternateFormats: [ | ||
{ uri: 'wcag21-diff.html', label: "Diff from Previous Recommendation" } , | ||
{ uri: 'wcag21.ps', label: "PostScript version" }, | ||
{ uri: 'wcag21.pdf', label: "PDF version" } | ||
], | ||
*/ | ||
|
||
// errata: 'http://www.w3.org/2010/02/rdfa/errata.html', | ||
|
||
// name of the WG | ||
wg: "Accessibility Guidelines Working Group", | ||
|
||
// URI of the public WG page | ||
wgURI: "http://www.w3.org/WAI/GL/", | ||
|
||
// name (with the @w3c.org) of the public mailing to which comments are due | ||
wgPublicList: "public-comments-wcag20", | ||
|
||
// URI of the patent status for this WG, for Rec-track documents | ||
// !!!! IMPORTANT !!!! | ||
// This is important for Rec-track documents, do not copy a patent URI from a random | ||
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood | ||
// Team Contact. | ||
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/35422/status", | ||
maxTocLevel: 4, | ||
|
||
}; | ||
|
||
.principle h2::before | ||
|
@@ -783,6 +783,14 @@ Change on Request |
|
|
||
Critical Controls |
||
A |
||
New |
||
Critical controls or important information are above the fold and are accentuated in the main modality of the content. |
||
|
||
@@ |
||
Help users avoid and correct mistakes. |
||
|
@@ -990,6 +998,10 @@ Glossary |
|
Some companies have adopted what used to be an initialism as their company name. In these cases, the new name of the company is the letters (for example, Ecma) and the word is no longer considered an abbreviation. |
||
|
||
positioned in the upper part of a web page and so visible without scrolling down the page in the main modality of the content. |
||
|
||
supported by users' assistive technologies as well as the accessibility features in browsers and other user agents |
||
|
@@ -1157,6 +1169,11 @@ Glossary |
|
any sequence where words and paragraphs are presented in an order that does not change the meaning of the content |
||
|
||
controls amd features that are required to complete the main role or tasks of the user interface. |
||
|
||
|
||
a sudden, unexpected situation or occurrence that requires immediate action to preserve health, safety, or property |
||
|
@@ -1277,6 +1294,10 @@ Glossary |
|
the two or three year period of education that begins after completion of six years of school and ends nine years after the beginning of primary education |
||
This definition is based on the International Standard Classification of Education [[UNESCO]]. |
||
|
||
main modality(s) considered in the design of the content. |
||
|
||
process or technique for achieving a result |
||
|
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.
"controls amd features" > "controls and features"
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.
@patrickhlauke Thank you!