Skip to content

Commit

Permalink
Update files/en-us/web/accessibility/aria/attributes/aria-valuenow/in…
Browse files Browse the repository at this point in the history
…dex.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
estelle and github-actions[bot] authored Dec 28, 2024
1 parent 9021f7a commit 99824b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The first rule of ARIA use is "if you can use a native feature with the semantic

```html
<label for="temperature">Oven Temperature</label>
<input type="range" id="temperature" value="205" min="70" max="250" step="5"/>
<input type="range" id="temperature" value="205" min="70" max="250" step="5" />
```

If we employ native HTML semantics with {{HTMLElement('input')}} we get styles and semantics for free.
Expand Down

0 comments on commit 99824b7

Please sign in to comment.