mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibWeb: Add support for reflected boolean values
Also throw in some missing reflected DOMString values
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
interface HTMLSelectElement : HTMLElement {
|
||||
|
||||
|
||||
[Reflect] attribute boolean disabled;
|
||||
[Reflect] attribute boolean multiple;
|
||||
[Reflect] attribute boolean required;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user