diff options
author | Sam Potts <sam@potts.es> | 2018-03-22 09:11:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 09:11:42 +1100 |
commit | 3d2ba8c00942075ae387a09ab5aade1f680142c7 (patch) | |
tree | f95e1cfc1390118d4e68de61f89f4fa46295b5ee | |
parent | e872ce3f77e9cab669ed5604df8013916c419685 (diff) | |
download | plyr-3d2ba8c00942075ae387a09ab5aade1f680142c7.tar.lz plyr-3d2ba8c00942075ae387a09ab5aade1f680142c7.tar.xz plyr-3d2ba8c00942075ae387a09ab5aade1f680142c7.zip |
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ A simple, lightweight, accessible and customizable HTML5, YouTube and Vimeo medi * **Accessible** - full support for VTT captions and screen readers * **[Customisable](#html)** - make the player look how you want with the markup you want -* **Semantic** - uses the _right_ elements. `<input type="range">` for volume and `<progress>` for progress and well, `<button>`s for buttons. There's no +* **Good HTML** - uses the _right_ elements. `<input type="range">` for volume and `<progress>` for progress and well, `<button>`s for buttons. There's no `<span>` or `<a href="#">` button hacks * **Responsive** - works with any screen size * **HTML Video & Audio** - support for both formats |