DescriptionThe index argument for HTMLTableRowElement deleteCell() api should not be optional
As per spec link:
https://html.spec.whatwg.org/#the-tr-element,
index argument for HTMLTableRowElement deleteCell() api
should not be optional.
Firefox throws TypeError:Not enough arguments, if argument is missing.
IE removes the last row, while Blink/WebKit removes the first row.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198305
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|