mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Add select element size property
This commit is contained in:
committed by
Andreas Kling
parent
abb4b6d117
commit
4e5ce7b63e
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/4e5ce7b63e Pull-request: https://github.com/SerenityOS/serenity/pull/23895 Reviewed-by: https://github.com/shannonbooth
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user