RESOLVED FIXED 153264
DocumentType.publicId / systemId should never return null
https://bugs.webkit.org/show_bug.cgi?id=153264
Summary DocumentType.publicId / systemId should never return null
Chris Dumez
Reported 2016-01-19 18:29:47 PST
DocumentType.publicId / systemId should never return null as these attributes are not nullable in the IDL: https://dom.spec.whatwg.org/#interface-documenttype Instead we should return the empty string. Firefox and Chrome match the specification.
Attachments
Patch (16.58 KB, patch)
2016-01-19 18:33 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-01-19 18:33:16 PST
WebKit Commit Bot
Comment 2 2016-01-19 20:06:41 PST
Comment on attachment 269324 [details] Patch Clearing flags on attachment: 269324 Committed r195336: <http://trac.webkit.org/changeset/195336>
WebKit Commit Bot
Comment 3 2016-01-19 20:06:49 PST
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.