mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
This is used by HTMLAnchorElement and HTMLAreaElement to share functionality related to their href attribute.
This commit is contained in:
parent
e5b8544762
commit
a7a3f41f67
9 changed files with 609 additions and 3 deletions
|
@ -120,6 +120,7 @@ set(SOURCES
|
|||
HTML/HTMLHeadElement.cpp
|
||||
HTML/HTMLHeadingElement.cpp
|
||||
HTML/HTMLHtmlElement.cpp
|
||||
HTML/HTMLHyperlinkElementUtils.cpp
|
||||
HTML/HTMLIFrameElement.cpp
|
||||
HTML/HTMLImageElement.cpp
|
||||
HTML/HTMLInputElement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue