canmove, Confirmed users
2,883
edits
(→CSS3 UI: consider incorporating overflow-x and overflow-y) |
(→UI Styling: CSS3 Color before UI) |
||
| Line 248: | Line 248: | ||
** signature - no HTML5 equivalent | ** signature - no HTML5 equivalent | ||
** password - <code><input type="password"></code> | ** password - <code><input type="password"></code> | ||
==== CSS3 Color ==== | |||
;latest published draft | |||
:http://www.w3.org/TR/css3-color/ | |||
;latest development / in progress draft | |||
:http://dev.w3.org/csswg/css3-color/ | |||
;spec source (for editing) | |||
:http://dev.w3.org/csswg/css3-color/Overview.src.html | |||
;test suite | |||
:http://www.w3.org/Style/CSS/Test/CSS3/Color/20080721/ | |||
;implementation reports of the test suite | |||
:http://www.w3.org/Style/CSS/Test/CSS3/Color/current/reports/ | |||
;issues list for the current last call | |||
:http://wiki.csswg.org/spec/css3-color - once these issues are addressed, it should be ready to go to PR. | |||
===== remaining tasks ===== | |||
Remaining tasks to get CSS3 Color to PR: | |||
* resolve any remaining open issues in the issues list | |||
* respond to all the commenters in the issues list with proposed resolutions (hopefully thus addressing their concerns and resolving the issues accordingly) | |||
** update the disposition of comments accordingly with responses | |||
* do the remaining editing on the draft | |||
** one of them has an action on Chris Lilley to write text | |||
** ... | |||
* reconfirm that any/all dependent specs are in CR (or later) | |||
* collect new features for CSS3.1/4 Color | |||
** follow-up on color management properties for css3-color that were discussed at 2009 November TPAC CSS f2f (but later punted from css3-color to a future version). | |||
*** check minutes from that meeting for details on conclusions of the property (name, values etc.) | |||
*** contact Beth regarding level of implementation interest, plan to move forward with putting the color management property into a post-css3 working draft of the Color Module | |||
* write a first working draft of CSS3.1/4 Color with collected feature(s) (even if it includes just a new color management property) | |||
* find out where Hixie's tests went (was at http://test.csswg.org/source/contributors/hixie/incoming/css3-color/ ) and figure out what to do with them. | |||
==== CSS3 UI ==== | ==== CSS3 UI ==== | ||
| Line 311: | Line 341: | ||
** 'content:icon' value | ** 'content:icon' value | ||
* ... | * ... | ||
=== UI Layout === | === UI Layout === | ||