| animation.rs |
CSS transitions and animations. |
62716 |
- |
| attr.rs |
Parsed representations of [DOM attributes][attr].
[attr]: https://dom.spec.whatwg.org/#interface-attr |
20417 |
- |
| encoding_support.rs |
Parsing stylesheets from bytes (not `&str`). |
2662 |
- |
| media_queries.rs |
Servo's media-query device and expression representation. |
23499 |
- |
| mod.rs |
Servo-specific bits of the style system.
These get compiled out on a Gecko build. |
492 |
- |
| restyle_damage.rs |
The restyle damage is a hint that tells layout which kind of operations may
be needed in presence of incremental style changes. |
7784 |
- |
| selector_parser.rs |
Servo's selector parser. |
33139 |
- |
| shadow_parts.rs |
|
7500 |
- |
| url.rs |
Common handling for the specified value CSS url() values. |
8381 |
- |