fune/servo/components/style/invalidation
Tiaan Louw 2a83b583b1 Bug 1771896 - Add simple parsing and matching support for :has r=emilio
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
2022-06-20 08:53:02 +00:00
..
element Bug 1771896 - Add simple parsing and matching support for :has r=emilio 2022-06-20 08:53:02 +00:00
media_queries.rs
mod.rs
stylesheets.rs Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
viewport_units.rs