[Webkit-unassigned] [Bug 106924] [GTK] accessibility/heading-level.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 05:45:21 PDT 2013


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


Lukasz Gajowy <l.gajowy at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |l.gajowy at samsung.com




--- Comment #1 from Lukasz Gajowy <l.gajowy at samsung.com>  2013-03-14 05:47:46 PST ---
Generally proposed solution in atk/AccessibilityUIElementAtk.cpp  (AccessibilityUIElement::intValue) may not be accurate for this test.

Couple of modifications require to pass it:

1) by adding aria-valuenow="x" attribute in every heading, where x is equal to data-expected.
2) by updating an interfaceMask on ATK_VALUE interface where element's role is HeadingRole
3) by making isARIARange() method from AccessibilityNodeObject.cpp return true in case of meeting HeadingRole or UnknownRole.

This solution raises the following questions:
- Can we consider Heading element as a Range.
- It seems calling valueForRange is not appropriate for this test. Heading is not a Range type element.

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



More information about the webkit-unassigned mailing list