Bug 245546 - AX: Consider whether AXIsSuggestedDeletion/Insertion should not use "Suggested" (Google API comment)
Summary: AX: Consider whether AXIsSuggestedDeletion/Insertion should not use "Suggeste...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-22 16:30 PDT by James Craig
Modified: 2022-09-22 16:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2022-09-22 16:30:35 PDT
AX: Consider whether AXIsSuggestedDeletion/Insertion should not use "Suggested" (Google API comment)

Aaron Leventhal (accessibility implementer for Google/Chromium) suggested the API AXIsSuggestedDeletion/Insertion is misleading, as the insertions/deletions sometimes refer to version changes that have already been accepted, and other non-suggestion diffs.

Apple internal discussion consensus was:
 - yes, we should change it
 - its low priority though, so probably not this release
 - keep the legacy API key working in perpetuity, so we don't break implementations that adopt the "Suggested" version in the meantime.
Comment 1 Radar WebKit Bug Importer 2022-09-22 16:30:51 PDT
<rdar://problem/100299930>
Comment 2 James Craig 2022-09-22 16:35:30 PDT
A little more info here: https://github.com/w3c/core-aam/pull/137

To whichever WebKit engineer implements this change, please file (or ask me to file) a new issue against Core-AAM to update the mapping: https://github.com/w3c/core-aam/issues/new/choose Thanks.