domenic / html-as-custom-elements

HTML as Custom Elements
https://domenic.github.io/html-as-custom-elements/
Apache License 2.0
260 stars 20 forks source link

Access to system locale settings #6

Open domenic opened 10 years ago

domenic commented 10 years ago

As per this blink-dev thread, <input type="datetime"> has access to system locale settings that are otherwise not accessible in JavaScript.

arv commented 10 years ago

There is also

http://lists.w3.org/Archives/Public/public-whatwg-archive/2013Jul/0349.html

Which would expose the languages set in the HTTP headers.

Combining that with ECMA 402 and we are getting closer.