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
+963
−314
Initial support for custom properties in CSSStyleDeclaration
feaf6f4
Select commit
4abe7cd
Support var() in shorthands.
SimonSapin c7622bf
Fix !important in custom properties.
SimonSapin ab9e1af
Allow whitespace-only custom property values.
SimonSapin 54ef805
The function name var() is case-insensitive.
SimonSapin 70ea5f6
Don’t ignore input at the end of a declaration with var().
SimonSapin 389d537
Look for var() in a non-custom property declaration after a parse error.
SimonSapin b8fd51e
Add a copy of a test that uses a style attribute instead of a stylesh…
SimonSapin 81dd1ab
Record first and last token type of custom property values.
SimonSapin d56ea10
var() substitution: insert /**/ between tokens that would be parse as…
SimonSapin feaf6f4
Initial support for custom properties in CSSStyleDeclaration
SimonSapin
Merged
Custom properties, take 2 #7555
Initial support for custom properties in CSSStyleDeclaration
Sep 3, 2015
Sep 7, 2015
Sep 7, 2015
Sep 7, 2015
Sep 7, 2015
Sep 7, 2015
Sep 8, 2015
Sep 9, 2015
Sep 9, 2015
Sep 11, 2015
feaf6f4
Select commit
4abe7cd
Support var() in shorthands.
SimonSapin c7622bf
Fix !important in custom properties.
SimonSapin ab9e1af
Allow whitespace-only custom property values.
SimonSapin 54ef805
The function name var() is case-insensitive.
SimonSapin 70ea5f6
Don’t ignore input at the end of a declaration with var().
SimonSapin 389d537
Look for var() in a non-custom property declaration after a parse error.
SimonSapin b8fd51e
Add a copy of a test that uses a style attribute instead of a stylesh…
SimonSapin 81dd1ab
Record first and last token type of custom property values.
SimonSapin d56ea10
var() substitution: insert /**/ between tokens that would be parse as…
SimonSapin feaf6f4
Initial support for custom properties in CSSStyleDeclaration
SimonSapin