diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-01-05 18:40:25 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-01-05 18:40:25 +0000 |
| commit | 9d3fbf8fc68dc47c191c2bc3fce626e2a5c8bbea (patch) | |
| tree | 4dfcf6a95b8b61ea3727f97e24c4481dab253120 /docutils/docs/dev | |
| parent | 7cc789203d68bcd5fb62940612b0133761804632 (diff) | |
| download | docutils-9d3fbf8fc68dc47c191c2bc3fce626e2a5c8bbea.tar.gz | |
added to-do list entry for removal of name attributes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index f21181c31..f4079b8cb 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1662,6 +1662,13 @@ Unimplemented Transforms 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. + + If all browsers support the "id" attribute, remove the "name" + attributes. + * Add more support for <link> elements, especially for navigation bars. |
