Bug 138393

Summary: AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec)
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Description James Craig 2014-11-04 17:58:36 PST
CSS "alt" property is in the spec now. 
http://dev.w3.org/csswg/css-pseudo/#alt-property

Please add "alt" as an overriding synonym of "-webkit-alt"

Alternative text of a ::before or ::after pseudo element should be:
alt (if not null) || -webkit-alt (if not null) || contents (string contents, not image contents)
Comment 1 Radar WebKit Bug Importer 2014-11-04 17:58:49 PST
<rdar://problem/18875988>
Comment 2 chris fleizach 2014-11-04 23:43:23 PST
Created attachment 241004 [details]
patch
Comment 3 WebKit Commit Bot 2014-11-05 18:16:09 PST
Comment on attachment 241004 [details]
patch

Clearing flags on attachment: 241004

Committed r175654: <http://trac.webkit.org/changeset/175654>
Comment 4 WebKit Commit Bot 2014-11-05 18:16:12 PST
All reviewed patches have been landed.  Closing bug.