summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/DOM/HTMLAnchorElement.cpp
AgeCommit message (Collapse)Author
2019-09-29LibHTML: Detect hovering over linksAndreas Kling
HtmlView now calls Node::enclosing_link_element() to find the nearest ancestor <a> element. This patch also adds HTMLElement and HTMLAnchorElement.