RESOLVED FIXED 160041
Fix null handling for several HTMLTableElement attributes
https://bugs.webkit.org/show_bug.cgi?id=160041
Summary Fix null handling for several HTMLTableElement attributes
Chris Dumez
Reported 2016-07-21 12:40:18 PDT
Fix null handling for several HTMLTableElement attributes to match the specification: - https://html.spec.whatwg.org/#HTMLTableElement-partial The attributes in question are 'bicolor', 'cellSpacing' and 'cellPadding'. We are supposed to treat null as the empty string for these attributes. Firefox and Chrome both agree with the specification.
Attachments
Patch (9.18 KB, patch)
2016-07-21 12:58 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-21 12:58:52 PDT
Chris Dumez
Comment 2 2016-07-21 14:26:10 PDT
Comment on attachment 284249 [details] Patch Clearing flags on attachment: 284249 Committed r203529: <http://trac.webkit.org/changeset/203529>
Chris Dumez
Comment 3 2016-07-21 14:26:15 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.