mirror of
https://github.com/servo/servo.git
synced 2025-07-30 02:30:21 +01:00
style: Support anonymous box pseudo-elements This is a work-in-progress that: * Adds support for some pseudo-elements to skip the cascade entirely, in an analogous way to Gecko's anonymous box pseudo-elements. * Takes rid of `StylistWrapper`, and uses `Arc::get_mut` instead. * Uses the first bullet to precompute the `-servo-details-content` pseudo's style. I'd like @bholley to take a look before following, do you think that the aproach is the correct? Also, @SimonSapin could want to put some eyes on it. Depends on https://github.com/servo/rust-selectors/pull/81 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10815) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
properties | ||
animation.rs | ||
attr.rs | ||
bezier.rs | ||
build.rs | ||
Cargo.toml | ||
context.rs | ||
custom_properties.rs | ||
data.rs | ||
dom.rs | ||
element_state.rs | ||
error_reporting.rs | ||
font_face.rs | ||
lib.rs | ||
logical_geometry.rs | ||
matching.rs | ||
media_queries.rs | ||
parallel.rs | ||
parser.rs | ||
README.md | ||
restyle_hints.rs | ||
selector_impl.rs | ||
selector_matching.rs | ||
sequential.rs | ||
servo.rs | ||
stylesheets.rs | ||
traversal.rs | ||
values.rs | ||
viewport.rs |
servo-style
Style system for Servo, using rust-cssparser for parsing.