I have filed a bug to address W3C failed test-cases : https://bugs.webkit.org/show_bug.cgi?id=92986 This issue will track all investigation related to Microdata test failures and make sure that we pass as many test as possible.
Regards, Arko On Wed, Aug 1, 2012 at 12:16 AM, Ian Hickson <[email protected]> wrote: > 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. `._.-(,_..'--(,_..'`-.;.' >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

