mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
e2e6b03a45
Also throw in some missing reflected DOMString values
8 lines
244 B
Text
8 lines
244 B
Text
interface HTMLFormElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString rel;
|
|
[Reflect=accept-charset] attribute DOMString acceptCharset;
|
|
[Reflect=novalidate] attribute boolean noValidate;
|
|
|
|
}
|