Changes between Version 5 and Version 6 of Cleanroom implement CSS Custom Properties
- Timestamp:
- Apr 15, 2014, 11:47:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cleanroom implement CSS Custom Properties
v5 v6 26 26 * There is no self-referencing custom properties; values of variables are determined before inheritance happens for the custom properties. 27 27 * Can we have tests just for custom properties? 28 * What happens when you copy & paste content with custom properties? - We use computed style so this shouldn't be an issue. 28 29 29 30 == Who should implement? == 30 31 * Hyatt says this would be fun to implement. 31 32 * Alan says he might be able to find people who can help. 33 34 == Future Direction == 35 * Style mutation observer 36 * Tricky because it may expose the timing of style resolution 37 * Authors may want to observe changes to custom properties before they are evaluated so that they can manipulate them, etc...