-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Cooper
committed
Jul 19, 2018
1 parent
defb43e
commit f220752
Showing
2 changed files
with
10 additions
and
10 deletions.
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
or if that is not feasible, send email to | ||
<a href="mailto:[email protected]?subject=Comment%20on%20WAI-ARIA%20Practices%201.2">[email protected]</a> | ||
(<a href="http://lists.w3.org/Archives/Public/public-aria/">comment archive</a>). | ||
In-progress updates to the document may be viewed in the <a href="http://w3c.github.io/aria-practices/">publicly visible editors' draft</a>. | ||
In-progress updates to the document may be viewed in the <a href="https://w3c.github.io/aria-practices/">publicly visible editors' draft</a>. | ||
</p> | ||
</section> | ||
|
||
|
@@ -3199,7 +3199,7 @@ <h5>HTML5 Techniques</h5> | |
<li>The HTML5 <code>header</code> element defines a <code>banner</code> landmark when its context is the <code>body</code> element.</li> | ||
|
||
<li> | ||
The HTML5 <code>header</code> element is not considered a <code>banner</code> landmark when it is descendant of any of following elements (see <a href="http://w3c.github.io/aria/html-aam/html-aam.html">HTML Accessibility Mappings</a>): | ||
The HTML5 <code>header</code> element is not considered a <code>banner</code> landmark when it is descendant of any of following elements (see <a href="https://w3c.github.io/aria/html-aam/html-aam.html">HTML Accessibility Mappings</a>): | ||
<ul> | ||
<li><code>article</code></li> | ||
<li><code>aside</code></li> | ||
|
@@ -3279,7 +3279,7 @@ <h5>HTML5 Techniques</h5> | |
<li>The HTML5 <code>footer</code> element defines a <code>contentinfo</code> landmark when its context is the <code>body</code> element.</li> | ||
|
||
<li> | ||
The HTML5 <code>footer</code> element is not considered a <code>contentinfo</code> landmark when it is descendant of any of following elements (see <a href="http://w3c.github.io/aria/html-aam/html-aam.html">HTML Accessibility Mappings</a>): | ||
The HTML5 <code>footer</code> element is not considered a <code>contentinfo</code> landmark when it is descendant of any of following elements (see <a href="https://w3c.github.io/aria/html-aam/html-aam.html">HTML Accessibility Mappings</a>): | ||
<ul> | ||
<li><code>article</code></li> | ||
<li><code>aside</code></li> | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ var respecConfig = { | |
diffTool: 'http://www.aptest.com/standards/htmldiff/htmldiff.pl', | ||
license: 'w3c-software-doc', | ||
|
||
// The specifications short name, as in http://www.w3.org/TR/short-name/ | ||
// The specifications short name, as in https://www.w3.org/TR/short-name/ | ||
shortName: 'wai-aria-practices-1.2', | ||
|
||
// If you wish the publication date to be other than today, | ||
|
@@ -41,13 +41,13 @@ var respecConfig = { | |
name: 'Matt King', | ||
mailto: '[email protected]', | ||
company: 'Facebook', | ||
companyURI: 'http://www.facebook.com/', | ||
companyURI: 'https://www.facebook.com/', | ||
w3cid: 44582 | ||
}, { | ||
name: 'James Nurthen', | ||
mailto: '[email protected]', | ||
company: 'Adobe', | ||
companyURI: 'http://www.adobe.com/', | ||
companyURI: 'https://www.adobe.com/', | ||
w3cid: 37155 | ||
}, { | ||
name: 'Michiel Bijl', | ||
|
@@ -63,19 +63,19 @@ var respecConfig = { | |
}, { | ||
name: 'Joseph Scheuhammer', | ||
company: 'Inclusive Design Research Centre, OCAD University', | ||
companyURI: 'http://idrc.ocad.ca/', | ||
companyURI: 'https://idrc.ocadu.ca/', | ||
note: 'Previous Editor', | ||
w3cid: 42279 | ||
}, { | ||
name: 'Lisa Pappas', | ||
company: 'SAS', | ||
companyURI: 'http://www.sas.com/', | ||
companyURI: 'https://www.sas.com/', | ||
note: 'Previous Editor', | ||
w3cid: 41725 | ||
}, { | ||
name: 'Rich Schwerdtfeger', | ||
company: 'IBM Corporation', | ||
companyURI: 'http://ibm.com/', | ||
companyURI: 'https://www.ibm.com/', | ||
note: 'Previous Editor', | ||
w3cid: 2460 | ||
}], | ||
|
@@ -128,7 +128,7 @@ var respecConfig = { | |
// } | ||
// ], | ||
|
||
// errata: 'http://www.w3.org/2010/02/rdfa/errata.html', | ||
// errata: 'https://www.w3.org/2010/02/rdfa/errata.html', | ||
|
||
// name of the WG | ||
wg: 'Accessible Rich Internet Applications Working Group', | ||
|