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

2012-03-11 Thread Gurpreet Kaur
Hi Arko, Were you able to run this test case? Presently only Opera supports Microdata and these test cases have been uploaded by them. Just wanted to know whether all the test cases are correct or not. Thanks and Regards, Gurpreet On Fri, Mar 9, 2012 at 5:42 PM, Gurpreet Kaur wrote: > Dear Ark

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

2012-03-09 Thread Gurpreet Kaur
Dear Arko, I have one request. Can you run the below test cases and let me know the result? http://w3c-test.org/html/tests/submission/Opera/microdata/001.html Regards, Gurpreet On Thu, Mar 8, 2012 at 5:48 PM, Gurpreet Kaur wrote: > Dear Ryosuke/Arko. > > Thanks for the support and the quick re

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

2012-03-08 Thread Gurpreet Kaur
Dear Ryosuke/Arko. Thanks for the support and the quick response. Regards, Gurpreet On Thu, Mar 8, 2012 at 2:50 PM, Ryosuke Niwa wrote: > On Thu, Mar 8, 2012 at 12:57 AM, Gurpreet Kaur wrote: >> >> Yes I am using older webkit version and have just merged the Microdata >> patch. When I try to

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

2012-03-08 Thread Ryosuke Niwa
On Thu, Mar 8, 2012 at 12:57 AM, Gurpreet Kaur wrote: > > Yes I am using older webkit version and have just merged the Microdata > patch. When I try to do alert(document.getItems()) via script I get Object > NodeList but .lenght returns 0. > That's not a good idea. There have been a number of re

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

2012-03-08 Thread Gurpreet Kaur
Hi Arko, Yes I am using older webkit version and have just merged the Microdata patch. When I try to do alert(document.getItems()) via script I get Object NodeList but .lenght returns 0. If possible Can you just explain how is the length calculated? Regards, Gurpreet On Thu, Mar 8, 2012 at 2:20

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

2012-03-08 Thread Arko Saha
Hi Gurpreet, Yes, document.getItems() takes an optional string "types" as the argument. It should return all microdata items in the document if the "types" argument is missing. I could see its working as expected in todays revision. Are you using latest Webkit revision?? If you are just merging mi

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

2012-03-08 Thread Gurpreet Kaur
Hi Arko, On running the test case http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html I get the result as below. " This test ensures that document.getItems().length must return the correct number of MicroData Items in the Document. Also it tests that document.getItems mus

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, Gurpree

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

2012-03-07 Thread Gurpreet Kaur
Dear Ryosuke, Thanks for the update. Dear Arko, Could you please help me with this? Thanks and Regards, Gurpreet On Thu, Mar 8, 2012 at 1:27 PM, Ryosuke Niwa wrote: > Your best bet is to talk with Arko :) > > - Ryosuke > > On Wed, Mar 7, 2012 at 11:26 PM, Gurpreet Kaur wrote: > >> Dear Webk

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

2012-03-07 Thread Ryosuke Niwa
Your best bet is to talk with Arko :) - Ryosuke On Wed, Mar 7, 2012 at 11:26 PM, Gurpreet Kaur wrote: > Dear Webkit Team, > > I am working on Microdata for Android browser. After taking all the > changes related to Microdata the following test case is failing for me. > > http://trac.webkit.org/

[webkit-dev] Microdata document.getItems()

2012-03-07 Thread Gurpreet Kaur
Dear Webkit Team, I am working on Microdata for Android browser. After taking all the changes related to Microdata the following test case is failing for me. http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html This test case has call to document.getItems() (with no argume