[Webkit-unassigned] [Bug 131819] New: AX: grid rows are not recognized do to lack of explicit role="row", role="gridcell"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 17 14:32:53 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=131819
Summary: AX: grid rows are not recognized do to lack of
explicit role="row", role="gridcell"
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jcraig at apple.com
CC: webkit-bug-importer at group.apple.com
Created an attachment (id=229579)
--> (https://bugs.webkit.org/attachment.cgi?id=229579&action=review)
test case
AX: grid rows are not recognized do to lack of explicit role="row", role="gridcell"
See attached test case. The <tr> and <td> elements don't have another role defined, so they should be fine using the implicit "row" and "gridcell" role.
More info about implicit semantics in these portions of the spec.
http://www.w3.org/WAI/PF/aria/complete#implicit_semantics
http://www.w3.org/WAI/PF/aria/complete#mustContain
http://www.w3.org/WAI/PF/aria/complete#presentation
--
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