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

Commit c8c5363

Browse files
committed
Update README.md
1 parent 75a659e commit c8c5363

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ the native API in environments that support it, or `Intl.js` for legacy or unsup
1515
environments.
1616

1717
## <a id=status></a>Status
18-
`Intl.js` isn't yet ready for production environments. Current progress is as follows:
18+
`Intl.js` isn't yet ready for production environments. test402 has been integrated into
19+
the project and tells us there's still a lot of work to be done. The latest test, run on
20+
May 23 2013, scored 70 out of 153.
21+
22+
Current progress is as follows:
1923

2024
### Implemented
2125
- All internal methods except for some that are implementation dependent
@@ -44,10 +48,8 @@ environments.
4448
- Properties of the `String` prototype object
4549
- Test suites
4650

47-
None of the implementation has been tested for compliance as of yet, and a few of the
48-
implemented functions may currently be non-conforming and/or incomplete. Those functions
49-
have comments marked as 'TODO' in the source code.
50-
[test402](http://test262.ecmascript.org/testcases_intl402.html) integration is planned.
51+
A few of the implemented functions may currently be non-conforming and/or incomplete.
52+
Most of those functions have comments marked as 'TODO' in the source code.
5153

5254
## Compatibility
5355
Intl.js is designed to be compatible with ECMAScript 3.1 environments in order to

0 commit comments

Comments
 (0)