Bug 32631 - MSAA: Accessibility role of text nodes is wrong
Summary: MSAA: Accessibility role of text nodes is wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-12-16 13:45 PST by Jon Honeycutt
Modified: 2009-12-16 21:58 PST (History)
1 user (show)

See Also:


Attachments
patch (10.40 KB, patch)
2009-12-16 16:35 PST, Jon Honeycutt
alice.barraclough: review+
jhoneycutt: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2009-12-16 13:45:08 PST
The accessibility role of text nodes should be ROLE_SYSTEM_TEXT, not ROLE_SYSTEM_STATICTEXT, to match IE and Firefox.

<rdar://problem/7369084>
Comment 1 Jon Honeycutt 2009-12-16 16:35:56 PST
Created attachment 45022 [details]
patch
Comment 2 WebKit Review Bot 2009-12-16 16:39:20 PST
style-queue ran check-webkit-style on attachment 45022 [details] without any errors.
Comment 3 Jon Honeycutt 2009-12-16 21:58:25 PST
Committed in r52233.