[Webkit-unassigned] [Bug 20872] Enhancing Navigation to Accessibility parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 10:34:27 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=20872





------- Comment #5 from sankaraditya+bugzilla at gmail.com  2009-02-06 10:34 PDT -------
Jon,

Thanks for your review comments. I am preparing few test cases for this patch. 
As a part of those test cases, I need to use the functions that let us walk
towards the parent of an element in the test case. For this, what are the
functions that I can use. I understand that support for accessibilty tests is
limited on windows. It would be great, if you can tell me few examples for
this. 

~Thanks.
Sankar.

(In reply to comment #4)
> (From update of attachment 23493 [review])
> We prefer early return, so this would be better written as:
> 
> if (!parentObj)
>     return E_FAIL;
> ...
> 
> The change looks good, just needs a test. r- for missing test.
> 
> Thanks for the patch, Sankar!
> 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list