Implement HTMLAppletElement.name

This commit is contained in:
Anthony Ramine 2015-05-02 12:27:42 +02:00
parent 2176aab642
commit b86672af0c
6 changed files with 45 additions and 137 deletions

View file

@ -12,7 +12,7 @@ interface HTMLAppletElement : HTMLElement {
// attribute DOMString codeBase;
// attribute DOMString height;
// attribute unsigned long hspace;
// attribute DOMString name;
attribute DOMString name;
// attribute DOMString _object; // the underscore is not part of the identifier
// attribute unsigned long vspace;
// attribute DOMString width;