mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb: Add support for reflected boolean values
Also throw in some missing reflected DOMString values
This commit is contained in:
@@ -2,6 +2,8 @@ interface HTMLScriptElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect] attribute DOMString type;
|
||||
[Reflect=nomodule] attribute boolean noModule;
|
||||
[Reflect] attribute boolean defer;
|
||||
[Reflect] attribute DOMString integrity;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user