Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
HTMLTableSectionElement28
21
NIST
22
23
    The deleteRow() method throws a INDEX_SIZE_ERR DOMException
24
    if the specified index is equal to the number of rows.
25
 
26
    Retrieve the first THEAD element which has one row.  Try
27
    to delete a row using an index of 1.  This should throw
28
    a INDEX_SIZE_ERR DOMException since the index is equal to the
29
    number of rows.
30
31
Rick Rivello
32
2002-05-02
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48