Merge pull request #1484 from MaxGiting/patch-1

Improve clarity
This commit is contained in:
Sam Potts 2020-01-13 16:32:43 +00:00 committed by GitHub
commit d00d31961e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. Plyr supports the last 2 versions of most _modern_ browsers.
| Browser | Supported | | Browser | Supported |
| ------------- | ------------- | | ------------- | --------------- |
| Safari | ✓ | | Safari | ✓ |
| Mobile Safari | ✓¹ | | Mobile Safari | ✓¹ |
| Firefox | ✓ | | Firefox | ✓ |
| Chrome | ✓ | | Chrome | ✓ |
| Opera | ✓ | | Opera | ✓ |
| Edge | ✓ | | Edge | ✓ |
| IE11 | ✓³ | | IE11 | ✓³ |
| IE10 | ✓&sup2;&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. 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)). 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)).