+blink-dev
On Sun, Sep 10, 2017 at 7:16 PM, Daniel Ehrenberg
<
litt...@chromium.org> wrote:
> ECMA 402 (Intl) tracks its proposals separately. You can see it listed
> as Stage 3 at
https://github.com/tc39/ecma402/ . There is a full
> implementation in Firefox behind a flag. I'd say this spec is pretty
> stable.
>
> Dan
>
> On Fri, Sep 8, 2017 at 7:39 PM, Adam Klein <
ad...@chromium.org> wrote:
>> What's the stability state of the spec? I don't see it on
>>
https://github.com/tc39/proposals
>>
>> On Fri, Sep 8, 2017 at 9:41 AM, Josh Wolfe <
jwo...@igalia.com> wrote:
>>>
>>> # Contact emails
>>>
>>>
jwo...@igalia.com
>>>
litt...@chromium.org
>>>
>>> # Spec
>>>
>>>
https://rawgit.com/caridy/intl-plural-rules-spec/master/index.html
>>>
>>> # Summary
>>>
>>> Intl.PluralRules is a new API which exposes language-dependent data on
>>> pluralization forms of numbers. Given a locale and a number,
>>> Intl.PluralRules outputs a category, which can then be used for
>>> selection of the pluralization form of surrounding text.
>>>
>>> # Motivation
>>>
>>> In English, 101st ends with "st" while 111th ends with "th". The algorithm
>>> for
>>> determining the proper ordinal suffix is non-trivial and locale specific.
>>> A
>>> proper international solution is implemented in ICU, and Intl.PluralRules
>>> exposes this solution to JavaScript developers.
>>>
>>> # Interoperability risk
>>>
>>> * Firefox: In development
>>> * Edge: No public signals
>>> * Safari: No public signals
>>> * Web developers: Positive
>>>
>>> # Compatibility risk
>>>
>>> Low compatibility risk, as this feature is exposed through a new field
>>> `Intl.PluralRules`.
>>>
>>> # Ongoing technical constraints
>>>
>>> None
>>>
>>> # Will this feature be supported on all six Blink platforms (Windows, Mac,
>>> Linux, Chrome OS, Android, and Android WebView)?
>>>
>>> Yes
>>>
>>> # OWP launch tracking bug
>>>
>>>
https://bugs.chromium.org/p/v8/issues/detail?id=5601
>>>
>>> # Link to entry on the Chrome Platform Status
>>>
>>>
https://www.chromestatus.com/features/5653874773852160
>>>
>>> --
>>> --
>>> v8-users mailing list
>>>
v8-u...@googlegroups.com
>>>
http://groups.google.com/group/v8-users
>>> --- You received this message because you are subscribed to the Google
>>> Groups "v8-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to
v8-users+u...@googlegroups.com.
>>> For more options, visit
https://groups.google.com/d/optout.
>>
>>
>> --
>> --
>> v8-users mailing list
>>
v8-u...@googlegroups.com
>>
http://groups.google.com/group/v8-users
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "v8-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to
v8-users+u...@googlegroups.com.
>> For more options, visit
https://groups.google.com/d/optout.