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

Commit 6dacb33

Browse files
committed
Updated README.md
1 parent 93eed94 commit 6dacb33

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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-
The latest test, run on Jun 04 2013, scored 101 out of 117<sup>\*</sup>. Although the
19-
majority of the failed tests are somewhat superficial, there are a few outstanding issues
20-
with `DateTimeFormat`. Also, as the tests aren't run with all locales enabled, there may
21-
be some edge cases that have been missed.
18+
The latest test, run on Jun 04 2013, scored 99 out of 111 in SpiderMonkey<sup>\*</sup>.
19+
Although the majority of the failed tests are somewhat superficial, there are a few
20+
outstanding issues with `DateTimeFormat`.
2221

23-
Aside from 1 issue with precision in Firefox, `NumberFormat` seems to be rather complete.
22+
Aside from 1 issue with floating point precision in Firefox/SpiderMonkey, `NumberFormat`
23+
seems to be rather complete.
2424

2525
Current progress is as follows:
2626

@@ -43,20 +43,18 @@ Current progress is as follows:
4343
- Properties of the `Date` prototype object ([13.3](http://www.ecma-international.org/ecma-402/1.0/#sec-13.3))
4444

4545
### Not Implemented
46-
- Canonicalizing language tags containing subtags that have a "Preferred-value" from
47-
the IANA Language Subtag registry
4846
- `BestFitSupportedLocales` internal function
4947
- Implementation-dependent numbering system mappings
48+
- Calendars other than Gregorian
5049
- Collator objects (`Intl.Collator`) (see below)
5150
- Properties of the `String` prototype object
5251

5352
A few of the implemented functions may currently be non-conforming and/or incomplete.
5453
Most of those functions have comments marked as 'TODO' in the source code.
5554

56-
<sup>\*</sup> Tested with a handful of locales only. The test suite is run with
57-
Intl.Collator tests removed, and the Collator constructor removed from most other tests in
58-
the suite. Also, some of the tests cannot be passed from an ES5 implementation because
59-
they check for native behaviour.
55+
<sup>\*</sup> The test suite is run with Intl.Collator tests removed, and the Collator
56+
constructor removed from most other tests in the suite. Also, some of the tests cannot be
57+
passed from an ES5 implementation because they check for native behaviour.
6058

6159
## What about Intl.Collator?
6260

0 commit comments

Comments
 (0)