mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 14:44:58 +00:00
LibWeb: Stub out a few HTMLTextArea validity IDL methods
These are invoked by GitHub when submitting a comment. Stub them out for now, as this is enough to let GitHub proceed with (attempting) to submit the comment.
This commit is contained in:
parent
76f767c867
commit
50d3f85f75
3 changed files with 27 additions and 3 deletions
|
@ -79,6 +79,10 @@ public:
|
|||
|
||||
u32 text_length() const;
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue