mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Add support for the input size attribute
This commit is contained in:
committed by
Andreas Kling
parent
d9fb116bcc
commit
fb7b03d162
@@ -34,7 +34,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString placeholder;
|
||||
[CEReactions, Reflect=readonly] attribute boolean readOnly;
|
||||
[CEReactions, Reflect] attribute boolean required;
|
||||
// FIXME: [CEReactions] attribute unsigned long size;
|
||||
[CEReactions] attribute unsigned long size;
|
||||
[CEReactions, Reflect] attribute DOMString src;
|
||||
[CEReactions, Reflect] attribute DOMString step;
|
||||
[CEReactions] attribute DOMString type;
|
||||
|
||||
Reference in New Issue
Block a user