mirror of
https://github.com/servo/servo.git
synced 2025-07-19 21:33:49 +01:00
Now that DOM/Flow traversals have been refactored out, the `recalc_style_for_subtree` function in `css/matching.rs` can be removed, in lieu of just running the standard `recalc_style_for_node` and `construct_flows` traversals sequentially. Now we no longer have the maintenance headache of duplicating selector matching logic in two places! \o/ r? @pcwalton |
||
---|---|---|
.. | ||
matching.rs | ||
node_style.rs | ||
node_util.rs |