mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +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:
committed by
Andreas Kling
parent
45a2823e08
commit
b39fdcfec2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user