RESOLVED FIXED 159938
Document.createElementNS() / createAttributeNS() parameters should be mandatory
https://bugs.webkit.org/show_bug.cgi?id=159938
Summary Document.createElementNS() / createAttributeNS() parameters should be mandatory
Chris Dumez
Reported 2016-07-19 12:39:27 PDT
Document.createElementNS() / createAttributeNS() parameters should be mandatory: - https://dom.spec.whatwg.org/#document They are optional in WebKit. However, Firefox and Chrome both match the specification.
Attachments
Patch (27.84 KB, patch)
2016-07-19 12:42 PDT, Chris Dumez
no flags
Patch (28.55 KB, patch)
2016-07-19 13:04 PDT, Chris Dumez
no flags
Patch (28.72 KB, patch)
2016-07-19 18:32 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-19 12:42:17 PDT
Chris Dumez
Comment 2 2016-07-19 13:04:31 PDT
Benjamin Poulain
Comment 3 2016-07-19 18:02:41 PDT
Comment on attachment 284035 [details] Patch IMHO, it is useful to test the exception type with shouldThrow().
Chris Dumez
Comment 4 2016-07-19 18:32:58 PDT
Chris Dumez
Comment 5 2016-07-19 18:46:49 PDT
Comment on attachment 284075 [details] Patch Clearing flags on attachment: 284075 Committed r203441: <http://trac.webkit.org/changeset/203441>
Chris Dumez
Comment 6 2016-07-19 18:46:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.