mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +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
|
@ -52,6 +52,7 @@ public:
|
|||
|
||||
protected:
|
||||
virtual DOM::Document& hyperlink_element_utils_document() = 0;
|
||||
virtual DOM::Element& hyperlink_element_utils_element() = 0;
|
||||
virtual Optional<String> hyperlink_element_utils_href() const = 0;
|
||||
virtual WebIDL::ExceptionOr<void> set_hyperlink_element_utils_href(String) = 0;
|
||||
virtual Optional<String> hyperlink_element_utils_referrerpolicy() const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue