mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibWeb: Implement hidden="until-found" IDL support
Follow-ups will implement the actual behaviour.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
15fe8e7906
commit
f5860a3b7d
@@ -95,6 +95,9 @@ public:
|
||||
|
||||
bool cannot_navigate() const;
|
||||
|
||||
Variant<bool, double, String> hidden() const;
|
||||
void set_hidden(Variant<bool, double, String> const&);
|
||||
|
||||
void click();
|
||||
|
||||
[[nodiscard]] String access_key_label() const;
|
||||
|
||||
Reference in New Issue
Block a user