question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deprecation of `doc-biblioentry` and `doc-endnotes` roles

See original GitHub issue

DPUB-ARIA 1.1 deprecates the doc-biblioentry and doc-endnote roles. Using <li> or list/listitem is the preferred way to handle these endnotes.

Perhaps Axe could reduce the severity of its “missing children” checks wrt missing doc-biblioentry and doc-endnote roles, or eliminate them entirely.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
siddoibcommented, Mar 18, 2021

Apologies for jumping on this one long after it’s been closed. We’ve also been having the same issue with some of publications and we are not sure how to proceed further with it. Has it been flagged a bug?

thanks!

1reaction
Seirdycommented, Jan 19, 2021

Full context:

<section class="footnotes" role="doc-endnotes" aria-labelledby="note-hd">
	<h2 id="note-hd">References and endnotes</h2>
	<ol>
		<li id="fn:1" role="doc-endnote">
			<p>James Massey (1994). &ldquo;Guessing and entropy&rdquo; (PDF). Proceedings of 1994 IEEE
			International Symposium on Information Theory. IEEE. p. 204. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
		</li>
		<li id="fn:2" role="doc-endnote">
			<p>Assis, A. K. T.; Neves, M. C. D. (3 July 1995). &ldquo;History of the 2.7 K
			Temperature Prior to Penzias and Wilson&rdquo; <a href="#fnref:2" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
		</li>
		<li id="fn:3" role="doc-endnote">
			<p>The MOAC 2 was supposed to be able to consume other sources of energy such as
			dark matter and dark energy. Unfortunately, Intergalactic Business Machines ran out
			of funds since all their previous funds, being made of matter, were consumed by the
			original MOAC. <a href="#fnref:3" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
		</li>
		<li id="fn:4" role="doc-endnote">
			<p>This is a massive oversimplification; there isn&rsquo;t a single answer to the
			question &ldquo;What is the volume of the observable universe?&rdquo; Using this speed-of-light
			approach is one of multiple valid perspectives. The absolute size of the observable
			universe is much greater due to the way expansion works, but stuffing that into the
			MOAC&rsquo;s furnace would require moving mass faster than the speed of light. <a href="#fnref:4" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
		</li>
		<li id="fn:5" role="doc-endnote">
			<p>Lloyd, S., &ldquo;Ultimate Physical Limits to Computation,&rdquo; Nature 406.6799,
			1047-1054, 2000. <a href="#fnref:5" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
		</li>
		<li id="fn:6" role="doc-endnote">
			<p>Schneier, Bruce. Applied Cryptography, Second Edition, John Wiley &amp; Sons, 1996. <a href="#fnref:6" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
		</li>
	</ol>
</section>
Read more comments on GitHub >

github_iconTop Results From Across the Web

extensions/common/api/automation.idl - chromium/src
used to programmatically interact with a page by examining names, roles, and ... valueChanged, // Deprecated. windowActivated, ... docBiblioEntry,.
Read more >
Refactors code that deals with editable regions in Blink and adds ...
The bug is that output.js in ChromeVox assumes that all nodes with a role of text field and the multiline attribute are textareas....
Read more >
chrome.automation - Google Chrome
It can be used to programmatically interact with a page by examining names, roles, and states, listening for events, and performing actions on...
Read more >
StaticAtoms.py - mozsearch - Searchfox
# Each atom is defined by a call to Atom, PseudoElementAtom,. # NonInheritingAnonBoxAtom or InheritingAnonBoxAtom.
Read more >
mozilla-central: xpcom/ds/StaticAtoms.py ... - Mercurial
Atom("deprecation", "deprecation"), + − Atom("descendant", "descendant"), + − Atom("descendantOrSelf", "descendant-or-self"),
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found