mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Accept unknown webkit pseudo-element.
Differential Revision: https://phabricator.services.mozilla.com/D4186
This commit is contained in:
parent
d12d420974
commit
d4163eae96
3 changed files with 35 additions and 4 deletions
|
@ -14,7 +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 str::{starts_with_ignore_ascii_case, string_as_ascii_lowercase};
|
||||
use string_cache::Atom;
|
||||
use thin_slice::ThinBoxedSlice;
|
||||
use values::serialize_atom_identifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue