[Webkit-unassigned] [Bug 79080] Row and column headers not exposed by WebCore accessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 23:01:41 PST 2012


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


Dominic Mazzoni <dmazzoni at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #3 from Dominic Mazzoni <dmazzoni at google.com>  2012-02-21 23:01:41 PST ---
Unofficially looks on the right track to me - needs a patch in the correct format and a layout test. Be sure to check both LayoutTests/accessibility and LayoutTests/platform/*/accessibility for existing tests that may need to be updated.

There's no aria "table", you should say aria "grid".

Fix typo in comment you're modifying: Do not consider it a data table is it -> Do not consider it a data table if it

Why did you move hasAriaLandmarkRole to AccessibilityRenderObject? It's not clear you're using it there.

Is it possible for if (!cellElement) to return false? If not, add a notreached assertion?

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