Skip to content

Commit

Permalink
Changed aria-valuenow to valuetext in 2 locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen authored Nov 27, 2017
1 parent 38c06ba commit 26d16aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/slider/multithumb-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3>Hotel Price Range</h3>
class="max thumb"
aria-valuemin="0"
aria-valuenow="250"
aria-valuenow="$250"
aria-valuetext="$250"
aria-valuemax="400"
aria-label="Hotel Maximum Price"/>
</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3>Flight Price Range</h3>
class="max thumb"
aria-valuemin="0"
aria-valuenow="250"
aria-valuenow="$250"
aria-valuetext="$250"
aria-valuemax="1000"
aria-label="Flight Maximum Price">
</div>
Expand Down

0 comments on commit 26d16aa

Please sign in to comment.