mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +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:
@@ -6,4 +6,8 @@ interface HTMLScriptElement : HTMLElement {
|
||||
[Reflect] attribute boolean defer;
|
||||
[Reflect] attribute DOMString integrity;
|
||||
|
||||
[Reflect] attribute DOMString charset;
|
||||
[Reflect] attribute DOMString event;
|
||||
[Reflect=for] attribute DOMString htmlFor;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user