Variable ImageDecorativeLabelRemoverConst

ImageDecorativeLabelRemover: MutationOperator = ...

This operator matches a SwiftUI Image element with a decorative: argument label, which is used to indicate that the image is purely decorative and should be ignored by screen readers. The operator creates mutations that remove the argument label.

Before:

Image(decorative: "icon")

After:

Image("icon")

Applicable WCAG Success Criteria: