mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 11:00:59 +00:00
HtmlView now calls Node::enclosing_link_element() to find the nearest ancestor <a> element. This patch also adds HTMLElement and HTMLAnchorElement. |
||
|---|---|---|
| .. | ||
| Document.cpp | ||
| Document.h | ||
| Element.cpp | ||
| Element.h | ||
| HTMLAnchorElement.cpp | ||
| HTMLAnchorElement.h | ||
| HTMLElement.cpp | ||
| HTMLElement.h | ||
| Node.cpp | ||
| Node.h | ||
| ParentNode.cpp | ||
| ParentNode.h | ||
| Text.cpp | ||
| Text.h | ||