-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: companyURI -> companyURL (#2457)
- Loading branch information
1 parent
6cec5e4
commit e4977b1
Showing
5 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -59,21 +59,21 @@ | |
name: "Fred Esch", | ||
mailto: "[email protected]", | ||
company: "IBM Corporation", | ||
companyURI: "http://www.ibm.com", | ||
companyURL: "http://www.ibm.com", | ||
w3cid: 73593 | ||
}, | ||
{ | ||
name: "Rich Schwerdtfeger", | ||
mailto: "[email protected]", | ||
company: "Knowbility", | ||
companyURI: "https://www.knowbility.org/", | ||
companyURL: "https://www.knowbility.org/", | ||
w3cid: 2460 | ||
}, | ||
{ | ||
name: "Léonie Watson", | ||
mailto: "[email protected] ", | ||
company: "The Paciello Group", | ||
companyURI: 'http://www.paciellogroup.com', | ||
companyURL: 'http://www.paciellogroup.com', | ||
w3cid: 44692 | ||
}, | ||
], | ||
|
@@ -84,7 +84,7 @@ | |
|
||
//authors: [ | ||
// { name: "Your Name", url: "http://example.org/", | ||
// company: "Your Company", companyURI: "http://example.com/" }, | ||
// company: "Your Company", companyURL: "http://example.com/" }, | ||
//], | ||
|
||
/* | ||
|
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
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
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
url: 'http://www.w3.org', | ||
mailto: "[email protected]", | ||
company: "W3C", | ||
companyURI: "http://www.w3.org" | ||
companyURL: "http://www.w3.org" | ||
} | ||
], | ||
|
||
|
@@ -56,7 +56,7 @@ | |
|
||
//authors: [ | ||
// { name: "Your Name", url: "http://example.org/", | ||
// company: "Your Company", companyURI: "http://example.com/" }, | ||
// company: "Your Company", companyURL: "http://example.com/" }, | ||
//], | ||
|
||
/* | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
// only "name" is required | ||
editors: [ | ||
{ name: "Amelia Bellamy-Royds", company: "Invited Expert", mailto: "[email protected]", w3cid: 75809 }, | ||
{ name: "Ian Pouncey", company: "The Paciello Group, LLC", companyURI: "https://www.paciellogroup.com/", mailto: "[email protected]", w3cid: 44477 }, | ||
{ name: "Ian Pouncey", company: "The Paciello Group, LLC", companyURL: "https://www.paciellogroup.com/", mailto: "[email protected]", w3cid: 44477 }, | ||
], | ||
// authors, add as many as you like. | ||
// This is optional, uncomment if you have authors as well as editors. | ||
|
@@ -56,20 +56,20 @@ | |
mailto: "[email protected]", | ||
w3cid: 75809, | ||
}, | ||
{ name: "Ian Pouncey", company: "The Paciello Group, LLC", companyURI: "https://www.paciellogroup.com/", mailto: "[email protected]", w3cid: 44477 }, | ||
{ name: "Ian Pouncey", company: "The Paciello Group, LLC", companyURL: "https://www.paciellogroup.com/", mailto: "[email protected]", w3cid: 44477 }, | ||
{ | ||
name: "Richard Schwerdtfeger", | ||
mailto: "[email protected]", | ||
company: "Knowbility", | ||
companyURI: "https://www.knowbility.org/", | ||
companyURL: "https://www.knowbility.org/", | ||
w3cid: 2460, | ||
note: "until August 2017", | ||
}, | ||
{ | ||
name: "Doug Schepers", | ||
mailto: "[email protected]", | ||
company: "W3C", | ||
companyURI: "https://www.w3.org/", | ||
companyURL: "https://www.w3.org/", | ||
w3cid: 38635, | ||
note: "until December 2016", | ||
}, | ||
|