[whatwg] Drop-in parsers (was: Re: Provding Better Tools)

On Wed, 6 Dec 2006, Henri Sivonen wrote:
> 
> Of course, in all these cases, the element names should be reported in 
> lower case unlike in browsers.

Per HTML5 they're lowercase in browsers too, it's just that .tagName in 
the DOM in HTML Web browsers uppercases. (i.e. returning lowercase is not 
non-conforming for a parser, it's in fact required.)

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 5 December 2006 16:30:08 UTC