Skip to content

Commit 1e0383a

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 parent 431b017 commit 1e0383a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
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)