RESOLVED FIXED 132615
[HTML] Default argument to HTMLTableRowElement.insertCell() should be -1
https://bugs.webkit.org/show_bug.cgi?id=132615
Summary [HTML] Default argument to HTMLTableRowElement.insertCell() should be -1
Chris Dumez
Reported 2014-05-06 10:39:18 PDT
The default argument to HTMLTableRowElement.insertCell() should be -1, not 0, according to the specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-tr-element Firefox 29 and IE11 both match the specification. Blink is about to change its behavior as well: http://code.google.com/p/chromium/issues/detail?id=369803 https://codereview.chromium.org/263323004/
Attachments
Patch (5.42 KB, patch)
2014-05-06 11:08 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-05-06 11:08:12 PDT
WebKit Commit Bot
Comment 2 2014-05-06 16:33:23 PDT
Comment on attachment 230920 [details] Patch Clearing flags on attachment: 230920 Committed r168390: <http://trac.webkit.org/changeset/168390>
WebKit Commit Bot
Comment 3 2014-05-06 16:33:28 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.