Change description:
The CSS Properties and Values API spec defines an registerProperty() function which can be called from JavaScript to register typed and animatable custom CSS properties. This API expands the existing CSS custom properties to improve usability of other Houdini APIs. Being able to animate these and customise inheritance and initial values makes it more useful for custom layout/paint, and having types associated with these allows the typed OM to work more effectively with custom properties.
Changes to API surface:
New API: CSS.registerProperty(), CSS.unregisterProperty()
Links:
Spec: https://drafts.css-houdini.org/css-properties-values-api/
Support in other browsers:
Internet Explorer: Not implemented
Firefox: Implementation in progress https://bugzilla.mozilla.org/show_bug.cgi?id=1273706
Safari: Not implemented
Comment 1 by bugdroid1@chromium.org
, Sep 8 2016