mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Propagate quirks mode all the way to ParserContext
The quirks mode is still not properly propagated in geckolib.
This commit is contained in:
parent
10fb8e61c7
commit
f68e2fded9
39 changed files with 225 additions and 100 deletions
|
@ -2196,7 +2196,8 @@ impl VirtualMethods for Element {
|
|||
Arc::new(doc.style_shared_lock().wrap(parse_style_attribute(
|
||||
&attr.value(),
|
||||
&doc.base_url(),
|
||||
win.css_error_reporter())))
|
||||
win.css_error_reporter(),
|
||||
doc.quirks_mode())))
|
||||
};
|
||||
|
||||
Some(block)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue