Re: Action items status
"Rick Rivello" <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
> > I do have a question. There are some tests in level 2 that I'm not
> > sure
> > if I should commit to level 1. An example is the exception tests
> > for
> > insertRow() and deleteRow() methods in the TableElement interface.
> > The DOM Level 1 spec does not mention anything
> > about the exceptions however the DOM Level1 Second Edition does.
> > Do I include these tests in the Level 1 suite?
> >
> >
> >
> >
> >
> [dd] The safest bet is to write tests for Level 2 HTML, as both level 1
> and level 1 SE have issues.
>
>
OK.
The exception tests for the Level 2 HTML test suite already exist.
The tests are:
HTMLTableElement34-38
HTMLTableRowElement15-19
HTMLTableSectionElement25-29
Rick Rivello