[Webkit-unassigned] [Bug 127292] New: AX: <desc> element not presented by screen reader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 08:20:39 PST 2014


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

           Summary: AX: <desc> element not presented by screen reader
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: jcraig at apple.com, cfleizach at apple.com,
                    webkit-bug-importer at group.apple.com


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

<svg xmlns="http://www.w3.org/2000/svg">
    <desc>A black circle.</desc>
    <circle cx="50" cy="50" r="50"/>
</svg>

The desc element in the example above is ignored. SVGElement has a method called title() for scanning for <title> elements.

SVGDescElement has a method called description() that can be used.

Chris, James: What is the preferred way for AX to read the description?

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