mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
LibWeb: Add support for reflected boolean values
Also throw in some missing reflected DOMString values
This commit is contained in:
@@ -3,5 +3,6 @@ interface HTMLFormElement : HTMLElement {
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString rel;
|
||||
[Reflect=accept-charset] attribute DOMString acceptCharset;
|
||||
[Reflect=novalidate] attribute boolean noValidate;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user