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
@@ -1461,9 +1461,7 @@ <h3>Live Region Roles</h3>
1461
1461
<ul>
1462
1462
<li><rref>alert</rref></li>
1463
1463
<li><rref>log</rref></li>
1464
-
<li><rref>marquee</rref></li>
1465
1464
<li><rref>status</rref></li>
1466
-
<li><rref>timer</rref></li>
1467
1465
</ul>
1468
1466
</section>
1469
1467
<section id="window_roles">
@@ -5659,7 +5657,7 @@ <h2>Definition of Roles</h2>
5659
5657
<div class="role" id="log">
5660
5658
<rdef>log</rdef>
5661
5659
<div class="role-description">
5662
-
<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>
5660
+
<p>A type of <a>live region</a> where new information is added in meaningful order and old information can disappear.</p>
5663
5661
<p>
5664
5662
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
5665
5663
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.
@@ -5936,12 +5934,10 @@ <h2>Definition of Roles</h2>
5936
5934
<div class="role" id="marquee">
5937
5935
<rdef>marquee</rdef>
5938
5936
<div class="role-description">
5939
-
<p>A type of <a>live region</a> where non-essential information changes frequently. See related <rref>log</rref>.</p>
5937
+
<p>A section of content where non-essential information changes frequently.</p>
5940
5938
<p>
5941
-
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
5942
-
meaningful order or sequence of important content changes.
5939
+
Common usages of <code>marquee</code> include stock tickers and ad banners.
5943
5940
</p>
5944
-
<p>Elements with the role <code>marquee</code> have an implicit <pref>aria-live</pref> value of <code>off</code>.</p>
5945
5941
</div>
5946
5942
<table class="def">
5947
5943
<caption>
@@ -11078,12 +11074,11 @@ <h5>Presentational Role Inheritance</h5>
11078
11074
<div class="role" id="timer">
11079
11075
<rdef>timer</rdef>
11080
11076
<div class="role-description">
11081
-
<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>
11077
+
<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>
11082
11078
<p>
11083
11079
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
11084
11080
authors SHOULD update the text contents at fixed intervals, except when the timer is paused or reaches an end-point.
11085
11081
</p>
11086
-
<p>Elements with the role <code>timer</code> have an implicit <pref>aria-live</pref> value of <code>off</code>.</p>
11087
11082
</div>
11088
11083
<table class="def">
11089
11084
<caption>
@@ -11156,10 +11151,6 @@ <h5>Presentational Role Inheritance</h5>
<th class="implicit-values-head" scope="row">Implicit Value for Role:</th>
11161
-
<td class="implicit-values">Default for <pref>aria-live</pref> is <code class="default">off</code>.</td>
11162
-
</tr>
11163
11154
</tbody>
11164
11155
</table>
11165
11156
</div>
@@ -12101,7 +12092,7 @@ <h3>Live Region Attributes</h3>
12101
12092
<p>
12102
12093
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
12103
12094
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.
12104
-
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.
12095
+
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.
12105
12096
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).
12106
12097
</p>
12107
12098
<ul>
@@ -14477,7 +14468,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
14477
14468
notify the user of relevant modifications to the live region, and could potentially clear the speech queue of previous updates.
14478
14469
</p>
14479
14470
<p>
14480
-
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
14471
+
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
14481
14472
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
14482
14473
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.
14483
14474
</p>
@@ -14555,7 +14546,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>
14549
+
<td class="value-description">Indicates that updates to the region should not be presented to the user.</td>
0 commit comments