[Bug 6214] New: insertRow without arguments

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6214

           Summary: insertRow without arguments
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: simonp@opera.com
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


If you do insertRow() on a table without arguments, browsers do different
things:

IE acts as if it were insertRow(-1).
Firefox throws a "Not enough arguments" exception.
WebKit/Opera act as if it were insertRow(0).

Currently Firefox seems closest to the spec. I find
https://bugzilla.mozilla.org/show_bug.cgi?id=157578 which has 2 dups.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 10 November 2008 15:15:15 UTC