Re: [webkit-dev] Enable MICRODATA feature by default

2012-08-06 Thread Arko Saha
...@hixie.ch 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

[webkit-dev] Enable MICRODATA feature by default

2012-07-31 Thread Arko Saha
I am planning to enable MICRODATA feature by default in WebKit. Microdata master bug: https://bugs.webkit.org/show_bug.cgi?id=68609 Microdata spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html Currently we have support for Microdata DOM API's to interacting with

Re: [webkit-dev] Enable MICRODATA feature by default

2012-07-31 Thread Arko Saha
we pass tests W3C submitted by Opera Mozilla? - Ryosuke On Mon, Jul 30, 2012 at 11:35 PM, Arko Saha ngh...@motorola.com wrote: I am planning to enable MICRODATA feature by default in WebKit. Microdata master bug: https://bugs.webkit.org/show_bug.cgi?id=68609 Microdata spec: http

Re: [webkit-dev] Enable MICRODATA feature by default

2012-07-31 Thread Arko Saha
of enabling feature by default? In that case I will raise a new bug and we can then discuss the failed tests there. Regards, Arko On Tue, Jul 31, 2012 at 12:51 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Jul 30, 2012 at 11:51 PM, Arko Saha ngh...@motorola.com wrote: I have tested the test : http

Re: [webkit-dev] Microdata document.getItems()

2012-03-08 Thread Arko Saha
I tried to run the mentioned test cases in my local machine, its working fine. I have tested the same in latest Webkit revision (Chromium/GTK port). Not sure what could be the issue. Can you please attach the test failure diff here? Thanks and regards, Arko On Thu, Mar 8, 2012 at 1:29 PM,

Re: [webkit-dev] Microdata document.getItems()

2012-03-08 Thread Arko Saha
and document.getItems(arg) should return items which match the arg. Please correct me if I am wrong. Thanks and Regards, Gurpreet On Thu, Mar 8, 2012 at 1:36 PM, Arko Saha ngh...@motorola.com wrote: I tried to run the mentioned test cases in my local machine, its working fine. I have tested

Re: [webkit-dev] New feature announcement - Implement HTML5 Microdata in WebKit

2011-09-25 Thread Arko Saha
. Thanks and regards, Arko Saha On Fri, Sep 23, 2011 at 3:12 AM, James Robinson jam...@google.com wrote: On Thu, Sep 22, 2011 at 2:32 PM, Charles Pritchard ch...@jumis.comwrote: On 9/22/2011 2:13 PM, Ian Hickson wrote: On Fri, 23 Sep 2011, Dean Jackson wrote: However, isn't prefixing designed

[webkit-dev] New feature announcement - Implement HTML5 Microdata in WebKit

2011-09-22 Thread Arko Saha
a bug for this and also attached a basic implementation patch for the same. Master bug: https://bugs.webkit.org/show_bug.cgi?id=68609 Please let me know your suggestions/views regarding this. Thanks in advance. Arko Saha ___ webkit-dev mailing list