---
title: Day 4
author: Daniel Devesa Derksen-Staats
date: 2022-05-22 09:00
tags: VoiceOver, accessibilityLabel, iOS
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
---

Accessibility labels should not contain the type of the control, that's a job for the accessibility trait instead. If you have a button with a label like "Close button" and the ".button" trait, VoiceOver will say: "Close button, button".