Skip to content

Commit

Permalink
removed references to <range> (#1652)
Browse files Browse the repository at this point in the history
Replaces references to `<range>` (not currently in html) with references to `<input type="range">`

Co-authored-by:  Estelle Weyl @estelle,  Scott O'Hara @scottaohara
  • Loading branch information
estelle committed Dec 6, 2021
1 parent 431b017 commit 1e0383a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -13211,7 +13211,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
<tbody>
<tr>
<th class="property-related-head" scope="row">Related Concepts:</th>
<td class="property-related"><code>&lt;range&gt;</code> element <code>max</code> attribute in [[HTML]]</td>
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>max</code> attribute in [[HTML]]</td>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
Expand Down Expand Up @@ -13246,7 +13246,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
<tbody>
<tr>
<th class="property-related-head" scope="row">Related Concepts:</th>
<td class="property-related"><code>&lt;range&gt;</code> element <code>min</code> attribute in [[HTML]]</td>
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>min</code> attribute in [[HTML]]</td>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
Expand Down Expand Up @@ -13285,7 +13285,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
<tbody>
<tr>
<th class="property-related-head" scope="row">Related Concepts:</th>
<td class="property-related"><code>&lt;range&gt;</code> element <code>value</code> attribute in [[HTML]]</td>
<td class="property-related"><code>&lt;input type="range"&gt;</code> element <code>value</code> attribute in [[HTML]]</td>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
Expand Down

0 comments on commit 1e0383a

Please sign in to comment.