summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-10-08 17:03:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-10-08 17:03:17 +0000
commitec15724bc3bc16ed4dcd59bf5c31734c3440fc8a (patch)
tree4a65aba22ff4150635e5ff2f4c0790e8e6b5eac5 /Docs
parent669a5e213ada30a4c7d0ba649e7a0c7f09a2d428 (diff)
downloadnetsurf-ec15724bc3bc16ed4dcd59bf5c31734c3440fc8a.tar.gz
netsurf-ec15724bc3bc16ed4dcd59bf5c31734c3440fc8a.tar.bz2
[project @ 2003-10-08 17:03:17 by jmb]
Indicate status of properties svn path=/import/netsurf/; revision=351
Diffstat (limited to 'Docs')
-rw-r--r--Docs/TODO-CSS90
1 files changed, 86 insertions, 4 deletions
diff --git a/Docs/TODO-CSS b/Docs/TODO-CSS
index 24911d12e..3efaee5a4 100644
--- a/Docs/TODO-CSS
+++ b/Docs/TODO-CSS
@@ -1,10 +1,92 @@
-$Id: TODO-CSS,v 1.1 2003/05/31 18:39:35 jmb Exp $
+$Id: TODO-CSS,v 1.2 2003/10/08 17:03:17 jmb Exp $
TODO-CSS file for NetSurf.
-This file lists the result of running NetSurf through the
-w3.org CSS compliance testsuite.
+This file contains an alphabetical list of CSS2 properties which apply to visual user agents.
+A "+" before the property means that it is implemented.
+A "-" before the property means that it isn't implemented.
+A "=" before the property means that it is partially implemented.
See TODO-HTML for HTML related TODOs.
-Lots. \ No newline at end of file
+= background
+= background-attachment
++ background-color
+- background-image
++ background-position
++ background-repeat
+- border
+- border-collapse
+- border-color
+- border-spacing
+- border-style
+- border-[top|right|left|bottom]
+- border-*-color
+= border-*-style
+= border-*-width
+- bottom
+- caption-side
++ clear
+- clip
++ color
+- content
+- counter-increment
+- counter-reset
+- cursor
+- direction
++ display
+- empty-cells
++ float
++ font
+- font-family
++ font-size
+- font-size-adjust
+- font-stretch
++ font-style
+= font-variant
++ font-weight
++ height
+- left
+= letter-spacing
++ line-height
+- list-style
+- list-style-image
+= list-style-position
+= list-style-type
+= margin
+- margin-[top|right|left|bottom]
+- marker-offset
+- marks
+- max-height
+- max-width
+- min-height
+- min-width
+- orphans
+- outline
+- outline-color
+- outline-style
+- outline-width
+- overflow
+- padding
+- padding-[top|right|left|bottom]
+- page
+- page-break-[after|before|inside]
+- position
+- quotes
+- right
+- size
+- table-layout
++ text-align
+= text-decoration
+- text-indent
+- text-shadow
+= text-transform
+- top
+- unicode-bidi
+= vertical-align
+- visibility
+= white-space
+- widows
++ width
+- word-spacing
+- z-index \ No newline at end of file