mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Don't let @namespace rules that aren't going to be inserted affect the namespace map.
Bug: 1464865 Reviewed-by: xidorn MozReview-Commit-ID: 9bjlEBExqsr
This commit is contained in:
parent
e77a28d543
commit
142c9eca4b
4 changed files with 94 additions and 75 deletions
|
@ -368,7 +368,8 @@ impl Stylesheet {
|
|||
context,
|
||||
error_context,
|
||||
state: State::Start,
|
||||
had_hierarchy_error: false,
|
||||
dom_error: None,
|
||||
insert_rule_context: None,
|
||||
namespaces,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue