CSS/Houdini: Difference between revisions
< CSS
Jump to navigation
Jump to search
(worklets meta, linky linky) |
(CSS Layout API Level 1) |
||
Line 14: | Line 14: | ||
Considering: | Considering: | ||
* [https://drafts.css-houdini.org/worklets/ Worklets Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1315239 metabug] (needed for Paint) | * [https://drafts.css-houdini.org/worklets/ Worklets Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1315239 metabug] (needed for Paint) | ||
* [https://drafts.css-houdini.org/css-paint-api/ CSS Paint API Level 1] ([https://www.w3.org/TR/css-paint-api-1/ | * [https://drafts.css-houdini.org/css-paint-api/ CSS Paint API Level 1] ([https://www.w3.org/TR/css-paint-api-1/ WD]), [https://bugzilla.mozilla.org/show_bug.cgi?id=1302328 metabug] | ||
** [https://developers.google.com/web/updates/2018/01/paintapi Chrome 65 on by default] | ** [https://developers.google.com/web/updates/2018/01/paintapi Chrome 65 on by default] | ||
* [https://drafts.css-houdini.org/css-layout-api/ CSS Layout API Level 1] ([https://www.w3.org/TR/css-layout-api-1/ 2018-04-12 FPWD]), [https://bugzilla.mozilla.org/show_bug.cgi?id=1302337 metabug] | |||
== Standards Meetings == | == Standards Meetings == |
Revision as of 18:46, 14 June 2018
This article is a stub. You can help MozillaWiki by expanding it.
CSS Houdini is a W3C effort (that Mozilla is participating in and contributing to) to define lower-level CSS DOM APIs for authors to understand, recreate, and extend highlevel CSS authoring features.
See CSS-TAG Houdini Task Force (CSS Houdini) home page for more details and an overview of CSS Houdini work in progress.
Specifications
Latest CSS Houdini spec drafts: https://drafts.css-houdini.org/ (http://dev.w3.org/houdini/ redirects there)
Implementing:
- CSS Typed OM Level 1, metabug
- CSS Properties and Values API Level 1, metabug, Servo implementation in progress
Considering:
- Worklets Level 1, metabug (needed for Paint)
- CSS Paint API Level 1 (WD), metabug
- CSS Layout API Level 1 (2018-04-12 FPWD), metabug