Bug 126436

Summary: AX: [ATK] Spans should not add spaces to accessible names
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Bug Depends on:    
Bug Blocks: 25531    
Attachments:
Description Flags
test case: link-with-spans.html
none
accessible-event listener none

Description Joanmarie Diggs 2014-01-03 10:06:16 PST
Created attachment 220315 [details]
test case: link-with-spans.html

Steps to reproduce:
1. Load the attached test case in Epiphany
2. Load the attached accessible-event listener in a terminal
3. Tab between the two "Google" links in the test case

Expected results: Both "Google" links would have "Google" as the accessible name.

Actual results: The accessible name of the colorful "Google" link has "G o o g l e" as the accessible name.

Note that in both cases the accessible text is correct (no spaces); just the name is wrong.
Comment 1 Radar WebKit Bug Importer 2014-01-03 10:10:03 PST
<rdar://problem/15744424>
Comment 2 Joanmarie Diggs 2014-01-03 10:21:05 PST
Created attachment 220318 [details]
accessible-event listener