Re: Order of nodes from getElementsByClassName

On Fri, 4 Jan 2008, James Graham wrote:
> 
> getElementsByClassName is currenly non-specific about the order of the 
> nodes in the returned NodeList. Unless there is a good reason not to, it 
> should probably specify the NodeList is in document order, matching 
> getElementsByTagName. This matches the current behavior of Firefox and 
> Opera. See [1] for dicussion.
> 
> [1] http://krijnhoetmer.nl/irc-logs/whatwg/20080103#l-413

Fixed.

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

Received on Friday, 25 July 2008 09:47:29 UTC