RESOLVED FIXED 148710
document.createProcessingInstruction() does not behave according to specification
https://bugs.webkit.org/show_bug.cgi?id=148710
Summary document.createProcessingInstruction() does not behave according to specifica...
Chris Dumez
Reported 2015-09-02 09:13:43 PDT
document.createProcessingInstruction() does not behave according to specification: https://dom.spec.whatwg.org/#dom-document-createprocessinginstruction 1. It does not work for HTML documents 2. It does not throw an InvalidCharacterError if the data contains "?>" (step 2) Both Chrome and Firefox comply with the specification here.
Attachments
Patch (22.60 KB, patch)
2015-09-02 09:27 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-09-02 09:27:21 PDT
Chris Dumez
Comment 2 2015-09-02 10:09:22 PDT
Comment on attachment 260420 [details] Patch Clearing flags on attachment: 260420 Committed r189253: <http://trac.webkit.org/changeset/189253>
Chris Dumez
Comment 3 2015-09-02 10:09:26 PDT
All reviewed patches have been landed. Closing bug.
Chris Dumez
Comment 4 2015-09-02 13:04:52 PDT
Note You need to log in before you can comment on or make changes to this bug.