aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxGiting <MaxGiting@users.noreply.github.com>2019-07-01 15:09:29 +0100
committerGitHub <noreply@github.com>2019-07-01 15:09:29 +0100
commita2bf974058d643c93b37bf4e281922216d9beccb (patch)
treed6a67d1feef19971402bd4c734c8c23fcde10a4e
parentdfc09b8e04f6e4829c29a68106eb4af5be76a2ff (diff)
downloadplyr-a2bf974058d643c93b37bf4e281922216d9beccb.tar.lz
plyr-a2bf974058d643c93b37bf4e281922216d9beccb.tar.xz
plyr-a2bf974058d643c93b37bf4e281922216d9beccb.zip
Improve clarity
-rw-r--r--readme.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/readme.md b/readme.md
index 47bce042..2b28a7fe 100644
--- a/readme.md
+++ b/readme.md
@@ -629,16 +629,16 @@ Fullscreen in Plyr is supported by all browsers that [currently support it](http
Plyr supports the last 2 versions of most _modern_ browsers.
-| Browser | Supported |
-| ------------- | ------------- |
-| Safari | ✓ |
-| Mobile Safari | ✓&sup1; |
-| Firefox | ✓ |
-| Chrome | ✓ |
-| Opera | ✓ |
-| Edge | ✓ |
-| IE11 | ✓&sup3; |
-| IE10 | ✓&sup2;&sup3; |
+| Browser | Supported |
+| ------------- | --------------- |
+| Safari | ✓ |
+| Mobile Safari | ✓&sup1; |
+| Firefox | ✓ |
+| Chrome | ✓ |
+| Opera | ✓ |
+| Edge | ✓ |
+| IE11 | ✓&sup3; |
+| IE10 | ✓<sup>2,3</sup> |
1. Mobile Safari on the iPhone forces the native player for `<video>` unless the `playsinline` attribute is present. Volume controls are also disabled as they are handled device wide.
2. Native player used (no support for `<progress>` or `<input type="range">`) but the API is supported. No native fullscreen support, fallback can be used (see [options](#options)).