gettalong / kramdown

kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
http://kramdown.gettalong.org
Other
1.72k stars 274 forks source link

Accessibility: incorrect use of ARIA role="doc-noteref" #719

Closed LouiseSteward closed 1 week ago

LouiseSteward commented 3 years ago

PR #646 refers.

According to the Digital Publishing WAI-ARIA Module 1.0 documentation, role="doc-noteref" should be applied to a superclass of type link (i.e. the <a> in the footnote ref) rather than to the <sup>.

This error has been picked up using the axe extension for Chrome, as well as using Ace by DAISY on EPUBs.

gettalong commented 1 week ago

This is implemented and will be in the next release.