[Webkit-unassigned] [Bug 218038] New: AX: pseudo-element alt property not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 10:37:06 PDT 2020


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

            Bug ID: 218038
           Summary: AX: pseudo-element alt property not working
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: szz999999 at gmail.com
                CC: webkit-bug-importer at group.apple.com

refer to: http://www.w3.org/TR/css-content-3/#alt 
alt with an empty string is supposed to signal to VO the content property value is decorative.  However, the following is not working in VO

button::before {
  content: "\25BA";
  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/20201021/24cddcf5/attachment.htm>


More information about the webkit-unassigned mailing list