CSS/Houdini: Difference between revisions

From MozillaWiki
< CSS
Jump to navigation Jump to search
(note more houdini work under way, Properties & Values API)
Line 8: Line 8:
Latest CSS Houdini spec drafts: https://drafts.css-houdini.org/ (http://dev.w3.org/houdini/ redirects there)
Latest CSS Houdini spec drafts: https://drafts.css-houdini.org/ (http://dev.w3.org/houdini/ redirects there)


Here are some direct links to specs:
Implementing:
* [https://drafts.css-houdini.org/css-typed-om/ CSS Typed OM Level 1]
* [https://drafts.css-houdini.org/css-typed-om/ CSS Typed OM Level 1], [https://bugzilla.mozilla.org/show_bug.cgi?id=1278697 metabug]
** [https://bugzilla.mozilla.org/show_bug.cgi?id=1278697 Bugzilla 1278697 - Implement CSS Typed OM Level 1 specification]
* [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]
Considering:
** [https://bugzilla.mozilla.org/show_bug.cgi?id=1273706 Bugzilla 1273706 -  implement CSS Properties and Values API]
* [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://drafts.css-houdini.org/css-paint-api/ CSS Paint API Level 1]

Revision as of 01:07, 25 October 2016

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:

Considering:

See Also