diff --git a/index.html b/index.html index 4d1b56dd..2d3b6f7b 100644 --- a/index.html +++ b/index.html @@ -12,14 +12,20 @@ url: "https://www.paciellogroup.com", company: "The Paciello Group", companyURL: "https://www.paciellogroup.com", - w3cid: "35007", + w3cid: "35007" }, { name: "Scott O'Hara", url: "https://www.paciellogroup.com", company: "The Paciello Group", companyURL: "https://www.paciellogroup.com", - w3cid: "103856", + w3cid: "103856" + }, + { name: "Patrick H. Lauke", + url: "https://tetralogical.com", + company: "TetraLogical", + companyURL: "https://tetralogical.com/", + w3cid: '35129' }, ], previousMaturity: "WD", @@ -63,11 +69,11 @@

Web developers MAY use the ARIA `role` and `aria-*` attributes on HTML elements, in accordance with the requirements described in [[wai-aria-1.1]], except where these - conflict with the strong native semantics - or are equal to the implicit ARIA semantics of - a given HTML element. These constraints are intended to prevent + conflict with the + strong native semantics + or are equal to the + implicit ARIA semantics + of a given HTML element. These constraints are intended to prevent developers from making assistive technology products report nonsensical user interface (UI) information that does not represent the actual UI of the document. @@ -92,7 +98,8 @@