LibWeb: Add select element size property

This commit is contained in:
Bastiaan van der Plaat
2024-04-08 21:34:19 +02:00
committed by Andreas Kling
parent abb4b6d117
commit 4e5ce7b63e
Notes: sideshowbarker 2024-07-17 02:05:41 +09:00
5 changed files with 46 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ interface HTMLSelectElement : HTMLElement {
[CEReactions, Reflect] attribute boolean multiple;
[CEReactions, Reflect] attribute DOMString name;
[CEReactions, Reflect] attribute boolean required;
// FIXME: [CEReactions] attribute unsigned long size;
[CEReactions] attribute unsigned long size;
readonly attribute DOMString type;