@@ -15,12 +15,12 @@ the native API in environments that support it, or `Intl.js` for legacy or unsup
15
15
environments.
16
16
17
17
## <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 ` .
22
21
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.
24
24
25
25
Current progress is as follows:
26
26
@@ -43,20 +43,18 @@ Current progress is as follows:
43
43
- Properties of the ` Date ` prototype object ([ 13.3] ( http://www.ecma-international.org/ecma-402/1.0/#sec-13.3 ) )
44
44
45
45
### Not Implemented
46
- - Canonicalizing language tags containing subtags that have a "Preferred-value" from
47
- the IANA Language Subtag registry
48
46
- ` BestFitSupportedLocales ` internal function
49
47
- Implementation-dependent numbering system mappings
48
+ - Calendars other than Gregorian
50
49
- Collator objects (` Intl.Collator ` ) (see below)
51
50
- Properties of the ` String ` prototype object
52
51
53
52
A few of the implemented functions may currently be non-conforming and/or incomplete.
54
53
Most of those functions have comments marked as 'TODO' in the source code.
55
54
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.
60
58
61
59
## What about Intl.Collator?
62
60
0 commit comments