[Webkit-unassigned] [Bug 122138] AX: WebKit does not expose text alternative of CSS generated image content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 12:50:30 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=122138





--- Comment #3 from James Craig <jcraig at apple.com>  2013-11-04 12:49:17 PST ---
Once this is patched, you should include a test to ensure it does not regress -webkit-alt.

content: url(resources/cake.png), "foo";
-webkit-alt: "bar, not foo";

content: url(resources/cake.png), "";
-webkit-alt: "not empty";

content: url(resources/cake.png), "foo";
-webkit-alt: ""; // should be empty, not foo

See bug 120188

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list