Skip to content

Commit

Permalink
link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Jul 19, 2018
1 parent defb43e commit f220752
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
14 changes: 7 additions & 7 deletions respec-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand All @@ -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
}],
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit f220752

Please sign in to comment.