This operator matches a SwiftUI view with an .accessibilityHint modifier, which
is used to provide additional information about what happens after performing the view's
action. The operator creates mutations that remove the modifier.
Before:
Button(...) .accessibilityHint("Adds item to cart")
This operator matches a SwiftUI view with an
.accessibilityHint
modifier, which is used to provide additional information about what happens after performing the view's action. The operator creates mutations that remove the modifier.Before:
After:
Applicable WCAG Success Criteria: