RESOLVED FIXED 162468
document.title getter does not strip / collapse the right whitespace characters
https://bugs.webkit.org/show_bug.cgi?id=162468
Summary document.title getter does not strip / collapse the right whitespace characters
Chris Dumez
Reported 2016-09-22 15:32:53 PDT
The document.title getter does not strip / collapse whitespace characters as per: - https://html.spec.whatwg.org/#document.title This part of the specification provides more information about which whitespace characters: - https://html.spec.whatwg.org/#strip-and-collapse-whitespace - https://html.spec.whatwg.org/#space-character Firefox matches the specification. However, WebKit strips / collapses some characters it should not.
Attachments
Patch (6.10 KB, patch)
2016-09-22 15:48 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-09-22 15:48:31 PDT
Chris Dumez
Comment 2 2016-09-23 09:27:59 PDT
Comment on attachment 289616 [details] Patch Clearing flags on attachment: 289616 Committed r206309: <http://trac.webkit.org/changeset/206309>
Chris Dumez
Comment 3 2016-09-23 09:28:04 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.