Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-20 21:07:47 +01:00 committed by Martin Robinson
parent 920a1c1f08
commit f1ae42678a
11 changed files with 17 additions and 4 deletions

View file

@ -1681,6 +1681,7 @@ pub fn parse_color(canvas: Option<&HTMLCanvasElement>, string: &str) -> Result<R
Some(CssRuleType::Style),
ParsingMode::DEFAULT,
QuirksMode::NoQuirks,
/* namespaces = */ Default::default(),
None,
None,
);