Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom properties, take 2 #7555

Merged
merged 10 commits into from Sep 17, 2015
Merged

Custom properties, take 2 #7555

merged 10 commits into from Sep 17, 2015

Commits on Sep 17, 2015

  1. Add a copy of a test that uses a style attribute instead of a stylesh…

    …eet.
    
    `tests/wpt/css-tests/css-variables-1_dev/html/test_variable_legal_values.htm`
    relies on setting `.data` on a text node inside a `<style>` element
    to update a stylesheet, but this doesn’t work on Servo yet.
    
    Add a copy of this file that uses a style attribute instead.
    SimonSapin committed Sep 17, 2015
  2. Initial support for custom properties in CSSStyleDeclaration

    SimonSapin committed Sep 17, 2015
You can’t perform that action at this time.