diff --git a/readme.md b/readme.md index 63d436f..7b79155 100644 --- a/readme.md +++ b/readme.md @@ -164,13 +164,7 @@ This library relies on both [Selection](https://developer.mozilla.org/en-US/docs | Chrome logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | |:---:|:---:|:---:|:---:|:---:| -| 42+ ✔ | 41+ ✔ | 9+ ✔ | 29+ ✔ | Nope ✘ | - -Although copy/cut operations with [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) aren't supported on Safari yet (including mobile), it gracefully degrades because [Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection) is supported. - -That means you can show a tooltip saying `Copied!` when `success` event is called and `Press Ctrl+C to copy` when `error` event is called because the text is already selected. - -For a live demonstration, open this [site](http://clipboardjs.com) on Safari. +| 42+ ✔ | 41+ ✔ | 9+ ✔ | 29+ ✔ | 19.1+ ✔ | ## License