Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ariaPublic

Commit72063a0

Browse files
remove overly prescriptive distinctions from aria-current values. (#1660)
Co-authored-by: Carolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>
1 parent8ef7dde commit72063a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎index.html‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11104,11 +11104,11 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1110411104
<p>The <sref>aria-current</sref> <a>attribute</a> is a token type. Any value not included in the list of allowed values SHOULD be treated by <a>assistive technologies</a> as if the value <code>true</code> had been provided. If the attribute is not present or its value is an empty string or <code>undefined</code>, the default value of <code>false</code> applies and the <sref>aria-current</sref> <a>state</a> MUST NOT be exposed by user agents or assistive technologies.</p>
1110511105
<p>The <sref>aria-current</sref> 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>
1110611106
<ul>
11107-
<li>A <code>page</code> token used to indicate alink within a set ofpagination links, where thelink is visually styled to represent thecurrently-displayed page.</li>
11108-
<li>A <code>step</code> token used to indicate alink within a step indicator for a step-based process, where thelink is visually styled to represent the current step.</li>
11109-
<li>A <code>location</code> token used to indicate theimage that is visuallyhighlighted as the current component of a flow chart.</li>
11110-
<li>A <code>date</code> token used to indicate the current date within a calendar.</li>
11111-
<li>A <code>time</code> token used to indicate the current time within a timetable.</li>
11107+
<li>A <code>page</code> token used to indicate apage within a set ofpages, where theelement is visually styled to represent thecurrent page.</li>
11108+
<li>A <code>step</code> token used to indicate astep within a step-based process, where theelement is visually styled to represent the current step.</li>
11109+
<li>A <code>location</code> token used to indicate theelement that is visuallystyled as the current component, such as within a flow chart.</li>
11110+
<li>A <code>date</code> token used to indicate the current date within a calendar or other date collection.</li>
11111+
<li>A <code>time</code> token used to indicate the current time within a timetable or other time collection.</li>
1111211112
</ul>
1111311113
<p>Authors SHOULD only mark one element in a set of elements as current with <sref>aria-current</sref>.</p>
1111411114
<p>Authors SHOULD NOT use the <sref>aria-current</sref> attribute as a substitute for <sref>aria-selected</sref> in widgets where <sref>aria-selected</sref> has the same meaning. For example, in a <rref>tablist</rref>, <sref>aria-selected</sref> is used on a <rref>tab</rref> to indicate the currently-displayed <rref>tabpanel</rref>.</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp