2.1.36 [W3C-HTML52] Section 4.9.8. The tr element

V0135: The deleteCell method does not require the index argument

The specification states:

 4.9.8 The tr element
     ...
     DOM interface:
  
         interface HTMLTableRowElement : HTMLElement {
             ...
             void deleteCell(long index);
         };

EdgeHTML Mode

The deleteCell method does not require the index argument.