aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-03-03 17:26:03 +1100
committerSam Potts <me@sampotts.me>2015-03-03 17:26:03 +1100
commit698d7289af4340eb02f0e4e0efb1c5cd81433e14 (patch)
tree9052b3ac63ede7a8a170935a2334650c5d2e9a3d
parent11063a89242cc0ab7ce747c438ded061136855a6 (diff)
downloadplyr-698d7289af4340eb02f0e4e0efb1c5cd81433e14.tar.lz
plyr-698d7289af4340eb02f0e4e0efb1c5cd81433e14.tar.xz
plyr-698d7289af4340eb02f0e4e0efb1c5cd81433e14.zip
Copy amends
-rw-r--r--readme.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 5c026112..13ef97f3 100644
--- a/readme.md
+++ b/readme.md
@@ -12,12 +12,12 @@ We wanted a lightweight, accessible and customisable media player that just supp
- **Accessible** - full support for captions and screen readers.
- **Lightweight** - just 4.8KB minified and gzipped.
- **Customisable** - make the player look how you want with the markup you want.
-- **Semantic** - uses HTML5 form inputs for volume (range) and progress element for playback progress.
-- **Responsive** - any screen size.
-- **No dependencies** - written in vanilla JavaScript.
-- **API** - easy to use API.
-- **Fallback** - if there's no support, the native players are used.
-- **Fullscreen** - options to run the player full browser or the user can toggle fullscreen.
+- **Semantic** - uses the *right* elements. `<input type="range">` for volume and `<progress>` for progress and well `<button>`s for buttons - no `<span>` or `<a href="#">` button hacks here.
+- **Responsive** - as you'd expect these days.
+- **Audio & Video** - support for both formats.
+- **API** - toggle playback, volume, seeking, and more.
+- **Fullscreen** - supports native fullscreen with fallback to "full window" modes.
+- **No dependencies** - written in vanilla JavaScript, no jQuery required.
## Changelog
Check out [the changelog](changelog.md)