[Webkit-unassigned] [Bug 128400] New: AX: error parsing role attribute tokens; need to trim/split string before analyzing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 7 14:28:25 PST 2014


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

           Summary: AX: error parsing role attribute tokens; need to
                    trim/split string before analyzing
           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


WebKit recognizes:

Recognizes
role="navigation complementary foo"

but not
role=" navigation complementary foo"

Probably just need to trim/split the string value before analyzing. Also check newline and other non-space whitespace chars.

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