summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-10 14:58:54 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-10 14:58:54 +0000
commit20108e745cb2de378e5741eefeef4e1290d83381 (patch)
tree373a8e070bed7d9a327d7943374a1701825570a3 /docutils/docs/dev
parent9d3fbf8fc68dc47c191c2bc3fce626e2a5c8bbea (diff)
downloaddocutils-20108e745cb2de378e5741eefeef4e1290d83381.tar.gz
added inline target to "whitespace in include file path" item;
moved entry "support for inclusion by URL" to the existing misc.include section; added link to Python's ID-test git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2927 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index f4079b8cb..76c16c621 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -1119,7 +1119,7 @@ when used in a document.
- _`misc.include`:
- - @@@ Allow whitespace in paths (just not at line boundaries).
+ - @@@ Allow _`whitespace in paths` (just not at line boundaries).
- "encoding" option? Take default from runtime settings. Use
Input component to read it in?
@@ -1159,16 +1159,16 @@ when used in a document.
Instead of C-include "<syntax>", perhaps a new "include-sys"
directive?
+ - Add support for inclusion by URL::
+
+ .. include::
+ :url: http://www.example.org/inclusion.txt
+
- _`misc.raw`: "encoding" option?
- _`misc.class`: @@@ Allow multiple classes (whitespace-separated)
to be declared.
- - _`misc.include`: Add support for inclusion by URL::
-
- .. include::
- :url: http://www.example.org/inclusion.txt
-
- Allow the _`:trim:` option for all directives when they occur in a
substitution definition, not only the unicode_ directive.
@@ -1664,9 +1664,10 @@ HTML Writer
* Test with modern browsers if it's possible to remove the "name"
attributes, which currently serve only for backwards-compatibility
- to browsers which aren't XHTML compliant.
+ to browsers which aren't XHTML compliant. For a starting point, see
+ http://www.python.org/dev/doc/idtest.html.
- If all browsers support the "id" attribute, remove the "name"
+ If enough browsers support the "id" attribute, remove the "name"
attributes.
* Add more support for <link> elements, especially for navigation