mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
LibWeb: Implement the HTMLInputElement.height
attribute
This allows the height of an image button input to be set and queried.
This commit is contained in:
parent
45a2823e08
commit
b39fdcfec2
Notes:
github-actions[bot]
2024-11-30 10:19:26 +00:00
Author: https://github.com/tcl3
Commit: b39fdcfec2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2645
5 changed files with 60 additions and 1 deletions
|
@ -128,6 +128,9 @@ public:
|
|||
WebIDL::UnsignedLong size() const;
|
||||
WebIDL::ExceptionOr<void> set_size(WebIDL::UnsignedLong value);
|
||||
|
||||
WebIDL::UnsignedLong height() const;
|
||||
WebIDL::ExceptionOr<void> set_height(WebIDL::UnsignedLong value);
|
||||
|
||||
WebIDL::UnsignedLong width() const;
|
||||
WebIDL::ExceptionOr<void> set_width(WebIDL::UnsignedLong value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue