RESOLVED FIXED 159923
Fix null handling of several HTMLDocument attributes
https://bugs.webkit.org/show_bug.cgi?id=159923
Summary Fix null handling of several HTMLDocument attributes
Chris Dumez
Reported 2016-07-19 09:51:51 PDT
Fix null handling of several HTMLDocument attributes: - https://html.spec.whatwg.org/multipage/dom.html#document - https://html.spec.whatwg.org/multipage/obsolete.html#document-partial In particular, null handling is currently incorrect in WebKit for 'dir', 'bgColor', 'fgColor', 'alinkColor', 'linkColor' and 'vlinkColor'. Firefox and Chrome match the specification.
Attachments
Patch (11.63 KB, patch)
2016-07-19 10:04 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-19 10:04:36 PDT
WebKit Commit Bot
Comment 2 2016-07-19 22:10:48 PDT
Comment on attachment 284015 [details] Patch Clearing flags on attachment: 284015 Committed r203443: <http://trac.webkit.org/changeset/203443>
WebKit Commit Bot
Comment 3 2016-07-19 22:10:54 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.