Skip to content

Commit 31d79c7

Browse files
committed
ISSUE-587/ACTION-1548: aria-current edits
* Make agreed-upon changes to the example text * Correct two instances of lowercase MUSTS * Spell "flowchart" as "flow chart"
1 parent ad45423 commit 31d79c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

aria/aria.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7986,14 +7986,14 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
79867986
<sdef>aria-current</sdef>
79877987
<div class="state-description">
79887988
<p>[ARIA 1.1] Indicates the <a title="element">element</a> that represents the current item within a container or set of related elements.</p>
7989-
<p>The <aref>aria-current</aref> <a>attribute</a> is an enumerated type. Any <a>value</a> not included in the list of allowed values must be treated by <a title="user agent">user agents</a> as if the value <code>true</code> had been provided. If the attribute is not present or its value is an empty string, the default value of <code>false</code> applies and the <aref>aria-current</aref> <a>state</a> must not be exposed by user agents or <a>assistive technologies</a>.</p>
7989+
<p>The <aref>aria-current</aref> <a>attribute</a> is an enumerated type. Any <a>value</a> not included in the list of allowed values MUST be treated by <a title="user agent">user agents</a> as if the value <code>true</code> had been provided. If the attribute is not present or its value is an empty string, the default value of <code>false</code> applies and the <aref>aria-current</aref> <a>state</a> MUST NOT be exposed by user agents or <a>assistive technologies</a>.</p>
79907990
<p>The <aref>aria-current</aref> attribute is used when an element within a set of related elements is visually styled to indicate it is the current item in the set. For example:</p>
79917991
<ul>
7992-
<li>The <code>page</code> token could be used to indicate a link within a set of pagination links, where the link is visually styled to represent the currently-displayed page.</li>
7993-
<li>The <code>step</code> token could be used to indicate a link within a step indicator for a step-based process, where the link is visually styled to represent the current step.</li>
7994-
<li>The <code>location</code> token could be used to indicate the image that is visually highlighted as the current component of a flowchart.</li>
7995-
<li>The <code>date</code> token could be used to indicate the current date within a calendar.</li>
7996-
<li>The <code>time</code> token could be used to indicate the current time within a timetable.</li>
7992+
<li>A <code>page</code> token used to indicate a link within a set of pagination links, where the link is visually styled to represent the currently-displayed page.</li>
7993+
<li>A <code>step</code> token used to indicate a link within a step indicator for a step-based process, where the link is visually styled to represent the current step.</li>
7994+
<li>A <code>location</code> token used to indicate the image that is visually highlighted as the current component of a flow chart.</li>
7995+
<li>A <code>date</code> token used to indicate the current date within a calendar.</li>
7996+
<li>A <code>time</code> token used to indicate the current time within a timetable.</li>
79977997
</ul>
79987998
<p class="note">The <aref>aria-current</aref> attribute is similar to the <sref>aria-selected</sref> attribute, but there are important differences. For example in a <rref>listbox</rref> <a>widget</a> for choosing between pages of search results, <aref>aria-current</aref> would be used to indicate the option representing the currently displayed page of results, whereas <sref>aria-selected</sref> would be used to indicate the page of results the user had selected to be displayed next.</p>
79997999
<table class="state-features">

0 commit comments

Comments
 (0)