summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/footnotes.txt
Commit message (Collapse)AuthorAgeFilesLines
* HTML5: ARIA roles for citations and citation-references.milde2021-06-251-1/+1
| | | | | | | | | | Use <div> with DPub ARIA role "doc-biblioentry" for citations. Wrapping citations in a list (required for elements with role "doc-biblioentry"). Use role "doc-biblioref" for citation-references. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8779 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5: Semantic markup for footnotes.milde2021-06-251-2/+26
| | | | | | | | | | | | | | Use "aside" instead of a description list for footnotes and citations. While providing decent standard rendering, footnote label and text are no instance of a "definition term" and "definition". Use "invisible" footnote label brackets instead of display="none" with superscript footnotes so that the brackets are kept with drag-and-drop. Adapt stylesheets. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8773 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html-plain: style footnote references and labels with CSS.milde2015-09-111-0/+17
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7916 929543f6-e4f2-0310-98a6-ba3bd3dd1d04