servo/components/style/invalidation
Emilio Cobos Álvarez f14f1fa440 style: fix invalidation of sibling combinators in different slots
This extends the code to deal with sibling invalidation to handle the
case where the flat tree doesn't match the DOM tree. In the test-case
for example, dom is:

  * details
    * summary id=a
    * summary

But flat tree is:

  * details
  * slot
    * summary id=a
  * slot
    * summary

Differential Revision: https://phabricator.services.mozilla.com/D159150
2023-11-03 08:59:49 +01:00
..
element style: fix invalidation of sibling combinators in different slots 2023-11-03 08:59:49 +01:00
media_queries.rs style: Share CascadeData instances across ShadowRoots 2023-05-16 13:00:08 +02:00
mod.rs style: More fine-grained viewport units invalidation 2023-05-24 18:32:37 +02:00
stylesheets.rs style: Implement CSS parsing for the @font-palette-values rule 2023-11-03 08:59:49 +01:00
viewport_units.rs style: More fine-grained viewport units invalidation 2023-05-24 18:32:37 +02:00