gecko-dev/servo/components
Emilio Cobos Álvarez 5dcfa83235 Bug 1794720 - fix invalidation of sibling combinators in different slots. r=firefox-style-system-reviewers,layout-reviewers,boris
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
2022-10-20 08:39:18 +00:00
..
derive_common Bug 1773558 - Move fixed-point font types to Rust. r=layout-reviewers,jfkthame 2022-06-13 00:59:23 +00:00
malloc_size_of Bug 1771896 - Add simple parsing and matching support for :has r=emilio 2022-06-20 08:53:02 +00:00
selectors Bug 1792615 - Run "cargo +nightly fmt" for style components in servo. r=emilio 2022-09-28 07:10:52 +00:00
servo_arc
style Bug 1794720 - fix invalidation of sibling combinators in different slots. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-10-20 08:39:18 +00:00
style_derive Bug 1792608 - Make vertical writing mode (left/right) in text-emphasis-position optional r=emilio 2022-10-17 09:28:44 +00:00
style_traits Bug 1770616 - Update color-mix() syntax to match the current spec. r=barret 2022-05-31 08:33:47 +00:00
to_shmem Bug 1771764 - Remove 'static bound for ToShmem for Arc/ThinArc. r=dshin,layout-reviewers 2022-05-30 19:07:27 +00:00
to_shmem_derive Bug 1751340 - Upgrade darling to 0.13.1. r=emilio 2022-01-21 21:23:19 +00:00