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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 22:00:41 PDT 2013


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

           Summary: AX: WebKit does not expose text alternative of CSS
                    generated image content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james at cookiecrook.com
                CC: webkit-bug-importer at group.apple.com


Created an attachment (id=213054)
 --> (https://bugs.webkit.org/attachment.cgi?id=213054&action=review)
test case

AX: WebKit does not expose text alternative of CSS generated image content. E.g.

  a[href$=".pdf"]::after { content: url(./pdf.png), "(PDF)"; }

Note: I think it should retain the AXImage's AXRole and AXRoleDescription, but otherwise let AT decide what to speak. Since this is inside a link, it should not be treated differently than if there was a hardcoded markup image in the link. So, on the link you'd hear "link, User Guide (PDF)" and if it was just plain text, you'd hear two elements, "User Guide" static text and then "(PDF) image"

Some related discussion on www-style and from the TPAC 2011.
http://lists.w3.org/Archives/Public/www-style/2012Nov/0316.html

-- 
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