Implement the HTMLScriptElement.src setter

Fixes #1113.
This commit is contained in:
Matt Brubeck 2014-12-04 12:55:25 -08:00
parent b8444f96f8
commit cddc6923d4
9 changed files with 5 additions and 85 deletions

View file

@ -5,8 +5,7 @@
// http://www.whatwg.org/html/#htmlscriptelement
interface HTMLScriptElement : HTMLElement {
// attribute DOMString src;
readonly attribute DOMString src;
attribute DOMString src;
// attribute DOMString type;
// attribute DOMString charset;
// attribute boolean async;