Arko, You might already be aware, but I wanted to mention this to make sure your expectations are set correctly. At least for the Chromium port, there's a difference between enabling a feature on trunk and promoting the feature to the beta and/or stable channel. We make the former decision via WebKit's code review process. For the latter decision, however, there's also an additional review process that's internal to the Chromium project.
Adam On Mon, Aug 6, 2012 at 12:23 AM, Arko Saha <[email protected]> wrote: > 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 > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

