Simon Sapin
|
4b4a873c3e
|
Move parse method of PropertyDeclaration to ParsedDeclaration
This is what it now returns.
|
2017-03-07 23:37:29 +01:00 |
|
Simon Sapin
|
9d663ea7af
|
Make PropertyDeclaration::parse return an enum rather than push to a Vec.
|
2017-03-07 23:37:29 +01:00 |
|
Simon Sapin
|
7455ad5eb4
|
PropertyDeclarationParseResult -> Result<(), PropertyDeclarationParseError>
|
2017-03-07 23:37:27 +01:00 |
|
Simon Sapin
|
0f2d000a23
|
Borrow input to match_ignore_ascii_case!
In cssparser version 0.11, this macro will stop implicitly borrowing its
own input.
|
2017-02-26 10:40:09 +01:00 |
|
Simon Sapin
|
b5d9210f16
|
Fix too many parens in @supports serialization.
|
2017-01-09 19:35:00 +01:00 |
|
Manish Goregaokar
|
62bea28031
|
Add CSS.supports()
|
2017-01-07 23:17:55 -08:00 |
|
Manish Goregaokar
|
1b0842e228
|
Support @supports (fixes #14786)
|
2017-01-07 23:17:50 -08:00 |
|