summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-11-10 17:04:43 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-11-10 17:04:43 +0000
commit58e8f5fb0df159cc0edc8a20634d705cc26d53d8 (patch)
treee2d0800cfaf409baa7585650d6f7afaefaea8c26 /Docs
parent5adbed530c9ffb07c26442aa530b50544689d3da (diff)
downloadnetsurf-58e8f5fb0df159cc0edc8a20634d705cc26d53d8.tar.gz
netsurf-58e8f5fb0df159cc0edc8a20634d705cc26d53d8.tar.bz2
Update TODO documents.
svn path=/trunk/netsurf/; revision=3041
Diffstat (limited to 'Docs')
-rw-r--r--Docs/TODO-CSS8
-rw-r--r--Docs/TODO-General10
-rw-r--r--Docs/TODO-HTML7
3 files changed, 4 insertions, 21 deletions
diff --git a/Docs/TODO-CSS b/Docs/TODO-CSS
index 457bb0a38..46be991a9 100644
--- a/Docs/TODO-CSS
+++ b/Docs/TODO-CSS
@@ -49,10 +49,10 @@ See TODO-HTML for HTML related TODOs.
+ left
- letter-spacing
+ line-height
-- list-style
-- list-style-image
+= list-style
++ list-style-image
- list-style-position
-- list-style-type
+= list-style-type (various numbering systems are not implemented)
= margin (some problems with inlines)
= margin-[top|right|left|bottom] (some problems with inlines)
- marker-offset
@@ -71,7 +71,7 @@ See TODO-HTML for HTML related TODOs.
= padding-[top|right|left|bottom] (some problems with inlines)
- page
- page-break-[after|before|inside]
-= position (fixed not done. static position not implemented)
+= position (fixed not done)
- quotes
+ right
- size
diff --git a/Docs/TODO-General b/Docs/TODO-General
deleted file mode 100644
index a9b708905..000000000
--- a/Docs/TODO-General
+++ /dev/null
@@ -1,10 +0,0 @@
-$Id: TODO-General,v 1.8 2004/09/03 22:27:08 tlsa Exp $
-
-TODO-General for NetSurf.
-
-This file documents general things which need doing.
-
-
-Disk Cache
-Global Clipboard Support
-JavaScript? \ No newline at end of file
diff --git a/Docs/TODO-HTML b/Docs/TODO-HTML
index 03fb5f973..9bc65ea91 100644
--- a/Docs/TODO-HTML
+++ b/Docs/TODO-HTML
@@ -11,10 +11,6 @@ See TODO-CSS for CSS related TODOs.
Text Formatting:
<Q> tag
-
-Lists:
- <LI>
- <OL>,<UL>
Objects:
Alt text
@@ -22,9 +18,6 @@ Objects:
Forms:
"disabled" attribute
A few textarea rendering issues
-
-Frames:
- Currently messy. Change to use nested windows.
General:
height="some%" - 13.7.1 \ No newline at end of file