Confirmed users
292
edits
(Set display title.) |
(Added a Resources section for further reading to help meet the requirements.) |
||
| Line 34: | Line 34: | ||
* If controls or content are effectively hidden visually, are they also hidden semantically; e.g. using the accessibilityElementsHidden property on iOS? | * If controls or content are effectively hidden visually, are they also hidden semantically; e.g. using the accessibilityElementsHidden property on iOS? | ||
* Do system settings such as Zoom, Reduce Animations/Motion and Dynamic Type affect the UI as appropriate? | * Do system settings such as Zoom, Reduce Animations/Motion and Dynamic Type affect the UI as appropriate? | ||
== Resources == | |||
Here are some resources that you might find useful when working towards meeting the above requirements. | |||
* For markup languages such as HTML | |||
** [https://developer.mozilla.org/en-US/docs/Learn/Accessibility The front page of learning accessibility on MDN]. Use this to jump to the topic you need more information on. | |||
** [https://hacks.mozilla.org/2019/10/auditing-for-accessibility-problems-with-firefox-developer-tools/ Introduction to the auditing features of the accessibility inspector], also available as a video series: | |||
*** [https://www.youtube.com/watch?v=7mqqgIxX_NU Understanding website accessibility] | |||
*** [https://www.youtube.com/watch?v=0FiQZnkKglk Test keyboard accessibility] | |||
*** [https://www.youtube.com/watch?v=eBefjaWud-M&t=388s Testing color contrast and simulating color blindness] | |||
*** [https://www.youtube.com/watch?v=YhlAVlfH0rQ Test for text label issues] | |||
* For Android | |||
** [https://developer.android.com/guide/topics/ui/accessibility/apps Make apps more accessible] on Android Developers. | |||
** [https://developer.android.com/guide/topics/ui/accessibility/principles Prinicples for improving app accessibility] on Android Developers. | |||
** [https://developer.android.com/guide/topics/ui/accessibility/testing Test your app's accessibility] on Android Developers. | |||
* For iOS | |||
** [https://developer.apple.com/accessibility/ios/ Introduction to accessibility on iOS] on Apple Developer. | |||
** [https://developer.apple.com/videos/frameworks/accessibility/ WWDC session videos]. | |||
** [https://developer.apple.com/documentation/uikit/accessibility/ UIKit accessibility reference]. | |||
** [https://www.deque.com/blog/intro-accessibility-inspector-tool-ios-native-apps/ Introduction to Accessibility Inspector for iOS in Xcode] on the Deque blog. | |||