2004-01-29 00:48:10 +03:00
|
|
|
$Id: TODO-CSS,v 1.5 2004/01/28 21:48:10 jmb 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.
|
|
|
|
|
2003-10-09 19:46:30 +04:00
|
|
|
= background (colour only)
|
|
|
|
- background-attachment
|
2003-10-08 21:03:17 +04:00
|
|
|
+ background-color
|
|
|
|
- background-image
|
2003-10-09 19:46:30 +04:00
|
|
|
- background-position
|
|
|
|
- background-repeat
|
2003-10-08 21:03:17 +04:00
|
|
|
- border
|
|
|
|
- border-collapse
|
|
|
|
- border-color
|
|
|
|
- border-spacing
|
|
|
|
- border-style
|
|
|
|
- border-[top|right|left|bottom]
|
|
|
|
- border-*-color
|
2003-10-09 19:46:30 +04:00
|
|
|
- border-*-style
|
|
|
|
- border-*-width
|
2003-10-08 21:03:17 +04:00
|
|
|
- bottom
|
|
|
|
- caption-side
|
|
|
|
+ clear
|
|
|
|
- clip
|
|
|
|
+ color
|
|
|
|
- content
|
|
|
|
- counter-increment
|
|
|
|
- counter-reset
|
|
|
|
- cursor
|
|
|
|
- direction
|
|
|
|
+ display
|
|
|
|
- empty-cells
|
|
|
|
+ float
|
2003-10-09 19:46:30 +04:00
|
|
|
= font (style, weight, size, line-spacing)
|
2004-01-29 00:48:10 +03:00
|
|
|
= font-family
|
2003-10-08 21:03:17 +04:00
|
|
|
+ font-size
|
|
|
|
- font-size-adjust
|
|
|
|
- font-stretch
|
|
|
|
+ font-style
|
2003-10-09 19:46:30 +04:00
|
|
|
- font-variant
|
2003-10-08 21:03:17 +04:00
|
|
|
+ font-weight
|
|
|
|
+ height
|
|
|
|
- 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
|
|
|
|
- margin
|
2003-10-08 21:03:17 +04:00
|
|
|
- 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
|
2003-10-18 03:47:13 +04:00
|
|
|
= text-decoration (not blink. overline needs positioning right)
|
2003-10-08 21:03:17 +04:00
|
|
|
- text-indent
|
|
|
|
- text-shadow
|
2003-10-09 19:46:30 +04:00
|
|
|
- text-transform
|
2003-10-08 21:03:17 +04:00
|
|
|
- top
|
|
|
|
- unicode-bidi
|
2003-10-09 19:46:30 +04:00
|
|
|
- vertical-align
|
2003-10-18 03:47:13 +04:00
|
|
|
= visibility (not collapse)
|
2003-10-08 21:03:17 +04:00
|
|
|
= white-space
|
|
|
|
- widows
|
|
|
|
+ width
|
|
|
|
- word-spacing
|
2003-10-09 19:46:30 +04:00
|
|
|
- z-index
|