This operator matches a SwiftUI view with an .accessibility modifier, which
is used to provide text alternatives and accessibility information for assistive technology users
when the view doesn't display text. The operator creates mutations that remove the modifier.
This operator matches a SwiftUI view with an
.accessibility
modifier, which is used to provide text alternatives and accessibility information for assistive technology users when the view doesn't display text. The operator creates mutations that remove the modifier.Before:
After:
Applicable WCAG Success Criteria: