mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Element.outerHTML setter
This commit is contained in:
parent
63ced23fca
commit
2cc5bad21e
3 changed files with 44 additions and 9 deletions
|
@ -66,7 +66,7 @@ partial interface Element {
|
|||
[Throws,TreatNullAs=EmptyString]
|
||||
attribute DOMString innerHTML;
|
||||
[Throws,TreatNullAs=EmptyString]
|
||||
readonly attribute DOMString outerHTML;
|
||||
attribute DOMString outerHTML;
|
||||
};
|
||||
|
||||
Element implements ChildNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue