mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Implement document.createProcessingInstruction
Spec: http://dom.spec.whatwg.org/#dom-document-createprocessinginstruction This is a sub-task for #1428.
This commit is contained in:
parent
799e0ace78
commit
ac8c659d2b
4 changed files with 39 additions and 2 deletions
|
@ -154,6 +154,7 @@ DOMInterfaces = {
|
|||
'createComment',
|
||||
'createDocumentFragment',
|
||||
'createElement',
|
||||
'createProcessingInstruction',
|
||||
'createTextNode',
|
||||
'title',
|
||||
'body',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue