Skip to content

Commit 7df92a6

Browse files
authored
Merge pull request #61 from w3c/remove-implied-roles
Removed the requirements to imply the deprecated doc-biblioentry and doc-endnote roles on list item descendants
2 parents 2c9e821 + a2dcb13 commit 7df92a6

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

dpub-aria/index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -894,10 +894,6 @@ <h3>Definition of Roles</h3>
894894
subdivided, for example alphabetically, the element would contain more than one list).
895895
</p>
896896

897-
<p>User Agents MUST expose the list items in these lists using the platform accessibility API mappings for an individual entry.</p>
898-
899-
<p>Lists nested within an entry have no special significance. User Agents MUST NOT expose these list items using the platform accessibility API mappings for an individual entry.</p>
900-
901897
<p>Authors MUST NOT apply the <code>doc-bibliography</code> role directly to the list containing the entries.</p>
902898

903899
<pre class="example highlight">
@@ -1851,10 +1847,6 @@ <h3>Definition of Roles</h3>
18511847
by chapter, the element would contain more than one list).
18521848
</p>
18531849

1854-
<p>User Agents MUST expose the list items in these lists using the platform accessibility API mappings for an individual endnote.</p>
1855-
1856-
<p>Lists nested within an endnote have no special significance. User Agents MUST NOT expose these list items using the platform accessibility API mappings for an individual endnote.</p>
1857-
18581850
<p>Authors MUST NOT declare elements with the role <rref>doc-footnote</rref> within the endnotes as it is redundant with the implied role.</p>
18591851

18601852
<p>Authors MUST NOT apply the <code>doc-endnotes</code> role directly to the list containing the endnotes.</p>
@@ -4447,13 +4439,13 @@ <h2>Candidate Recommendation Exit Criteria</h2>
44474439
<h2>Change Log</h2>
44484440

44494441
<section id="changelog-recent">
4450-
<h3>Substantive changes since the <a href="https://www.w3.org/TR/2021/WD-dpub-aria-1.1-20210826/">First Public Working Draft</a></h3>
4442+
<h3>Substantive changes since the <a href="https://www.w3.org/TR/2023/WD-dpub-aria-1.1-20231030/">last Working Draft</a></h3>
44514443

44524444
<ul>
44534445
<!-- EdNote: After each WD publish, move contents of this list into the next one below. -->
44544446
<li>
4455-
20-Sep-2021: Clarified ambiguities in the formatting and processing of endnote and bibliography lists and require that the <rref>doc-footnote</rref> role not be used within endnotes. See
4456-
<a href="https://github.com/w3c/dpub-aria/issues/38">issue 38</a>.
4447+
01-Dec-2023: Removed the requirements to imply list items descendants of <code>doc-bibliography</code> and <code>doc-endnotes</code> are <code>doc-biblioentry</code> and
4448+
<code>doc-endnote</code>
44574449
</li>
44584450
</ul>
44594451
</section>
@@ -4462,6 +4454,10 @@ <h3>Substantive changes since the <a href="https://www.w3.org/TR/2021/WD-dpub-ar
44624454
<h3>Substantive changes since the <a href="https://www.w3.org/TR/dpub-aria-1.0/">DPUB-ARIA 1.0 Recommendation</a></h3>
44634455

44644456
<ul>
4457+
<li>
4458+
20-Sep-2021: Clarified ambiguities in the formatting and processing of endnote and bibliography lists and require that the <rref>doc-footnote</rref> role not be used within endnotes. See
4459+
<a href="https://github.com/w3c/dpub-aria/issues/38">issue 38</a>.
4460+
</li>
44654461
<li>
44664462
24-Feb-2021: Changed required accessible name for <rref>doc-part</rref> to false to match the other landmark roles. See <a href="https://github.com/w3c/dpub-aria/issues/34">issue 34</a>.
44674463
</li>

0 commit comments

Comments
 (0)