Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 353474c0 authored by Peter Ng's avatar Peter Ng
Browse files

moving accessibility image to callouts

Change-Id: Ia67240a5eced57803d4593269a509b28fe2ecf9c
parent a39fdd11
Loading
Loading
Loading
Loading
−62.7 KiB (196 KiB)
Loading image diff...
+20 −1
Original line number Diff line number Diff line
@@ -31,7 +31,26 @@ page.title=Accessibility
<h4>Label visual UI elements meaningfully</h4>
<p>In your wireframes, <a href="{@docRoot}guide/topics/ui/accessibility/apps.html#label-ui">label functional UI components</a> that have no visible text. Those components might be buttons, icons, tabs with icons, and icons with state (like stars). Developers can use the <code><a href="{@docRoot}guide/topics/ui/accessibility/apps.html#label-ui">contentDescription</a></code> attribute to set the label.</p>

<div class ="layout-content-row">
    <div class="layout-content-col span-8">
      <img src="{@docRoot}design/media/accessibility_contentdesc.png">
    </div>
    <div class="layout-content-col span-5 with-callouts">
      <ol>
        <li class="value-1">group</li>
        <li class="value-2">all contacts</li>
        <li class="value-3">favorites</li>
        <li class="value-4">search</li>
        <li class="value-5">action overflow button</li>
        <li class="value-6">
          <em>when starred:</em> remove from favorites </br>
          <em>when not starred:</em> add to favorties</li>
        <li class="value-7">action overflow button</li>
        <li class="value-8">text message</li>
        <li class="value-9">video chat</li>
      </ol>
  </div>
</div>

<h4>Provide alternatives to affordances that time out</h4>
<p>Your app may have icons or controls that disappear after a certain amount of time. For example, five seconds after starting a video, playback controls may fade from the screen.</p>