[Webkit-unassigned] [Bug 87052] New: AX: Contenteditable tables should always be exposed as data tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 15:09:29 PDT 2012


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

           Summary: AX: Contenteditable tables should always be exposed as
                    data tables
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com
                CC: aaronlevbugs at gmail.com, cfleizach at apple.com,
                    aboxhall at chromium.org, dtseng at google.com


The AX code has heuristics that try to avoid exposing layout tables as data tables. However, when a section of the document is contentEditable, all tables should be treated as data tables, otherwise users may not be able to work with rich text editors that allow creating and editing tables.

Firefox already works this way (if it's contenteditable, all tables are data tables), I suggest WebKit follow that lead to keep things simple, unless there are any good arguments not to.

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