mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
This patch does a number of things, unfortunately all at once: * Hoists a large subset of the layout wrapper functionality into the style system. * Merges TElementAttributes into the newly-created TElement. * Reorganizes LayoutData by style vs layout, and removes LayoutDataShared. * Simplifies the API for borrowing style/layout data. There's still more to do to make the style system usable standalone, but this is a good start. |
||
---|---|---|
.. | ||
animation.rs | ||
attr.rs | ||
build.rs | ||
Cargo.toml | ||
custom_properties.rs | ||
data.rs | ||
dom.rs | ||
font_face.rs | ||
lib.rs | ||
Mako-0.9.1.zip | ||
media_queries.rs | ||
parser.rs | ||
properties.mako.rs | ||
README.md | ||
restyle_hints.rs | ||
selector_matching.rs | ||
stylesheets.rs | ||
values.rs | ||
viewport.rs |
servo-style
Style system for Servo, using rust-cssparser for parsing.