Files
ladybird/Userland/Libraries/LibWeb/DOM
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-03-15 21:20:33 +01:00
2021-02-21 23:48:01 +01:00
2021-02-21 23:48:01 +01:00
2021-01-22 21:49:54 +01:00