diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2015-03-11 15:55:43 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2015-03-11 15:55:43 +0000 |
| commit | 8d8f4cd077a9210a23e87f2fa4514fb16f808c2a (patch) | |
| tree | a3496040b0179af5932a9527e12fdf305e1968a4 /docutils/test/functional/input | |
| parent | ce9356125402e102f27cd7bf4645f1022958a4ee (diff) | |
| download | docutils-8d8f4cd077a9210a23e87f2fa4514fb16f808c2a.tar.gz | |
Announce the new HTML writers. Small fixes to get valid HTML.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7820 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_html_base.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docutils/test/functional/input/standalone_rst_html_base.txt b/docutils/test/functional/input/standalone_rst_html_base.txt index 81b72b0bd..1ae91134d 100644 --- a/docutils/test/functional/input/standalone_rst_html_base.txt +++ b/docutils/test/functional/input/standalone_rst_html_base.txt @@ -202,7 +202,7 @@ Of course, also "booktabs" style tables can be numbered: Maths ----- -For maximal compatibility, the ``html-output`` setting defaults to »HTML«. +For maximal compatibility, the ``html-output`` setting defaults to »HTML«. (HTML 5 accepts also MathML and SVG as nested languages.) The linear mapping :math:`f: \mathbb{C}^{N}\longmapsto\mathbb{C}^{N}` @@ -219,12 +219,18 @@ transformation (DFT). .. include:: data/errors.txt -.. footer:: |validator| |valid-CSS2| +.. footer:: |HTML 5| |validator| |valid-CSS2| + +.. |HTML 5| image:: http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png + :height: 31 + :width: 88 + :alt: Conforms to HTML 5 + :target: http://www.w3.org/TR/html5/ .. |validator| image:: https://validator-suite.w3.org/icons/vs-blue-256.png :height: 31 :width: 88 - :alt: Conforms to HTML 5! + :alt: Check validity! :target: http://validator.w3.org/check?uri=referer .. |valid-CSS2| image:: http://jigsaw.w3.org/css-validator/images/vcss |
