mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Optimize serialization of identifiers of length <= 16 🐉🐲
Much like we optimize to_ascii_lowercase. This also fixes a bug in Servo where attr() rules with an unknown namespace prefix are parsed, which is wrong.
This commit is contained in:
parent
e57319a734
commit
f4c9c598a3
13 changed files with 96 additions and 65 deletions
|
@ -68,6 +68,7 @@ pub extern crate servo_arc;
|
|||
#[cfg(feature = "servo")] extern crate servo_url;
|
||||
extern crate smallbitvec;
|
||||
extern crate smallvec;
|
||||
#[cfg(feature = "servo")] extern crate string_cache;
|
||||
#[macro_use]
|
||||
extern crate style_derive;
|
||||
extern crate style_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue