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

Commit1e0383a

Browse files
authored
removed references to <range> (#1652)
Replaces references to `<range>` (not currently in html) with references to `<input type="range">`Co-authored-by: Estelle Weyl@estelle, Scott O'Hara@scottaohara
1 parent431b017 commit1e0383a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13211,7 +13211,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1321113211
<tbody>
1321213212
<tr>
1321313213
<th class="property-related-head" scope="row">Related Concepts:</th>
13214-
<td class="property-related"><code>&lt;range&gt;</code> element <code>max</code> attribute in [[HTML]]</td>
13214+
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>max</code> attribute in [[HTML]]</td>
1321513215
</tr>
1321613216
<tr>
1321713217
<th class="property-applicability-head" scope="row">Used in Roles:</th>
@@ -13246,7 +13246,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1324613246
<tbody>
1324713247
<tr>
1324813248
<th class="property-related-head" scope="row">Related Concepts:</th>
13249-
<td class="property-related"><code>&lt;range&gt;</code> element <code>min</code> attribute in [[HTML]]</td>
13249+
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>min</code> attribute in [[HTML]]</td>
1325013250
</tr>
1325113251
<tr>
1325213252
<th class="property-applicability-head" scope="row">Used in Roles:</th>
@@ -13285,7 +13285,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1328513285
<tbody>
1328613286
<tr>
1328713287
<th class="property-related-head" scope="row">Related Concepts:</th>
13288-
<td class="property-related"><code>&lt;range&gt;</code> element <code>value</code> attribute in [[HTML]]</td>
13288+
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>value</code> attribute in [[HTML]]</td>
1328913289
</tr>
1329013290
<tr>
1329113291
<th class="property-applicability-head" scope="row">Used in Roles:</th>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp