WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2016-07-21 12:58:52 PDT
Created
attachment 284249
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug