diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-25 20:58:55 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-25 20:58:55 +0000 |
| commit | 6c678607dfd46059e946fe7ca0ec9cdf3e1eb949 (patch) | |
| tree | dff68e7c9e36512d82a912cc83225fcd72816f45 /docutils/test/functional/input | |
| parent | 466b2f1a552520921ea8c248438a174e167fb4d6 (diff) | |
| download | docutils-6c678607dfd46059e946fe7ca0ec9cdf3e1eb949.tar.gz | |
HTML5: ARIA roles for citations and citation-references.
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
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/footnotes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/input/footnotes.txt b/docutils/test/functional/input/footnotes.txt index 8c4c464e7..aa25055d9 100644 --- a/docutils/test/functional/input/footnotes.txt +++ b/docutils/test/functional/input/footnotes.txt @@ -16,7 +16,7 @@ Here's a reference to the above, [CIT2002]_. .. [5] this footnote is missing in the standard example document. -Footnotes may contain block elements like lists [#list-note]_ [#]_, +Footnotes may contain block elements like lists [#]_ [#list-note]_ [#]_, admonitions [#]_, or tables [#]_. .. [#] #. An ordered list |
