[Webkit-unassigned] [Bug 148967] New: AX: ARIA 1.1 implement aria-colcount, aria-colindex, aria-colspan, aria-rowcount, aria-rowindex and aria-rowspan

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 10:50:13 PDT 2015


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

            Bug ID: 148967
           Summary: AX: ARIA 1.1 implement aria-colcount, aria-colindex,
                    aria-colspan, aria-rowcount, aria-rowindex and
                    aria-rowspan
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: n_wang at apple.com
                CC: n_wang at apple.com, webkit-bug-importer at group.apple.com

Added support for ARIA 1.1 table/grid related attributes.

aria-colcount
http://www.w3.org/TR/wai-aria-1.1/#aria-colcount
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. 

aria-colindex
http://www.w3.org/TR/wai-aria-1.1/#aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. S

aria-colspan
http://www.w3.org/TR/wai-aria-1.1/#aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or tree grid.

aria-rowcount
http://www.w3.org/TR/wai-aria-1.1/#aria-rowcount
Defines the total number of rows in a table, grid, or tree grid.

aria-rowindex
http://www.w3.org/TR/wai-aria-1.1/#aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or tree grid.

aria-rowspan
http://www.w3.org/TR/wai-aria-1.1/#aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150908/aa35a03b/attachment.html>


More information about the webkit-unassigned mailing list