Skip to content

Commit

Permalink
resolves #1394, remove misleading note about AT modifying attrs direc…
Browse files Browse the repository at this point in the history
…tly (#1410)
  • Loading branch information
cookiecrook committed Mar 4, 2021
1 parent 4c3484b commit 3dc85aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -266,7 +266,6 @@ <h2>All <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> in <
<h2>Assistive Technology Notifications Communicated to Web Applications</h2>
<p><a>Assistive technologies</a>, such as speech recognition systems and alternate input devices for users with mobility impairments, require the ability to control a web application in a device-independent way. <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> <a>states</a> and <a>properties</a> reflect the current state of rich internet application components. The ability for assistive technologies to notify web applications of necessary changes is essential because it allows these alternative input solutions to control an application without being dependent on the standard input device which the user is unable to effectively control directly.</p>
<p>User agents MUST provide a method to notify the web application when a change occurs to states or properties in the system accessibility API. Likewise, web application authors SHOULD update the web application accordingly when notified of a change request from the user agent or assistive technology.</p>
<p class="note">Many state and properties can be changed by assistive technologies through existing accessibility APIs by responding to a default action event. For example, the <sref>aria-selected</sref> state of a <rref>tab</rref> in a <rref>tabpanel</rref> can be changed by triggering the default action on the element.</p>
</section>
<section id="conformance_checkers">
<h2>Conformance Checkers</h2>
Expand Down

0 comments on commit 3dc85aa

Please sign in to comment.