Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement CSS Houdini "Properties & Values" #17155
Open
Comments
|
(and CC @jyc who's going to work on this I think) |
|
This is closely related to CSS Custom Properties (aka variables) which are implemented in |
|
Opened a bug on Bugzilla to track the Firefox side of things at https://bugzilla.mozilla.org/show_bug.cgi?id=1370344 |
jyc
added a commit
to jyc/servo
that referenced
this issue
Jun 5, 2017
…alues API. This will control whether or not CSS.registerProperty and CSS.unregisterProperty are available. Behavior with existing CSS variables should be the same.
jyc
added a commit
to jyc/servo
that referenced
this issue
Jun 16, 2017
…alues API. This will control whether or not CSS.registerProperty and CSS.unregisterProperty are available. Behavior with existing CSS variables should be the same.
|
The work in #18167 was great; it needs some rebasing and someone to address the review comments now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Draft spec: https://drafts.css-houdini.org/css-properties-values-api/
General Houdini-specs-in-servo issue: #13557
CC @Manishearth @asajeffrey