8000 Adjust EPUB footnotes with backlink before text. · Issue #5583 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Adjust EPUB footnotes with backlink before text. #5583
Closed
@jgm

Description

@jgm

See #4491 which has been abandoned but has several good ideas in it, which I don't want to get lost.

EPUB3 Accessibility Guidelines say

  • Identify footnotes within the text using the aside element. [WCAG 1.3.1]
  • Group footnotes or endnotes at the end of a section or work in lists. [WCAG 1.3.1]
  • Link note references to their notes. [WCAG 1.3.1]
  • Backlink notes at the end of a section or work to their references. [WCAG 1.3.1]
  • For footnotes, the backlink precedes the note text so that the user will be aware that such a link is available.

All we really need to do is change the backlink to precede the text, and make sure all the links and cross-references and containing sections conform to guidelines.

See also:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0