Bug 26522 - In DOM mode, VoiceOver reads some mouseover text on web sites strangely
Summary: In DOM mode, VoiceOver reads some mouseover text on web sites strangely
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 15:38 PDT by chris fleizach
Modified: 2009-06-19 00:01 PDT (History)
0 users

See Also:


Attachments
patch (4.25 KB, patch)
2009-06-18 15:43 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (4.73 KB, patch)
2009-06-18 18:03 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2009-06-18 15:38:55 PDT
Webkit is returning an incorrect titleUIElement for AXGroups in tables:

<TABLE>
<tbody><tr><td colspan="6"><h2>ATS</h2></td></tr>
<tr>
	<th>pass</th>
	<th>issue</th>
	<th>fail</th>
	<th>blocked</th>
	<th>skip</th>
	<th>test</th>
	</tr>
</tbody>
</tABLE>
Comment 1 chris fleizach 2009-06-18 15:43:10 PDT
Created attachment 31513 [details]
patch
Comment 2 chris fleizach 2009-06-18 18:03:43 PDT
Created attachment 31525 [details]
patch
Comment 3 Darin Adler 2009-06-18 18:17:27 PDT
Comment on attachment 31525 [details]
patch

r=me
Comment 4 Mark Rowe (bdash) 2009-06-19 00:01:41 PDT
This was landed in r44835.