[Webkit-unassigned] [Bug 204241] New: AX: support more attributes for AXIsolatedTreeNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 13:03:26 PST 2019


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

            Bug ID: 204241
           Summary: AX: support more attributes for AXIsolatedTreeNode
           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: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

Support more attributes for AXIsolatedTreeNode

    bool isChecked() 
    bool isEnabled() 
    bool isSelected() 
    bool isFocused()
    bool isHovered() 
    bool isIndeterminate() 
    bool isLoaded() 
    bool isMultiSelectable() 
    bool isOnScreen() 
    bool isPressed() 
    bool isUnvisited() 
    bool isVisited() 
    bool isRequired() 
    bool supportsRequiredAttribute() 
    bool isLinked() 
    bool isExpanded()
    bool isVisible() 
    bool isCollapsed() 
    void setIsExpanded(bool) 
    bool isSelectedOptionActive()

-- 
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/20191115/c92b586d/attachment.htm>


More information about the webkit-unassigned mailing list