mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
133b523d2b
commit
73721cd189
2 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,7 @@ interface Attr {
|
|||
readonly attribute DOMString name;
|
||||
attribute DOMString value;
|
||||
attribute DOMString textContent; // alias of .value
|
||||
attribute DOMString nodeValue; // alias of .value
|
||||
|
||||
readonly attribute Element? ownerElement;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue