mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Implement setCustomValidity IDL attribute
This commit is contained in:
@@ -97,7 +97,6 @@ public:
|
||||
|
||||
bool check_validity();
|
||||
bool report_validity();
|
||||
void set_custom_validity(String const& error);
|
||||
|
||||
WebIDL::Long max_length() const;
|
||||
WebIDL::ExceptionOr<void> set_max_length(WebIDL::Long);
|
||||
|
||||
Reference in New Issue
Block a user