-
Notifications
You must be signed in to change notification settings - Fork 355
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
Marcos Cáceres
committed
Apr 15, 2020
1 parent
98ea192
commit a14ef86
Showing
1 changed file
with
11 additions
and
11 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ var respecConfig = { | |
// publishDate: "2013-08-22", | ||
noRecTrack: true, | ||
|
||
// 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, | ||
|
@@ -24,8 +24,8 @@ var respecConfig = { | |
// prevRecURI: "", | ||
// previousDiffURI: "", | ||
|
||
// If there a publicly available Editors Draft, this is the link | ||
edDraftURI: 'https://w3c.github.io/aria-practices/', | ||
// Github repo | ||
github: "w3c/aria-practices", | ||
|
||
// If this is a LCWD, uncomment and set the end of its review period | ||
// lcEnd: "2012-02-21", | ||
|
@@ -36,7 +36,7 @@ var respecConfig = { | |
name: 'Matt King', | ||
mailto: '[email protected]', | ||
company: 'Facebook', | ||
companyURI: 'http://www.facebook.com/', | ||
companyURI: 'https://www.facebook.com/', | ||
w3cid: 44582 | ||
}, { | ||
name: 'JaEun Jemma Ku', | ||
|
@@ -48,7 +48,7 @@ var respecConfig = { | |
name: 'James Nurthen', | ||
mailto: '[email protected]', | ||
company: 'Adobe', | ||
companyURI: 'http://www.adobe.com/', | ||
companyURI: 'https://www.adobe.com/', | ||
w3cid: 37155 | ||
}, { | ||
name: 'Zoë Bijl', | ||
|
@@ -65,19 +65,19 @@ var respecConfig = { | |
formerEditors: [{ | ||
name: 'Joseph Scheuhammer', | ||
company: 'Inclusive Design Research Centre, OCAD University', | ||
companyURI: 'http://idrc.ocad.ca/', | ||
companyURI: 'https://idrc.ocad.ca/', | ||
w3cid: 42279, | ||
retiredDate: '2014-10-01' | ||
}, { | ||
name: 'Lisa Pappas', | ||
company: 'SAS', | ||
companyURI: 'http://www.sas.com/', | ||
companyURI: 'https://www.sas.com/', | ||
w3cid: 41725, | ||
retiredDate: '2009-10-01' | ||
}, { | ||
name: 'Rich Schwerdtfeger', | ||
company: 'IBM Corporation', | ||
companyURI: 'http://ibm.com/', | ||
companyURI: 'https://ibm.com/', | ||
w3cid: 2460, | ||
retiredDate: '2014-10-01' | ||
}], | ||
|
@@ -89,9 +89,9 @@ var respecConfig = { | |
// authors: [ | ||
// { | ||
// name: "Your Name", | ||
// url: "http://example.org/", | ||
// url: "https://example.org/", | ||
// company: "Your Company", | ||
// companyURI: "http://example.com/" | ||
// companyURI: "https://example.com/" | ||
// }, | ||
// ], | ||
|
||
|
@@ -136,7 +136,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', | ||
|