mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 03:27:15 +02: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
Notes:
github-actions[bot]
2024-11-30 10:19:26 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/b39fdcfec23 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2645
@@ -22,7 +22,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
[CEReactions, Reflect=formmethod, Enumerated=FormMethodAttribute] attribute DOMString formMethod;
|
||||
[CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;
|
||||
[CEReactions, Reflect=formtarget] attribute DOMString formTarget;
|
||||
[FIXME, CEReactions] attribute unsigned long height;
|
||||
[CEReactions] attribute unsigned long height;
|
||||
attribute boolean indeterminate;
|
||||
[FIXME] readonly attribute HTMLDataListElement? list;
|
||||
[CEReactions, Reflect] attribute DOMString max;
|
||||
|
||||
Reference in New Issue
Block a user