[Webkit-unassigned] [Bug 95208] New: AX: aria-help is supported but undocumented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 08:53:12 PDT 2012


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

           Summary: AX: aria-help is supported but undocumented
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com
                CC: cfleizach at apple.com, aboxhall at chromium.org


It looks like WebKit supports an undocumented ARIA attribute "aria-help" - was it perhaps part of an earlier draft of the standard? I don't see it in the latest version.

Should we get rid of it? Or propose it for ARIA 2.0? Is there a wiki somewhere we could make notes on how WebKit implements various accessibility standards, especially where it deviates from the spec or has to interpret the spec in some way?

String AccessibilityRenderObject::helpText() const
{
    ...

    const AtomicString& ariaHelp = getAttribute(aria_helpAttr);
    if (!ariaHelp.isEmpty())
        return ariaHelp;

   ...

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