2.1.35 [W3C-HTML52] Section 4.9.5. The tbody element

V0133: The deleteRow function does not require the index value

The specification states:

 4.9.5 The tbody element
     ...
     DOM interface:
  
         interface HTMLTableSectionElement : HTMLElement {
             ...
             void deleteRow(long index);
         };

EdgeHTML Mode

The deleteRow function does not require the index value.