From 004e4f258c5466b9850530f7f309af6f341c8a2e Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 23 May 2019 17:36:42 +0000 Subject: [PATCH] Deploy website Deploy website version based on 043abd5ad3edf6bc3b2d582223b5f0186d479fe4 --- docs/next/accessibility.html | 56 ++++++++++++++++++++++++++++-- docs/next/accessibility/index.html | 56 ++++++++++++++++++++++++++++-- docs/next/view.html | 56 ++++++++++++++++++++---------- docs/next/view/index.html | 56 ++++++++++++++++++++---------- 4 files changed, 184 insertions(+), 40 deletions(-) diff --git a/docs/next/accessibility.html b/docs/next/accessibility.html index 2229376bb9f..0b8554c2d55 100644 --- a/docs/next/accessibility.html +++ b/docs/next/accessibility.html @@ -109,7 +109,8 @@

accessibilityIgnoresInvertColors(iOS)

Inverting screen colors is an Accessibility feature that makes the iPhone and iPad easier on the eyes for some people with a sensitivity to brightness, easier to distinguish for some people with color blindness, and easier to make out for some people with low vision. However, sometimes you have views such as photos that you don't want to be inverted. In this case, you can set this property to be false so that these specific views won't have their colors inverted.

accessibilityRole (iOS, Android)

-

Accessibility Role tells a person using either VoiceOver on iOS or TalkBack on Android the purpose or role of a given element. To use, set the accessibilityRole property to one of the following strings:

+

accessibilityRole communicates the purpose of a component to the user of an assistive technology.

+

accessibilityRole can be one of the following:

accessibilityStates (iOS, Android)

-

Accessibility State tells a person using either VoiceOver on iOS or TalkBack on Android the state of an element. The state of the element can be set either to selected or disabled or both:

+

Describes the current state of a component to the user of an assistive technology.

+

accessibilityStates is an array of values, and may include any of the following: