Bug 138393 - AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec)
Summary: AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec)
Status: RESOLVED FIXED
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:
Blocks:
 
Reported: 2014-11-04 17:58 PST by James Craig
Modified: 2014-11-05 18:16 PST (History)
3 users (show)

See Also:


Attachments
patch (10.04 KB, patch)
2014-11-04 23:43 PST, chris fleizach
no flags Details | Formatted Diff | Diff

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