RESOLVED FIXED 159536
HTMLTitleElement.text should only account for direct children Text nodes
https://bugs.webkit.org/show_bug.cgi?id=159536
Summary HTMLTitleElement.text should only account for direct children Text nodes
Chris Dumez
Reported 2016-07-07 16:37:11 PDT
HTMLTitleElement.text should only account for direct children Text nodes: - https://html.spec.whatwg.org/multipage/semantics.html#dom-title-text - https://html.spec.whatwg.org/multipage/infrastructure.html#child-text-content Firefox and Chrome match the specification. However, WebKit does accounts for all Text nodes that are descendants. Test case: http://w3c-test.org/html/semantics/document-metadata/the-title-element/title.text-01.html
Attachments
Patch (4.27 KB, patch)
2016-07-07 16:39 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-07 16:39:53 PDT
WebKit Commit Bot
Comment 2 2016-07-07 18:16:27 PDT
Comment on attachment 283087 [details] Patch Clearing flags on attachment: 283087 Committed r202951: <http://trac.webkit.org/changeset/202951>
WebKit Commit Bot
Comment 3 2016-07-07 18:16:32 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.