mirror of
https://github.com/servo/servo.git
synced 2025-10-08 12:39:30 +01:00
Implement ProcessingInstruction DOM interface
Spec: http://dom.spec.whatwg.org/#interface-processinginstruction Closes #1619.
This commit is contained in:
parent
5a7d22c437
commit
aa4b5bb948
8 changed files with 153 additions and 56 deletions
|
@ -107,6 +107,9 @@ generate_traceable_node!(DocumentType)
|
|||
generate_cacheable_wrapper!(Text, TextBinding::Wrap)
|
||||
generate_traceable!(Text)
|
||||
|
||||
generate_cacheable_wrapper!(ProcessingInstruction, ProcessingInstruction::Wrap)
|
||||
generate_traceable!(ProcessingInstruction)
|
||||
|
||||
generate_cacheable_wrapper_htmlelement!(HTMLHeadElement, HTMLHeadElementBinding::Wrap)
|
||||
generate_traceable_htmlelement!(HTMLHeadElement)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue