CSS/Houdini: Difference between revisions
< CSS
Jump to navigation
Jump to search
(meetings section to make it more obvious where to check) |
(p&v servo bug, paint meta bug) |
||
| Line 10: | Line 10: | ||
Implementing: | Implementing: | ||
* [https://drafts.css-houdini.org/css-typed-om/ CSS Typed OM Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1278697 metabug] | * [https://drafts.css-houdini.org/css-typed-om/ CSS Typed OM Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1278697 metabug] | ||
* [https://drafts.css-houdini.org/css-properties-values-api/ CSS Properties and Values API Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1273706 metabug] | * [https://drafts.css-houdini.org/css-properties-values-api/ CSS Properties and Values API Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1273706 metabug], [https://github.com/servo/servo/pull/18167 Servo implementation in progress] | ||
Considering: | Considering: | ||
* [https://drafts.css-houdini.org/worklets/ Worklets Level 1] (needed for Paint) | * [https://drafts.css-houdini.org/worklets/ Worklets Level 1] (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/ 2016-06-07 FPWD]) | * [https://drafts.css-houdini.org/css-paint-api/ CSS Paint API Level 1] ([https://www.w3.org/TR/css-paint-api-1/ 2016-06-07 FPWD]), [https://bugzilla.mozilla.org/show_bug.cgi?id=1302328 metabug] | ||
== Meetings == | == Meetings == | ||
Revision as of 23:41, 9 October 2017
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 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 (needed for Paint)
- CSS Paint API Level 1 (2016-06-07 FPWD), metabug