mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Add style invalidation for :target, :focus, :active and :link
This commit is contained in:
parent
1045000c28
commit
92d9907f8f
Notes:
github-actions[bot]
2024-11-06 20:43:56 +00:00
Author: https://github.com/awesomekling
Commit: 92d9907f8f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2204
9 changed files with 39 additions and 23 deletions
|
@ -34,6 +34,7 @@ private:
|
|||
|
||||
// ^HTML::HTMLHyperlinkElementUtils
|
||||
virtual DOM::Document& hyperlink_element_utils_document() override { return document(); }
|
||||
virtual DOM::Element& hyperlink_element_utils_element() override { return *this; }
|
||||
virtual Optional<String> hyperlink_element_utils_href() const override;
|
||||
virtual WebIDL::ExceptionOr<void> set_hyperlink_element_utils_href(String) override;
|
||||
virtual Optional<String> hyperlink_element_utils_referrerpolicy() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue