Files
ladybird/Userland/Libraries/LibWeb/CSS
Luke ca71ac484b LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
This is because it includes the initial node that the function was
called on, which makes it "inclusive" as according to the spec.

This is important as there are non-inclusive variants, particularly
used in the node mutation algorithms.
2021-04-06 21:42:00 +02:00
..
2021-02-23 20:56:54 +01:00
2021-03-08 16:16:28 +01:00