Re: Running DOM L2 HTML on IE and Mozilla

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.

Received on Friday, 21 June 2002 09:40:26 UTC