You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+7-16Lines changed: 7 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1463,9 +1463,7 @@ <h3>Live Region Roles</h3>
1463
1463
<ul>
1464
1464
<li><rref>alert</rref></li>
1465
1465
<li><rref>log</rref></li>
1466
-
<li><rref>marquee</rref></li>
1467
1466
<li><rref>status</rref></li>
1468
-
<li><rref>timer</rref></li>
1469
1467
</ul>
1470
1468
</section>
1471
1469
<section id="window_roles">
@@ -5661,7 +5659,7 @@ <h2>Definition of Roles</h2>
5661
5659
<div class="role" id="log">
5662
5660
<rdef>log</rdef>
5663
5661
<div class="role-description">
5664
-
<p>A type of <a>live region</a> where new information is added in meaningful order and old information can disappear. See related <rref>marquee</rref>.</p>
5662
+
<p>A type of <a>live region</a> where new information is added in meaningful order and old information can disappear.</p>
5665
5663
<p>
5666
5664
Examples include chat logs, messaging history, game log, or an error log. In contrast to other live regions, in this <a>role</a> there is a <a>relationship</a> between the arrival of new
5667
5665
items in the log and the reading order. The log contains a meaningful sequence and new information is added only to the end of the log, not at arbitrary points.
@@ -5938,12 +5936,10 @@ <h2>Definition of Roles</h2>
5938
5936
<div class="role" id="marquee">
5939
5937
<rdef>marquee</rdef>
5940
5938
<div class="role-description">
5941
-
<p>A type of <a>live region</a> where non-essential information changes frequently. See related <rref>log</rref>.</p>
5939
+
<p>A section of content where non-essential information changes frequently.</p>
5942
5940
<p>
5943
-
Common usages of <code>marquee</code> include stock tickers and ad banners. The primary difference between a <code>marquee</code> and a <rref>log</rref> is that logs usually have a
5944
-
meaningful order or sequence of important content changes.
5941
+
Common usages of <code>marquee</code> include stock tickers and ad banners.
5945
5942
</p>
5946
-
<p>Elements with the role <code>marquee</code> have an implicit <pref>aria-live</pref> value of <code>off</code>.</p>
5947
5943
</div>
5948
5944
<table class="def">
5949
5945
<caption>
@@ -11080,12 +11076,11 @@ <h5>Presentational Role Inheritance</h5>
11080
11076
<div class="role" id="timer">
11081
11077
<rdef>timer</rdef>
11082
11078
<div class="role-description">
11083
-
<p>A type of <a>live region</a> containing a numerical counter which indicates an amount of elapsed time from a start point, or the time remaining until an end point.</p>
11079
+
<p>A section of content containing a numerical counter which indicates an amount of elapsed time from a start point, or the time remaining until an end point.</p>
11084
11080
<p>
11085
11081
The text contents of the timer <a>object</a> indicate the current time measurement, and are updated as that amount changes. The timer value is not necessarily machine parsable, but
11086
11082
authors SHOULD update the text contents at fixed intervals, except when the timer is paused or reaches an end-point.
11087
11083
</p>
11088
-
<p>Elements with the role <code>timer</code> have an implicit <pref>aria-live</pref> value of <code>off</code>.</p>
11089
11084
</div>
11090
11085
<table class="def">
11091
11086
<caption>
@@ -11158,10 +11153,6 @@ <h5>Presentational Role Inheritance</h5>
<th class="implicit-values-head" scope="row">Implicit Value for Role:</th>
11163
-
<td class="implicit-values">Default for <pref>aria-live</pref> is <code class="default">off</code>.</td>
11164
-
</tr>
11165
11156
</tbody>
11166
11157
</table>
11167
11158
</div>
@@ -12102,7 +12093,7 @@ <h3>Live Region Attributes</h3>
12102
12093
<p>
12103
12094
This section contains [=attributes=] specific to <a>live regions</a> in rich internet applications. These attributes MAY be applied to any <a>element</a>. The purpose of these attributes
12104
12095
is to indicate that content changes might occur without the element having focus, and to provide <a>assistive technologies</a> with information on how to process those content updates.
12105
-
Some <a>roles</a> specify a default value for the <pref>aria-live</pref> attribute specific to that role. An example of a live region is a ticker section that lists updating stock quotes.
12096
+
Some <a>roles</a> specify a default value for the <pref>aria-live</pref> attribute specific to that role. An example of a live region is a chat log that lists incoming chat meessages.
12106
12097
User agents MAY ignore changes triggered by direct user action on an <a>element</a> inside a live region (e.g., editing the value of a text field).
12107
12098
</p>
12108
12099
<ul>
@@ -14467,7 +14458,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
14467
14458
notify the user of relevant modifications to the live region, and could potentially clear the speech queue of previous updates.
14468
14459
</p>
14469
14460
<p>
14470
-
Priority levels (<code>none</code>, <code>polite</code>, <code>assertive</code>) act as an ordering mechanism for updates and serve as a recommendation to user agents or assistive
14461
+
Priority levels (<code>off</code>, <code>polite</code>, <code>assertive</code>) act as an ordering mechanism for updates and serve as a recommendation to user agents or assistive
14471
14462
technologies. The value can be overridden by user agents, assistive technologies, or the user. For example, if assistive technologies can determine that a change occurred in response to
14472
14463
a key press or a mouse click, the assistive technologies might present that change immediately even if the value of the <pref>aria-live</pref> attribute states otherwise.
14473
14464
</p>
@@ -14545,7 +14536,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
<td class="value-description">Indicates that updates to the region should not be presented to the user unless the user is currently focused on that region.</td>
14539
+
<td class="value-description">Indicates that updates to the region will not be presented to the user.</td>
0 commit comments