Bug 59648

Summary: <rdar://problem/9315254> ARIA role attribute implemented incorrectly; does not support token list with fallbacks
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch none

Description chris fleizach 2011-04-27 16:15:31 PDT
ARIA role attribute implemented incorrectly; does not support token list with fallbacks

From the spec section 7.1. Role Attribute
"The first name literal of a non-abstract WAI-ARIA role in the list of tokens in the role attribute defines the role according to which the user agent MUST process the element."
http://www.w3.org/TR/wai-aria/complete#host_general_role
Comment 1 chris fleizach 2011-04-27 16:16:44 PDT
Created attachment 91370 [details]
patch
Comment 2 WebKit Commit Bot 2011-04-27 22:43:22 PDT
Comment on attachment 91370 [details]
patch

Clearing flags on attachment: 91370

Committed r85157: <http://trac.webkit.org/changeset/85157>
Comment 3 WebKit Commit Bot 2011-04-27 22:43:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 chris fleizach 2011-04-28 08:56:36 PDT
Check in GTK expected results
http://trac.webkit.org/changeset/85187