videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

scrub-bar - fix aria-valuetext/aria-valuenow attributes #887

Open ccrumbb opened 4 years ago

ccrumbb commented 4 years ago

Description

  1. For now aria-valuetext/aria-valuenow has not rounded values which is undesirable - readers reads whole text (eg. "46.55433453543%").
  2. aria-valuetext has % decorator (getPercentage already return string with % at the end).