New HTML writer generating `XHTML1.1`_ styled with CSS2.
commitfab8c2b8d768ff4784111e6549cf3828090216d2
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 21 Feb 2015 16:59:18 +0000 (21 16:59 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 21 Feb 2015 16:59:18 +0000 (21 16:59 +0000)
tree60023e26715385e894182185c22d9eb1cdd07367
parentf608434f5f83d882f69fa0e5a0c19fcd8078fcea
New HTML writer generating `XHTML1.1`_ styled with CSS2.

Moved to the docutils core from sandbox/html4strict.

.. _XHTML1.1: http://www.w3.org/TR/xhtml11/

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
RELEASE-NOTES.txt
docutils/writers/html4css1/__init__.py
docutils/writers/xhtml11/__init__.py [new file with mode: 0644]
docutils/writers/xhtml11/xhtml11.css [new file with mode: 0644]
setup.py
test/functional/expected/standalone_rst_xhtml11.xhtml [new file with mode: 0644]
test/functional/input/data/xhtml11.css [new file with mode: 0644]
test/functional/input/standalone_rst_xhtml11.txt [new file with mode: 0644]
test/functional/tests/standalone_rst_xhtml11.py [new file with mode: 0644]
tools/rst2xhtml11.py [new file with mode: 0755]