[Webkit-unassigned] [Bug 179496] AX: AOM: Implement boolean type properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 17 13:59:18 PST 2017


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

--- Comment #4 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 327217
  --> https://bugs.webkit.org/attachment.cgi?id=327217
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=327217&action=review

>> Source/WebCore/accessibility/AXObjectCache.cpp:120
>> +static const Seconds accessibilityFocusAXModalNodeNotificationInterval { 50_ms };
> 
> I think the AX might be redundant, since we're already in the AX code base. I think that can just be removed
> that comment applies to everything below here too

Ok I will change this except for AXHidden since we do have another isHidden() check

>> Source/WebCore/accessibility/AccessibilityObject.cpp:2166
>> +    return std::nullopt;
> 
> should we just return false here instead of using optionals?
> do we check null opt anywhere?

Yes we check this at all the places to make sure the property is actually being set

>> Source/WebCore/accessibility/AccessibleNode.cpp:127
>> +}
> 
> then we return false here

Ok

>> LayoutTests/accessibility/mac/AOM-bool-properties.html:59
>> +        shouldBeNull("node.accessibleNode.atomic");
> 
> is this expected behavior? or should it return false?

Yes by default all the property value should be null.

-- 
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/20171117/5e9a3a46/attachment.html>


More information about the webkit-unassigned mailing list