servo/components/style/invalidation/element
Tiaan Louw 3d0cf4dbf9 style: Add simple parsing and matching support for :has
Parsing is behind a config value `layout.css.has-selectors.enabled`. This
change does not support p:has(> a) combinators, but will handle them
gracefully, just not matching on them.

Differential Revision: https://phabricator.services.mozilla.com/D149515
2023-10-02 14:37:19 +00:00
..
document_state.rs Further changes required by Servo 2023-10-02 14:37:19 +00:00
element_wrapper.rs style: Add simple parsing and matching support for :has 2023-10-02 14:37:19 +00:00
invalidation_map.rs Further changes required by Servo 2023-10-02 14:37:19 +00:00
invalidator.rs style: Invalidate a bit more aggressively when a pseudo-element matches, in order to also invalidate the cached pseudo-styles on the parent 2023-05-16 13:01:18 +02:00
mod.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
restyle_hints.rs style: More fine-grained viewport units invalidation 2023-05-24 18:32:37 +02:00
state_and_attributes.rs style: Add a low-priority selector list for pseudo-classes that have global rules 2023-10-02 14:37:19 +00:00