Skip to content

Commit 3dc85aa

Browse files
authored
resolves #1394, remove misleading note about AT modifying attrs directly (#1410)
1 parent 4c3484b commit 3dc85aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ <h2>All <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> in <
266266
<h2>Assistive Technology Notifications Communicated to Web Applications</h2>
267267
<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>
268268
<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>
269-
<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>
270269
</section>
271270
<section id="conformance_checkers">
272271
<h2>Conformance Checkers</h2>

0 commit comments

Comments
 (0)