mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
And thus massively speed up ascii-case-insensitive atom comparisons when both atoms are lowercase (which is the common case by far). This removes almost all the slow selector-matching in this page, and it seems an easier fix than storing the lowercased version of all class-names in quirks mode in elements and selectors... Differential Revision: https://phabricator.services.mozilla.com/D10945 |
||
---|---|---|
.. | ||
mod.rs | ||
namespace.rs |