Changes between Version 5 and Version 6 of Cleanroom implement CSS Custom Properties


Ignore:
Timestamp:
Apr 15, 2014 11:47:59 AM (10 years ago)
Author:
rniwa@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cleanroom implement CSS Custom Properties

    v5 v6  
    2626* There is no self-referencing custom properties; values of variables are determined before inheritance happens for the custom properties.
    2727* 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.
    2829
    2930== Who should implement? ==
    3031* Hyatt says this would be fun to implement.
    3132* 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...