Bug 1316828 - Allow finer control over narration speed, r=eeejay

This patch updates the available speed for user from 8 different speeds to 40.

MozReview-Commit-ID: DZXIhqQERIv

--HG--
extra : rebase_source : d2546c672e8bbd5cb9f38328c23e5b5311fa6d85
This commit is contained in:
Timothy Guan-tin Chien 2016-11-11 18:51:04 +08:00
parent eac0e11773
commit f8ad75dfdd

View File

@ -104,7 +104,7 @@ function NarrateControls(mm, win) {
</div>
<div id="narrate-rate" class="narrate-row">
<input id="narrate-rate-input" value="0" title="${"speed"}"
step="25" max="100" min="-100" type="range">
step="5" max="100" min="-100" type="range">
</div>
<div id="narrate-voices" class="narrate-row"></div>
<div class="dropdown-arrow"></div>