mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Parsing for relative selectors in :has()
Differential Revision: https://phabricator.services.mozilla.com/D171358
This commit is contained in:
parent
b6db94bdf5
commit
f7b29ac432
5 changed files with 208 additions and 65 deletions
|
@ -717,7 +717,8 @@ where
|
|||
Component::Scope |
|
||||
Component::ParentSelector |
|
||||
Component::Nth(..) |
|
||||
Component::Host(None) => 0,
|
||||
Component::Host(None) |
|
||||
Component::RelativeSelectorAnchor => 0,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue