Skip to content

Add support for dpub-aria in HTML output #4213

Closed
@xi

Description

@xi

The Digital Publishing WAI-ARIA Module 1.0 has recently become a W3C recommendation. It contains semantic structures that are derived from EPUB. I think that these that are well suited for many of pandoc's usecases.

The relevant parts are:

  • Use doc-endnotes, doc-endnote, doc-noteref, and doc-backlink roles for footnotes.
  • Use doc-bibliography, doc-biblioentry, and doc-biblioref roles for bibliography.
  • Use doc-toc role for auto-generated table of contents.

Unfortunately, I do not know enough haskell to implement this myself.

See also michelf/php-markdown#287

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions