mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement nomodule attribute
This commit is contained in:
parent
5c9536acdc
commit
1cc6435cfc
2 changed files with 11 additions and 1 deletions
|
@ -11,6 +11,8 @@ interface HTMLScriptElement : HTMLElement {
|
|||
attribute USVString src;
|
||||
[CEReactions]
|
||||
attribute DOMString type;
|
||||
[CEReactions]
|
||||
attribute boolean noModule;
|
||||
[CEReactions]
|
||||
attribute DOMString charset;
|
||||
[CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue