AX: axObject->isSelected() returns false on selected native options. <select multiple> <option class="ex" selected>FIXME: Selected is false. Expected true.</option> <option class="ex">not selected</option> </select> <select> <option class="ex" selected>FIXME: Selected is false. Expected true.</option> <option class="ex">not selected</option> </select> This is affecting output of Web AXI in bug 129781
selectedChildren is also invalid on the parent.
<rdar://problem/16452089>
Actually, this may be an Object vs RenderObject discrepancy. Looks like I'm not getting any accessibility information for the whole node. See getAccessibilityPropertiesForNode.html