diff --git a/index.html b/index.html index 39a7c3c0..57a81376 100644 --- a/index.html +++ b/index.html @@ -248,7 +248,10 @@
Authors SHOULD NOT use the following DPub Roles: - `doc-biblioentry`, - `doc-endnote`. +
Authors SHOULD NOT use the following deprecated DPub Roles: + `doc-biblioentry`, + `doc-endnote`.
-The `doc-biblioentry` and `doc-endnote` roles are not valid children of an element with an implict or explicit role of `list`. - These roles are marked for deprecation in [[[dpub-aria-1.1]]]. - Authors can use standard `li` elements without the need for these roles.
-Roles: - `directory`, `group`, `listbox`, `menu`, @@ -2007,6 +2004,10 @@
Authors SHOULD NOT use deprecated `directory` role. +
+Roles: - `directory`, `group`, `listbox`, `menu`, @@ -2128,6 +2128,10 @@
Authors SHOULD NOT use deprecated `directory` role. +
+Roles: - `directory`, `group`, `listbox`, `menu`, @@ -2934,6 +2937,10 @@
Authors SHOULD NOT use deprecated `directory` role. +
++ The ARIA Specification's Deprecated Requirements section indicates that if an ARIA feature is marked as deprecated then authors are recommended to not use said feature for new content. +
++ The following roles and attributes are deprecated features of ARIA and DPub ARIA. Conformance checkers MUST warn authors about the deprecated status of these features. Whenever possible, authors are advised to use alternatives to deprecated features. +
+ +The `directory` role is marked for deprecation in [[wai-aria-1.2|WAI-ARIA 1.2]]. In reality, the `directory` role had no functional difference to an element with an implicit or explicit `list` role. Authors are advised to use one of HTML's native list elements, or an ARIA `list` instead.
+The `doc-biblioentry` and `doc-endnote` roles are marked for deprecation in [[[dpub-aria-1.1]]], as they are not valid children for an element with an implicit or explicit role of `list`. Authors can use standard list and child `li` elements without the need for these roles.
+The `aria-dropeffect` and `aria-grabbed` attributes were deprecated in [[wai-aria-1.1|WAI-ARIA 1.1]]. There is presently no feature in ARIA to replace their proposed functionality.
+- Authors SHOULD use [=ASCII lowercase=] for all `role` token values - and any state or property attributes (`aria-*`) whose values are - defined as tokens. -
++ Authors SHOULD use [=ASCII lowercase=] for all `role` token values + and any state or property attributes (`aria-*`) whose values are + defined as tokens. +
@@ -4376,6 +4420,10 @@