Files
ladybird/Libraries/LibHTML/DOM/Element.cpp
Andreas Kling 772718b8d8 LibHTML: Add a per-attribute callback for Elements to parse attributes
Elements now have a virtual parse_attribute(name, value) callback that
gets invoked for each one of its attributes.
2019-10-06 10:09:55 +02:00

2.3 KiB