NEW 128400
AX: error parsing role attribute tokens; need to trim/split string before analyzing
https://bugs.webkit.org/show_bug.cgi?id=128400
Summary AX: error parsing role attribute tokens; need to trim/split string before ana...
James Craig
Reported 2014-02-07 14:25:44 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-02-07 14:26:23 PST
James Craig
Comment 2 2014-02-07 15:20:20 PST
Also fails on newlines and tab chars in role value. See: LayoutTests/accessibility/roles-computedRoleString.html FAIL: div[role=foo button bar] -> . Expected: button. FAIL: div[role=foo button bar] -> . Expected: button.
James Craig
Comment 3 2014-02-07 15:52:07 PST
Clarifying: this new layout test is coming in bug 127447. LayoutTests/accessibility/roles-computedRoleString.html
James Craig
Comment 4 2023-03-20 23:58:07 PDT
Tagging WPTImpact because this will fail with some of the impending role tests coming with the Interop 2023 Accessibility Investigation.
Note You need to log in before you can comment on or make changes to this bug.