Romulo Cintra
Romulo Cintra
> Is there no `supportedLocalesOf` here like there is for the other Intl APIs? Yes @Elchi3 , good catch, there is I'll prepare PR upcoming days for it - https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.supportedLocalesOf
Hi @ryzokuken, I split this into two different parts: - https://github.com/tc39/ecma402/pull/733 addresses -> Accept `0` to mean the same as `undefined` and this current PR : - Accept 4-9 in...
> I see in the spec draft: > > > sorted in descending preference of those in common use for string comparison in locale. The values "standard" and "search" must...
@tomayac great feedback, thank you. Following the existing proposals naming pattern `[prefers-*](https://drafts.csswg.org/mediaqueries-5/#mf-user-preferences)` the Client Hints for Locale Preferences would look like: `Sec-CH-Locale-Preferences-calendar` -> `Sec-CH-Prefers-Calendar`, which could align with current +...
Discussion is open at https://discourse.wicg.io/t/proposal-user-locale-preferences/6133 cc @tomayac @sffc @ben-allen @ryzokuken
Hi @marcoscaceres We've been socializing different points of view and ways of exposing the data to avoid ending in a fingerprinting nightmare, we are planning to use[ buckets that ](https://github.com/romulocintra/user-locale-client-hints/pull/8/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R190)reproduce...
> The criteria for exposing any user preference has to provide significant user benefits (see current set exposed via CSS: prefers-reduced-motion, prefers-color-scheme, prefers-contrast, prefers-reduced-transparency, and prefers-reduced-data). And it has to...
I recommend here probably to focus in e2e testing , is much more easy using stencil.I usually do unit tests to in my projects but i really trust in e2e...