2005-01-12 03:01:18 +03:00
|
|
|
$Id: TODO-CSS,v 1.15 2005/01/12 00:01:18 tlsa Exp $
|
2003-05-31 22:39:35 +04:00
|
|
|
|
|
|
|
TODO-CSS file for NetSurf.
|
|
|
|
|
2003-10-08 21:03:17 +04:00
|
|
|
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.
|
2003-05-31 22:39:35 +04:00
|
|
|
|
|
|
|
See TODO-HTML for HTML related TODOs.
|
|
|
|
|
2006-08-04 12:54:44 +04:00
|
|
|
+ background (attachment in progress) (some problems with inlines)
|
|
|
|
= background-attachment (some problems with inlines)
|
|
|
|
+ background-color (some problems with inlines)
|
|
|
|
+ background-image (some problems with inlines)
|
|
|
|
+ background-position (some problems with inlines)
|
|
|
|
+ background-repeat (some problems with inlines)
|
|
|
|
= border (some problems with inlines)
|
|
|
|
= border-collapse (some problems with inlines)
|
|
|
|
= border-color (some problems with inlines)
|
|
|
|
= border-spacing (some problems with inlines)
|
|
|
|
= border-style (some problems with inlines)
|
|
|
|
= border-[top|right|left|bottom] (some problems with inlines)
|
|
|
|
= border-*-color (some problems with inlines)
|
|
|
|
= border-*-style (some problems with inlines)
|
|
|
|
= border-*-width (some problems with inlines)
|
|
|
|
+ bottom
|
2003-10-08 21:03:17 +04:00
|
|
|
- caption-side
|
2006-08-04 12:54:44 +04:00
|
|
|
= clear (some problems with this)
|
2003-10-08 21:03:17 +04:00
|
|
|
- clip
|
|
|
|
+ color
|
|
|
|
- content
|
2006-08-04 12:54:44 +04:00
|
|
|
+ counter-increment (done but can't be used until content is done)
|
|
|
|
+ counter-reset (done but can't be used until content is done)
|
2004-04-03 03:17:27 +04:00
|
|
|
+ cursor
|
2003-10-08 21:03:17 +04:00
|
|
|
- direction
|
|
|
|
+ display
|
|
|
|
- empty-cells
|
2006-08-04 12:54:44 +04:00
|
|
|
= float (some problems with this)
|
2004-01-31 01:28:32 +03:00
|
|
|
= font (style, weight, size, line-spacing, family, variant)
|
|
|
|
+ font-family
|
2003-10-08 21:03:17 +04:00
|
|
|
+ font-size
|
|
|
|
- font-size-adjust
|
|
|
|
- font-stretch
|
|
|
|
+ font-style
|
2004-01-31 01:28:32 +03:00
|
|
|
+ font-variant
|
2003-10-08 21:03:17 +04:00
|
|
|
+ font-weight
|
2006-08-04 12:54:44 +04:00
|
|
|
+ height (percentage heights are not implemented)
|
|
|
|
+ left
|
2003-10-09 19:46:30 +04:00
|
|
|
- letter-spacing
|
2003-10-08 21:03:17 +04:00
|
|
|
+ line-height
|
|
|
|
- list-style
|
|
|
|
- list-style-image
|
2003-10-09 19:46:30 +04:00
|
|
|
- list-style-position
|
|
|
|
- list-style-type
|
2006-08-04 12:54:44 +04:00
|
|
|
= margin (some problems with inlines)
|
|
|
|
= margin-[top|right|left|bottom] (some problems with inlines)
|
2003-10-08 21:03:17 +04:00
|
|
|
- marker-offset
|
|
|
|
- marks
|
|
|
|
- max-height
|
|
|
|
- max-width
|
|
|
|
- min-height
|
|
|
|
- min-width
|
|
|
|
- orphans
|
|
|
|
- outline
|
|
|
|
- outline-color
|
|
|
|
- outline-style
|
|
|
|
- outline-width
|
2006-08-06 10:45:19 +04:00
|
|
|
+ overflow
|
2006-08-04 12:54:44 +04:00
|
|
|
= padding (some problems with inlines)
|
|
|
|
= padding-[top|right|left|bottom] (some problems with inlines)
|
2003-10-08 21:03:17 +04:00
|
|
|
- page
|
|
|
|
- page-break-[after|before|inside]
|
2006-08-04 12:54:44 +04:00
|
|
|
= position (fixed not done. static position not implemented)
|
2003-10-08 21:03:17 +04:00
|
|
|
- quotes
|
2006-08-04 12:54:44 +04:00
|
|
|
+ right
|
2003-10-08 21:03:17 +04:00
|
|
|
- size
|
|
|
|
- table-layout
|
|
|
|
+ text-align
|
2006-08-04 12:54:44 +04:00
|
|
|
+ text-decoration (not blink) (text decoration is currently applied to images too)
|
2004-04-18 19:54:50 +04:00
|
|
|
+ text-indent
|
2003-10-08 21:03:17 +04:00
|
|
|
- text-shadow
|
2004-02-01 00:55:07 +03:00
|
|
|
+ text-transform
|
2006-08-04 12:54:44 +04:00
|
|
|
+ top
|
2003-10-08 21:03:17 +04:00
|
|
|
- unicode-bidi
|
2005-01-12 03:01:18 +03:00
|
|
|
= vertical-align
|
2003-10-18 03:47:13 +04:00
|
|
|
= visibility (not collapse)
|
2006-08-04 12:54:44 +04:00
|
|
|
= white-space (nowrap not done)
|
2003-10-08 21:03:17 +04:00
|
|
|
- widows
|
|
|
|
+ width
|
|
|
|
- word-spacing
|
2003-10-09 19:46:30 +04:00
|
|
|
- z-index
|