Revise EFL UI programming suide topics. Remove mobile profile restiction to Accessibility 96/94296/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Fri, 28 Oct 2016 05:33:53 +0000 (14:33 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 28 Oct 2016 08:50:32 +0000 (11:50 +0300)
PS2: [LB] Reviewed

Change-Id: I611a53147eef838d761a27e3d6886760f23812f2

org.tizen.guides/html/native/ui/efl/accessibility_architecture_n.htm
org.tizen.guides/html/native/ui/efl/accessibility_config_n.htm
org.tizen.guides/html/native/ui/efl/accessibility_implementation_n.htm
org.tizen.guides/html/native/ui/efl/accessibility_n.htm
org.tizen.guides/html/native/ui/efl/efl_n.htm

index 2b42669..7089e36 100644 (file)
  
  <div id="toc-navigation">
        <div id="profile">
-               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/></p>
+               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../../images/wearable_s_n.png"/></p>
        </div>
        
        <div id="toc_border"><div id="toc">
                <p class="toc-title">Dependencies</p>
                <ul class="toc">
                        <li>Tizen 2.4 and Higher for Mobile</li>
+                       <li>Tizen 3.0 and Higher for Wearable</li>
                </ul>
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>        
+                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>
+                       <li><a href="../../../../../org.tizen.native.wearable.apireference/group__Accessibility.html">Accessibility API for Wearable Native</a></li>
                        </ul>
        </div></div>
 </div> 
index 1ddfcba..1402fc4 100644 (file)
  
  <div id="toc-navigation">
        <div id="profile">
-               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/></p>
+               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../../images/wearable_s_n.png"/></p>
        </div>
        
        <div id="toc_border"><div id="toc">
                <p class="toc-title">Dependencies</p>
                <ul class="toc">
                        <li>Tizen 2.4 and Higher for Mobile</li>
+                       <li>Tizen 3.0 and Higher for Wearable</li>                      
                </ul>
                <p class="toc-title">Content</p>
                        <ul class="toc">
@@ -31,7 +32,8 @@
                </ul>
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>        
+                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>
+                       <li><a href="../../../../../org.tizen.native.wearable.apireference/group__Accessibility.html">Accessibility API for Wearable Native</a></li>
                        </ul>
        </div></div>
 </div> 
@@ -42,9 +44,9 @@
 
 <p>Tizen provides the following accessibility features:</p>
 <ul><li><strong>Font size</strong>
-<p>The user can configure system-wide font size settings, such as enlarge the fonts to suit visually impaired users&#39; needs.</p></li>
+<p>The user can configure system-wide font size settings, such as enlarge the fonts to suit visually-impaired users&#39; needs.</p></li>
 <li><strong>Screen reader</strong> 
-<p>Visually impaired users can interact with a Tizen device through intuitive touch screen gestures. The screen reader reacts to the gestures by examining the elements of the graphical user interface, reading aloud, and highlighting the currently focused content of the screen.</p></li></ul>
+<p>Visually-impaired users can interact with a Tizen device through intuitive touch screen gestures. The screen reader reacts to the gestures by examining the elements of the graphical user interface, reading aloud, and highlighting the currently focused content of the screen.</p></li></ul>
 
 <p>You can enable one or more accessibility features at the same time to better suit the device to your needs and preferences. Some features (such as the screen reader) require the use of a small set of specific gestures to operate them, while others (such as changing font size) only need to be enabled in the device settings.</p>
 
index 0559f3d..ae13937 100644 (file)
  
  <div id="toc-navigation">
        <div id="profile">
-               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/></p>
+               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../../images/wearable_s_n.png"/></p>
        </div>
        
        <div id="toc_border"><div id="toc">
                <p class="toc-title">Dependencies</p>
                <ul class="toc">
                        <li>Tizen 2.4 and Higher for Mobile</li>
+                       <li>Tizen 3.0 and Higher for Wearable</li>
                </ul>
                <p class="toc-title">Content</p>
                <ul class="toc">
@@ -31,7 +32,8 @@
                </ul>
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>        
+                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>
+                       <li><a href="../../../../../org.tizen.native.wearable.apireference/group__Accessibility.html">Accessibility API for Wearable Native</a></li>
                        </ul>
        </div></div>
 </div> 
@@ -49,7 +51,7 @@
 <li><strong>Available definitions for the screen reader</strong>
 <ul>
 <li><p>Names, roles, labels, and descriptions</p>
-<p>Components used in an application must have defined names, roles, and, when appropriate, descriptions. This allows the screen readers to present them to blind and low-vision users.</p>
+<p>Components used in an application must have defined names, roles, and, when appropriate, descriptions. This allows the screen readers to present them to low-vision and visually-impaired users.</p>
 <p>In addition, the elements the user can interact with must have clear and concise text labels. For example, a button with an <strong>X</strong> icon and no label works for most users, but for someone using a screen reader the icon is invisible. It is better to use a button labeled <strong>X</strong> or <strong>Cancel</strong> instead of substituting the text for an icon.</p>
 </li>
 <li>
 
 <h3>Making UI Components Readable</h3>
 
-<p>Since the screen reader is a fundamental accessibility feature for visually-impaired or blind persons, making your application readable by the screen reader is a priority task. The following example shows how to make your application readable to the AT-SPI2 compliant screen reader.</p> 
+<p>Since the screen reader is a fundamental accessibility feature for low-vision and visually-impaired persons, making your application readable by the screen reader is a priority task. The following example shows how to make your application readable to the AT-SPI2 compliant screen reader.</p> 
 <p>The screen reader reads out information about the currently pointed or focused UI component. The UI component information is provided to the screen reader using the AT-SPI2 standard protocol and consists of the following information items:</p>
 
 <ul>
index e8b15c7..66c077f 100644 (file)
  
  <div id="toc-navigation">
        <div id="profile">
-               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/></p>
+               <p><img alt="Mobile native" src="../../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../../images/wearable_s_n.png"/></p>
        </div>
        
        <div id="toc_border"><div id="toc">
                <p class="toc-title">Dependencies</p>
                <ul class="toc">
                        <li>Tizen 2.4 and Higher for Mobile</li>
+                       <li>Tizen 3.0 and Higher for Wearable</li>
                </ul>
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>        
+                       <li><a href="../../../../../org.tizen.native.mobile.apireference/group__Accessibility.html">Accessibility API for Mobile Native</a></li>
+                       <li><a href="../../../../../org.tizen.native.wearable.apireference/group__Accessibility.html">Accessibility API for Wearable Native</a></li>
                        </ul>
        </div></div>
 </div> 
 
   <h1>Accessibility</h1> 
 
-<p>Accessibility features have become an essential part of high quality software. Their goal is to empower disabled users to use new technologies. This is especially important to blind and visually-impaired users who possibly have no access whatsoever to software unless it incorporates appropriate accessibility solutions.</p>
+<p>Accessibility features have become an essential part of high quality software. Their goal is to empower disabled users to use new technologies. This is especially important to low-vision and visually-impaired users who possibly have no access whatsoever to software unless it incorporates appropriate accessibility solutions.</p>
 
-<p>This feature is supported in mobile applications only.</p>
-  
 <p>Tizen provides accessibility features for developing applications for disabled users:</p>  
 
 <ul>
        <li><a href="accessibility_architecture_n.htm">Accessibility Architecture</a>
        <p>The accessibility implementation for Tizen platform is based on the Elementary ATSPI, which enables applications to interact with graphical Elementary components visible on the screen. For example, a screen reader can access the text in the labels and descriptions of any application running on the screen and read it to the user.</p></li>
        <li><a href="accessibility_config_n.htm">Configuring Accessibility in a Device</a>
-       <p>Tizen provides 2 accessibility features primarily aimed at low-vision and blind users. These accessibility solutions allow you to adjust the font size on the Tizen device and to use the built-in screen reader application.</p></li>
+       <p>Tizen provides 2 accessibility features primarily aimed at low-vision and visually-impaired users. These accessibility solutions allow you to adjust the font size on the Tizen device and to use the built-in screen reader application.</p></li>
        <li><a href="accessibility_implementation_n.htm">Implementing Accessible Applications</a>
        <p>You can make your application accessible by following good accessibility practices. Using an EFL Elementary sample application, you can see in practice how to implement readable components for the Screen Reader, and customize the UI reading order and the highlight frame appearance.</p></li>
 </ul>
index cf3ce6e..e7ad2c3 100644 (file)
@@ -73,8 +73,8 @@
        <p>Enables you to take advantage of data types and tools used in multiple places.</p></li>
        <li><a href="hw_input_n.htm">Hardware Input Handling</a>
        <p>Enables you to use the EFL extension to manage hardware input events.</p></li>
-       <li><a href="accessibility_n.htm">Accessibility</a> <strong>in mobile applications only</strong>
-       <p>Enables you to build accessible applications for low-vision and blind users.</p></li>
+       <li><a href="accessibility_n.htm">Accessibility</a>
+       <p>Enables you to build accessible applications for low-vision and visually-impaired users.</p></li>
 </ul>
     
 <script type="text/javascript" src="../../../scripts/jquery.zclip.min.js"></script>