mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Rename SimpleSelector to Component.
MozReview-Commit-ID: JfaZpHSkG8h
This commit is contained in:
parent
cf06e2bf1e
commit
cebacc7faa
7 changed files with 205 additions and 209 deletions
|
@ -1198,11 +1198,11 @@ pub trait MatchMethods : TElement {
|
|||
// > fn with_really_simple_selectors(&self, f: <H: Hash>|&H|);
|
||||
|
||||
|
||||
// In terms of `SimpleSelector`s, these two functions will insert and remove:
|
||||
// - `SimpleSelector::LocalName`
|
||||
// - `SimpleSelector::Namepace`
|
||||
// - `SimpleSelector::ID`
|
||||
// - `SimpleSelector::Class`
|
||||
// In terms of `Component`s, these two functions will insert and remove:
|
||||
// - `Component::LocalName`
|
||||
// - `Component::Namepace`
|
||||
// - `Component::ID`
|
||||
// - `Component::Class`
|
||||
|
||||
/// Inserts and removes the matching `Descendant` selectors from a bloom
|
||||
/// filter. This is used to speed up CSS selector matching to remove
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue