mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add Element::InsertAdjacentHTML
This commit is contained in:
parent
40feb524d9
commit
8c572085c7
5 changed files with 37 additions and 117 deletions
|
@ -75,6 +75,8 @@ interface Element : Node {
|
|||
Element? insertAdjacentElement(DOMString where_, Element element); // historical
|
||||
[Throws]
|
||||
void insertAdjacentText(DOMString where_, DOMString data);
|
||||
[Throws]
|
||||
void insertAdjacentHTML(DOMString position, DOMString html);
|
||||
};
|
||||
|
||||
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-element-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue