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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 00:21:54 PDT 2020


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

Jorge Fernandes <jorge.f at netcabo.pt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jorge.f at netcabo.pt

--- Comment #3 from Jorge Fernandes <jorge.f at netcabo.pt> ---
(In reply to chris fleizach from comment #2)
> 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") */
> }

I tried 

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

and VO don't read the 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/20200512/f080c66a/attachment.htm>


More information about the webkit-unassigned mailing list