Bug 123752

Summary: AX: CSSPropertyWebkitAlt should accept CSS counter values
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 120188    
Bug Blocks:    
Attachments:
Description Flags
test case none

Description James Craig 2013-11-04 12:45:20 PST
From bug 120188:

> > > Source/WebCore/css/CSSParser.cpp:1954
> > > +    case CSSPropertyWebkitAlt: // [ <string> | attr(X) ]
> > 
> > I think this should include <counter>, too.
> 
> It's not clear how this would apply to counters. Certainly we shouldn't do it in this patch

I'll attach a test case.
Comment 1 Radar WebKit Bug Importer 2013-11-04 12:45:50 PST
<rdar://problem/15385979>
Comment 2 James Craig 2013-11-05 13:59:02 PST
Created attachment 216076 [details]
test case