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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 09:47:23 PDT 2020


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

chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cfleizach at apple.com

--- Comment #2 from chris fleizach <cfleizach at apple.com> ---
It looks like we support

[aria-expanded="test6"]::before {
    content: "\25BC";
    alt: "test";
}

but probably not this style

.new::before {
 content: url(./img/star.png) / "New!";
  /* or a localized attribute from the DOM: attr("data-alt") */
}

-- 
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/20200429/cf193278/attachment.htm>


More information about the webkit-unassigned mailing list