Re: Running DOM L2 HTML on IE and Mozilla
Curt Arnold <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
HTMLHeadingElement.getAlign() was misimplemented to always return "align" instead of the value of the align attribute. HTMLCollection02-03 and 10-11 appear to have wrong case expectations. I believe the expected value should be "select", but ignoreCase should be "auto". I'll investigate the implementation of HTMLForm.elements this evening. It may be the root of the NullPointerExceptions.