mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement HTMLAppletElement.name
This commit is contained in:
parent
2176aab642
commit
b86672af0c
6 changed files with 45 additions and 137 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue