[Webkit-unassigned] [Bug 185478] New: AX: Hidden nodes which are not directly referenced should not participate name/description from content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 09:45:59 PDT 2018


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

            Bug ID: 185478
           Summary: AX: Hidden nodes which are not directly referenced
                    should not participate name/description from content
           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: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com

The Accname specification states that if the current node is hidden (as defined by that spec), and not directly referenced by aria-labelledby or aria-describedby, and is not a host language text alternative, the empty string should be returned.

We're seeing bugs where the text under the element is being included for certain "hidden" nodes. For instance in the test case found here, https://github.com/w3c/web-platform-tests/blob/master/accname/description_from_content_of_describedby_element-manual.html, the "in" from the table is being included.

-- 
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/20180509/11a495b6/attachment-0001.html>


More information about the webkit-unassigned mailing list