Skip to content

Commit

Permalink
remove allowances for dpub roles on li element
Browse files Browse the repository at this point in the history
closes #363

removes allowances for `li` element for dpub roles `doc-biblioentry` and `doc-endnote`.  These roles are being deprecated in dpub ARIA 1.1, as authors should use standard list elements, or `role=list` and `role=listitem` elements instead.
  • Loading branch information
scottaohara authored Nov 3, 2021
1 parent 805bd00 commit cc05a68
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1751,11 +1751,6 @@ <h2 id="docconformance">
<a href="#index-aria-tab">`tab`</a>
or <a href="#index-aria-treeitem">`treeitem`</a>
</p>
<p>
DPub Roles:
<a data-cite="dpub-aria-1.0#doc-biblioentry">`doc-biblioentry`</a>,
<a data-cite="dpub-aria-1.0#doc-endnote">`doc-endnote`</a>.
</p>
<p>
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a> and
any `aria-*` attributes applicable to the allowed roles.
Expand Down Expand Up @@ -4167,7 +4162,7 @@ <h2>Conformance checking requirements</h2>
A conformance checker MAY define their own terminology, and level or levels of
severity, when surfacing document failures to conform to this specification.
</p>
</section>
</section>
<section id="priv-sec" class="informative">
<h2>
Privacy and security considerations
Expand All @@ -4189,6 +4184,10 @@ <h2>
<h3>Substantive changes since the last published Recommendation</h3>

<ol reversed>
<li>
02-Nov-2021:
Remove `doc-biblioentry` and `doc-endnote` from `li` element allowances. These roles are deprecated in [[[dpub-aria-1.1]]].
</li>
<li>
26-Oct-2021:
Allow `aria-hidden` attribute on the `picture` element.
Expand Down

0 comments on commit cc05a68

Please sign in to comment.