[webkit-dev] Enable MICRODATA feature by default

Ian Hickson ian at hixie.ch
Tue Jul 31 11:46:13 PDT 2012


On Tue, 31 Jul 2012, Arko Saha wrote:
> 
> test(function () {
>     assert_equals( makeEl('div',{itemtype:' '}).itemType[0],
> window.undefined );
> }, 'itemType[index] must be undefined for out-of-range index');
> 
> DOMSettableTokenList returns null for out-of-range index.

This is incorrect. While it is true that item() returns null when 
called with an out-of-range index, item() is never invoked in the example 
above. See Web IDL for details.

I highly doubt that the other 80+ failing tests are implementation- 
specific either. If any of them _are_, then before ignoring them, you 
should ask for them to be corrected in the test suite.

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


More information about the webkit-dev mailing list