whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.1k stars 2.67k forks source link

Define DefaultLocale and DefaultTimeZone #8493

Open annevk opened 1 year ago

annevk commented 1 year ago

It seems that https://tc39.es/ecma402/ expects host environments to return something for these.

Probably need to abstract navigator.language for the former, not sure about the latter.

(For the latter, #3047 is relevant as well.)

cc @littledan @nicolo-ribaudo

ryzokuken commented 1 year ago

DefaultTimeZone might get moved around when we merge Temporal, but needs to be defined nonetheless.

TRCREO commented 1 year ago

OK . Thanks . Whats Temporal ?