mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: Make tree pseudo-element prefix not case-sensitive.
Differential Revision: https://phabricator.services.mozilla.com/D4185
This commit is contained in:
parent
dceb58664e
commit
c587fa3586
3 changed files with 4 additions and 5 deletions
|
@ -14,6 +14,7 @@ use properties::{ComputedValues, PropertyFlags};
|
|||
use properties::longhands::display::computed_value::T as Display;
|
||||
use selector_parser::{NonTSPseudoClass, PseudoElementCascadeType, SelectorImpl};
|
||||
use std::fmt;
|
||||
use str::starts_with_ignore_ascii_case;
|
||||
use string_cache::Atom;
|
||||
use thin_slice::ThinBoxedSlice;
|
||||
use values::serialize_atom_identifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue