From cbd1e1fbef443174f91d853445701648e7e17fb2 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 25 Jul 2020 12:53:08 +0100 Subject: [PATCH 01/11] Softening language around explicitly assigning implicit ARIA semantics Closes #236 --- index.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 9ff3d7da..9afe1e4b 100644 --- a/index.html +++ b/index.html @@ -75,9 +75,9 @@

Web developers MUST NOT use the ARIA `role` and `aria-*` attributes in a manner that conflicts with the semantics described in the - [[[#docconformance]]] table. Web developers SHOULD NOT set the ARIA - `role` and `aria-*` attributes to values that match the implicit - ARIA semantics defined in the table. + [[[#docconformance]]] table. Web developers are discouraged from setting + the ARIA `role` and `aria-*` attributes to values that match the + implicit ARIA semantics defined in the table, as this is unnecessary.