Bug 123752 - AX: CSSPropertyWebkitAlt should accept CSS counter values
Summary: AX: CSSPropertyWebkitAlt should accept CSS counter values
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 120188
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-04 12:45 PST by James Craig
Modified: 2013-11-05 13:59 PST (History)
1 user (show)

See Also:


Attachments
test case (1.10 KB, text/html)
2013-11-05 13:59 PST, James Craig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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