Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit b81c6e2

Browse files
marcoowcaridy
authored andcommitted
don't blame Safari (#294)
…as it has supported `Intl` since version 10 - see https://caniuse.com/#feat=internationalization
1 parent e93b114 commit b81c6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In December 2012, ECMA International published the first edition of Standard ECM
44
better known as the _ECMAScript Internationalization API_. This specification provides
55
the framework to bring long overdue localization methods to ECMAScript implementations.
66

7-
All modern browsers, except safari, have implemented this API. `Intl.js` fills the void of availability for this API. It will provide the framework as described by the specification, so that developers can take advantage of the native API
7+
All modern browsers, have implemented this API. `Intl.js` fills the void of availability for this API in legacy browsers. It will provide the framework as described by the specification, so that developers can take advantage of the native API
88
in environments that support it, or `Intl.js` for legacy or unsupported environments.
99

1010
[Build Status]: https://travis-ci.org/andyearnshaw/Intl.js.svg?branch=master
@@ -30,7 +30,7 @@ When specifying the `features` to use through the polyfill service, you have to
3030

3131
_note: the example above will load the polyfill with two locale data set, `fr` and `pt`._
3232

33-
This is by far the best option to use the Intl polyfill since it will only load the polyfill code and the corresponding locale data when it is really needed (e.g.: safari will get the code and patch the runtime while chrome will get an empty script tag).
33+
This is by far the best option to use the Intl polyfill since it will only load the polyfill code and the corresponding locale data when it is really needed (e.g.: legacy browsers will get the code and patch the runtime while chrome will get an empty script tag).
3434

3535
[Polyfill service]: https://cdn.polyfill.io/v1/docs/
3636

0 commit comments

Comments
 (0)