Skip to content

Commit f220752

Browse files
author
Michael Cooper
committed
link fixes
1 parent defb43e commit f220752

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

aria-practices.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
or if that is not feasible, send email to
4646
<a href="mailto:[email protected]?subject=Comment%20on%20WAI-ARIA%20Practices%201.2">[email protected]</a>
4747
(<a href="http://lists.w3.org/Archives/Public/public-aria/">comment archive</a>).
48-
In-progress updates to the document may be viewed in the <a href="http://w3c.github.io/aria-practices/">publicly visible editors' draft</a>.
48+
In-progress updates to the document may be viewed in the <a href="https://w3c.github.io/aria-practices/">publicly visible editors' draft</a>.
4949
</p>
5050
</section>
5151

@@ -3199,7 +3199,7 @@ <h5>HTML5 Techniques</h5>
31993199
<li>The HTML5 <code>header</code> element defines a <code>banner</code> landmark when its context is the <code>body</code> element.</li>
32003200

32013201
<li>
3202-
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>):
3202+
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>):
32033203
<ul>
32043204
<li><code>article</code></li>
32053205
<li><code>aside</code></li>
@@ -3279,7 +3279,7 @@ <h5>HTML5 Techniques</h5>
32793279
<li>The HTML5 <code>footer</code> element defines a <code>contentinfo</code> landmark when its context is the <code>body</code> element.</li>
32803280

32813281
<li>
3282-
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>):
3282+
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>):
32833283
<ul>
32843284
<li><code>article</code></li>
32853285
<li><code>aside</code></li>

respec-config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var respecConfig = {
1313
diffTool: 'http://www.aptest.com/standards/htmldiff/htmldiff.pl',
1414
license: 'w3c-software-doc',
1515

16-
// The specifications short name, as in http://www.w3.org/TR/short-name/
16+
// The specifications short name, as in https://www.w3.org/TR/short-name/
1717
shortName: 'wai-aria-practices-1.2',
1818

1919
// If you wish the publication date to be other than today,
@@ -41,13 +41,13 @@ var respecConfig = {
4141
name: 'Matt King',
4242
mailto: '[email protected]',
4343
company: 'Facebook',
44-
companyURI: 'http://www.facebook.com/',
44+
companyURI: 'https://www.facebook.com/',
4545
w3cid: 44582
4646
}, {
4747
name: 'James Nurthen',
4848
mailto: '[email protected]',
4949
company: 'Adobe',
50-
companyURI: 'http://www.adobe.com/',
50+
companyURI: 'https://www.adobe.com/',
5151
w3cid: 37155
5252
}, {
5353
name: 'Michiel Bijl',
@@ -63,19 +63,19 @@ var respecConfig = {
6363
}, {
6464
name: 'Joseph Scheuhammer',
6565
company: 'Inclusive Design Research Centre, OCAD University',
66-
companyURI: 'http://idrc.ocad.ca/',
66+
companyURI: 'https://idrc.ocadu.ca/',
6767
note: 'Previous Editor',
6868
w3cid: 42279
6969
}, {
7070
name: 'Lisa Pappas',
7171
company: 'SAS',
72-
companyURI: 'http://www.sas.com/',
72+
companyURI: 'https://www.sas.com/',
7373
note: 'Previous Editor',
7474
w3cid: 41725
7575
}, {
7676
name: 'Rich Schwerdtfeger',
7777
company: 'IBM Corporation',
78-
companyURI: 'http://ibm.com/',
78+
companyURI: 'https://www.ibm.com/',
7979
note: 'Previous Editor',
8080
w3cid: 2460
8181
}],
@@ -128,7 +128,7 @@ var respecConfig = {
128128
// }
129129
// ],
130130

131-
// errata: 'http://www.w3.org/2010/02/rdfa/errata.html',
131+
// errata: 'https://www.w3.org/2010/02/rdfa/errata.html',
132132

133133
// name of the WG
134134
wg: 'Accessible Rich Internet Applications Working Group',

0 commit comments

Comments
 (0)