mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Update TODOs.
svn path=/trunk/netsurf/; revision=2804
This commit is contained in:
parent
6452fc8199
commit
b2ae3b22c7
@ -9,34 +9,34 @@ A "=" before the property means that it is partially implemented.
|
|||||||
|
|
||||||
See TODO-HTML for HTML related TODOs.
|
See TODO-HTML for HTML related TODOs.
|
||||||
|
|
||||||
+ background (attachment in progress)
|
+ background (attachment in progress) (some problems with inlines)
|
||||||
= background-attachment
|
= background-attachment (some problems with inlines)
|
||||||
+ background-color
|
+ background-color (some problems with inlines)
|
||||||
+ background-image
|
+ background-image (some problems with inlines)
|
||||||
+ background-position
|
+ background-position (some problems with inlines)
|
||||||
+ background-repeat
|
+ background-repeat (some problems with inlines)
|
||||||
= border
|
= border (some problems with inlines)
|
||||||
= border-collapse
|
= border-collapse (some problems with inlines)
|
||||||
= border-color
|
= border-color (some problems with inlines)
|
||||||
= border-spacing
|
= border-spacing (some problems with inlines)
|
||||||
= border-style
|
= border-style (some problems with inlines)
|
||||||
= border-[top|right|left|bottom]
|
= border-[top|right|left|bottom] (some problems with inlines)
|
||||||
= border-*-color
|
= border-*-color (some problems with inlines)
|
||||||
= border-*-style
|
= border-*-style (some problems with inlines)
|
||||||
= border-*-width
|
= border-*-width (some problems with inlines)
|
||||||
- bottom
|
+ bottom
|
||||||
- caption-side
|
- caption-side
|
||||||
+ clear
|
= clear (some problems with this)
|
||||||
- clip
|
- clip
|
||||||
+ color
|
+ color
|
||||||
- content
|
- content
|
||||||
- counter-increment
|
+ counter-increment (done but can't be used until content is done)
|
||||||
- counter-reset
|
+ counter-reset (done but can't be used until content is done)
|
||||||
+ cursor
|
+ cursor
|
||||||
- direction
|
- direction
|
||||||
+ display
|
+ display
|
||||||
- empty-cells
|
- empty-cells
|
||||||
+ float
|
= float (some problems with this)
|
||||||
= font (style, weight, size, line-spacing, family, variant)
|
= font (style, weight, size, line-spacing, family, variant)
|
||||||
+ font-family
|
+ font-family
|
||||||
+ font-size
|
+ font-size
|
||||||
@ -45,16 +45,16 @@ See TODO-HTML for HTML related TODOs.
|
|||||||
+ font-style
|
+ font-style
|
||||||
+ font-variant
|
+ font-variant
|
||||||
+ font-weight
|
+ font-weight
|
||||||
+ height
|
+ height (percentage heights are not implemented)
|
||||||
- left
|
+ left
|
||||||
- letter-spacing
|
- letter-spacing
|
||||||
+ line-height
|
+ line-height
|
||||||
- list-style
|
- list-style
|
||||||
- list-style-image
|
- list-style-image
|
||||||
- list-style-position
|
- list-style-position
|
||||||
- list-style-type
|
- list-style-type
|
||||||
= margin
|
= margin (some problems with inlines)
|
||||||
= margin-[top|right|left|bottom]
|
= margin-[top|right|left|bottom] (some problems with inlines)
|
||||||
- marker-offset
|
- marker-offset
|
||||||
- marks
|
- marks
|
||||||
- max-height
|
- max-height
|
||||||
@ -67,25 +67,25 @@ See TODO-HTML for HTML related TODOs.
|
|||||||
- outline-style
|
- outline-style
|
||||||
- outline-width
|
- outline-width
|
||||||
= overflow
|
= overflow
|
||||||
= padding
|
= padding (some problems with inlines)
|
||||||
= padding-[top|right|left|bottom]
|
= padding-[top|right|left|bottom] (some problems with inlines)
|
||||||
- page
|
- page
|
||||||
- page-break-[after|before|inside]
|
- page-break-[after|before|inside]
|
||||||
- position
|
= position (fixed not done. static position not implemented)
|
||||||
- quotes
|
- quotes
|
||||||
- right
|
+ right
|
||||||
- size
|
- size
|
||||||
- table-layout
|
- table-layout
|
||||||
+ text-align
|
+ text-align
|
||||||
+ text-decoration (not blink)
|
+ text-decoration (not blink) (text decoration is currently applied to images too)
|
||||||
+ text-indent
|
+ text-indent
|
||||||
- text-shadow
|
- text-shadow
|
||||||
+ text-transform
|
+ text-transform
|
||||||
- top
|
+ top
|
||||||
- unicode-bidi
|
- unicode-bidi
|
||||||
= vertical-align
|
= vertical-align
|
||||||
= visibility (not collapse)
|
= visibility (not collapse)
|
||||||
= white-space
|
= white-space (nowrap not done)
|
||||||
- widows
|
- widows
|
||||||
+ width
|
+ width
|
||||||
- word-spacing
|
- word-spacing
|
||||||
|
@ -16,9 +16,6 @@ Lists:
|
|||||||
<LI>
|
<LI>
|
||||||
<OL>,<UL>
|
<OL>,<UL>
|
||||||
|
|
||||||
Tables:
|
|
||||||
Borders,
|
|
||||||
|
|
||||||
Objects:
|
Objects:
|
||||||
Alt text
|
Alt text
|
||||||
|
|
||||||
@ -27,8 +24,7 @@ Forms:
|
|||||||
A few textarea rendering issues
|
A few textarea rendering issues
|
||||||
|
|
||||||
Frames:
|
Frames:
|
||||||
Actually support them. NetSurf passes the test suite's
|
Currently messy. Change to use nested windows.
|
||||||
single test for non-frames-supporting browsers.
|
|
||||||
|
|
||||||
General:
|
General:
|
||||||
height="some%" - 13.7.1
|
height="some%" - 13.7.1
|
Loading…
Reference in New Issue
Block a user