mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Add almost all obsolete but required IDL attributes
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
This commit is contained in:
@@ -3,4 +3,7 @@ interface HTMLParamElement : HTMLElement {
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString value;
|
||||
|
||||
[Reflect] attribute DOMString type;
|
||||
[Reflect=valuetype] attribute DOMString valueType;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user