Skip to content

Commit

Permalink
Editorial: companyURI -> companyURL (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored Feb 26, 2025
1 parent 6cec5e4 commit e4977b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions graphics-aria/graphics2.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
],
Expand All @@ -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/" },
//],

/*
Expand Down
2 changes: 1 addition & 1 deletion html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// only "name" is required. Same format as editors.
//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
// company: "Your Company", companyURL: "http://example.com/" },
//],

// Spec URLs
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
// company: "Your Company", companyURL: "http://example.com/" },
//],

/*
Expand Down
4 changes: 2 additions & 2 deletions requirements/aria-requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
url: 'http://www.w3.org',
mailto: "[email protected]",
company: "W3C",
companyURI: "http://www.w3.org"
companyURL: "http://www.w3.org"
}
],

Expand All @@ -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/" },
//],

/*
Expand Down
8 changes: 4 additions & 4 deletions svg-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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",
},
Expand Down

0 comments on commit e4977b1

Please sign in to comment.