Files
ladybird/Libraries/LibHTML
Andreas Kling 4d9740ecef LibHTML: Add Document::get_element_by_id() and get_elements_by_name()
These will be useful for implementing various things. They don't do any
caching at the moment, but that might become valuable in the future.

To facilitate this change, I also made it possible to abort a tree walk
with for_each_in_subtree() by returning IterationDecision::Break from
the callback.
2019-10-21 12:01:30 +02:00
..
2019-10-18 23:06:03 +02:00
2019-10-18 23:06:03 +02:00
2019-09-28 18:29:42 +02:00