mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
HtmlView now calls Node::enclosing_link_element() to find the nearest ancestor <a> element. This patch also adds HTMLElement and HTMLAnchorElement.