mirror of
https://github.com/servo/servo.git
synced 2025-09-05 04:28:22 +01:00
Implement CDATASection interface and createCDATASection method
This commit is contained in:
parent
431423388e
commit
4b8282b3b1
18 changed files with 106 additions and 112 deletions
|
@ -40,6 +40,8 @@ interface Document : Node {
|
|||
DocumentFragment createDocumentFragment();
|
||||
[NewObject]
|
||||
Text createTextNode(DOMString data);
|
||||
[NewObject, Throws]
|
||||
CDATASection createCDATASection(DOMString data);
|
||||
[NewObject]
|
||||
Comment createComment(DOMString data);
|
||||
[NewObject, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue