diff options
| -rw-r--r-- | docs/dev/todo.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index 05d12007b..3fd9b55c6 100644 --- a/docs/dev/todo.txt +++ b/docs/dev/todo.txt @@ -1658,6 +1658,9 @@ Unimplemented Transforms HTML Writer =========== +* Add support for _`multiple stylesheets`. See + <http://thread.gmane.org/gmane.text.docutils.cvs/4336>. + * Add more support for <link> elements, especially for navigation bars. @@ -1677,6 +1680,15 @@ HTML Writer identifying them as such. Text in Docutils language module. +PEP/HTML Writer +=============== + +* Remove the generic style information (duplicated from html4css1.css) + from pep.css to avoid redundancy. + + We need support for `multiple stylesheets`_ before, though. + + LaTeX writer ============ |
