Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.29 KB

File metadata and controls

28 lines (19 loc) · 1.29 KB

Informative Images

Informative images convey meaning visually and require an .accessibilityLabel to provide a text alternative to VoiceOver users.

The .accessibilityLabel of an informative image must match all relevant content and text shown in the image.

Notes:

  • Don't include the word "Image" in the .accessibilityLabel value because the "Image" trait is already spoken to VoiceOver when focused on an image element, otherwise VoiceOver would speak "Image, Image".
  • Use .accessibilityElement(children: .combine) to combine an image and text into a single focusable element with VoiceOver.

Applicable WCAG Success Criteria


Copyright 2023 CVS Health and/or one of its affiliates

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.