Implement HTMLScriptElement.text

This commit is contained in:
Chris Paris 2014-08-14 14:52:57 -10:00
parent 5b2e08bb5c
commit c70b88c163
2 changed files with 25 additions and 3 deletions

View file

@ -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
};