mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Suppress CSS parser errors for vendor-prefixed properties.
This commit is contained in:
parent
8e14d93602
commit
94d631c1f4
9 changed files with 84 additions and 31 deletions
|
@ -233,7 +233,8 @@ impl<'a> ErrorHelpers<'a> for ContextualParseError<'a> {
|
|||
ErrorString::Ident(namespace),
|
||||
|
||||
(_, CssParseError::Custom(SelectorParseError::Custom(
|
||||
StyleParseError::UnknownProperty(property)))) =>
|
||||
StyleParseError::PropertyDeclaration(
|
||||
PropertyDeclarationParseError::UnknownProperty(property))))) =>
|
||||
ErrorString::Ident(property),
|
||||
|
||||
(_, CssParseError::Custom(SelectorParseError::Custom(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue