[Webkit-unassigned] [Bug 211176] AX: support alternative text for "content" property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 09:45:47 PDT 2020


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

--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
This appears to work for me. see the screen shot

<style>
.new::before {
    content: "\25BC";
     alt: "test";
 }
</style>

<div class="new">hello</div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200512/5ec9cf90/attachment.htm>


More information about the webkit-unassigned mailing list