From 00045dd469deeaf5d0210efbc27cf4cd5c093d44 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 6 Jan 2022 20:38:55 -0500 Subject: [PATCH] adjust allowances for deprecated dpub roles (#369) closes #363 * revise allowances for dpub roles on li element - add authors SHOULD NOT use these roles - add note to explain * add link to dpub aria 1.1 * update changelog --- index.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 36769654..ac1e3a10 100644 --- a/index.html +++ b/index.html @@ -1887,14 +1887,21 @@

or `treeitem`

- DPub Roles: - `doc-biblioentry`, - `doc-endnote` -

Global `aria-*` attributes and any `aria-*` attributes applicable to the allowed roles.

+
+

Authors SHOULD NOT use the following 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.

+
+
@@ -4371,8 +4378,12 @@

Change log

Substantive changes since the last published Recommendation

-
    +
  • + 06-Jan-2022: + Change allowances for `doc-biblioentry` and `doc-endnote` roles on the `li` element. + These roles are deprecated in [[[dpub-aria-1.1]]]. +
  • 13-Dec-2021: Allow `radio` role on `img alt="some text"` element.