[Webkit-unassigned] [Bug 242401] AX: Expose suggestion, insertion, deletion roles and attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 16:32:16 PDT 2022


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

--- Comment #10 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 460801
  --> https://bugs.webkit.org/attachment.cgi?id=460801
Patch

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

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:4040
> +        if ([attribute isEqualToString:(NSString*)kAXAttributedStringForRangeParameterizedAttribute])

(NSString*) -> (NSString *)

> LayoutTests/accessibility/ios-simulator/suggestion-insertion-deletion-attributes.html:18
> +		let output = "This test makes sure that suggestions, insertions, and deletions expose the right attributes.\n";

replace tabs with spaces (and only use 4 spaces)

> LayoutTests/accessibility/mac/attributed-string-includes-insertion-deletion.html:21
> +

bad indentations in this file

> LayoutTests/accessibility/mac/suggestion-subrole-and-roledescription.html:22
> +		var ins1 = accessibilityController.accessibleElementById("ins1");

bad indentations in this file

-- 
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/20220711/f757b25d/attachment-0001.htm>


More information about the webkit-unassigned mailing list