AX: indeterminate progress elements are not reported as indeterminate by VoiceOver
<rdar://problem/103690774>
Created attachment 464199 [details] Patch
Created attachment 464201 [details] Patch
Comment on attachment 464201 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=464201&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:1919 > + return [NSNumber numberWithBool: backingObject->isIndeterminate()]; Space after : nit
Comment on attachment 464201 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=464201&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:1908 > +- (id)_accessibilityAttributeValueForTesting:(NSString *)attributeName why can't we use the normal interfaces for testing this? seems like we'd want to check the same thing the platform code will use
Created attachment 464206 [details] Patch
(In reply to chris fleizach from comment #5) > Comment on attachment 464201 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=464201&action=review > > > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:1908 > > +- (id)_accessibilityAttributeValueForTesting:(NSString *)attributeName > > why can't we use the normal interfaces for testing this? seems like we'd > want to check the same thing the platform code will use OK, removed _accessibilityAttributeValueForTesting and moved handling of the attribute to the normal accessibilityAttributeValue interface.
Created attachment 464210 [details] Patch
Committed 258332@main (ece8b0ebf62d): <https://commits.webkit.org/258332@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 464210 [details].