You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Chrome Version 101.0.4951.41 (Official Build) (64-bit)
Lighthouse 9.5.0
This example from the ARIA 1.1 doc-endnotes specification::
<section role="doc-endnotes">
<h2>Notes</h2>
<ol>
<li id="6baa07af">
<p>Additional results of this study can be found at … </p>
</li>
<li id="7b2c0555">
<p>…</p>
</li>
</ol>
</section>
Generates a false positive:
Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. DPub 1.1 is still a W3C Working Draft, and 1.0 is the current recommended version. Since 1.0 requires a doc-endnotes to have a doc-endnote as a child we will still fail the provided example.
Google Chrome Version 101.0.4951.41 (Official Build) (64-bit)
Lighthouse 9.5.0
This example from the ARIA 1.1
doc-endnotes
specification::Generates a false positive:
The text was updated successfully, but these errors were encountered: