mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Add CEReactions to element creation APIs.
This commit is contained in:
@@ -32,9 +32,9 @@ interface Document : Node {
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString qualifiedName);
|
||||
HTMLCollection getElementsByClassName(DOMString classNames);
|
||||
|
||||
[NewObject, Throws]
|
||||
[CEReactions, NewObject, Throws]
|
||||
Element createElement(DOMString localName, optional ElementCreationOptions options);
|
||||
[NewObject, Throws]
|
||||
[CEReactions, NewObject, Throws]
|
||||
Element createElementNS(DOMString? namespace, DOMString qualifiedName, optional ElementCreationOptions options);
|
||||
[NewObject]
|
||||
DocumentFragment createDocumentFragment();
|
||||
|
||||
Reference in New Issue
Block a user