mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Change old references of ecoal95
This commit is contained in:
parent
8e61a8a974
commit
5ed93a5c4a
6 changed files with 10 additions and 11 deletions
|
@ -266,7 +266,7 @@ impl<Impl: SelectorImplExt> Stylist<Impl> {
|
|||
let map = match pseudo_element {
|
||||
Some(ref pseudo) => match self.pseudos_map.get(pseudo) {
|
||||
Some(map) => map,
|
||||
// TODO(ecoal95): get non eagerly-cascaded pseudo-element rules here.
|
||||
// TODO(emilio): get non eagerly-cascaded pseudo-element rules here.
|
||||
// Actually assume there are no rules applicable.
|
||||
None => return true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue