mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement HTMLScriptElement.text
This commit is contained in:
parent
5b2e08bb5c
commit
c70b88c163
2 changed files with 25 additions and 3 deletions
|
@ -12,7 +12,8 @@ interface HTMLScriptElement : HTMLElement {
|
|||
// attribute boolean async;
|
||||
// attribute boolean defer;
|
||||
// attribute DOMString crossOrigin;
|
||||
// attribute DOMString text;
|
||||
[Pure]
|
||||
attribute DOMString text;
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue