- From: Fuqiao Xue via GitHub <sysbot+gh@w3.org>
- Date: Tue, 09 Jul 2024 09:13:29 +0000
- To: public-i18n-archive@w3.org
xfq has just created a new issue for https://github.com/w3c/bp-i18n-specdev: == The state of components, follow the browser language or the node's language? == Currently, it's not possible to specify the format of the numbers, and whether the numbers are half-width or full-width for the HTML `<input type="date">` element. It seems to be bound to the browser's language preference. This will cause a problem: the internationalization status of the date component is separated from the internationalization status of the whole page. Do we need a best practice about this (maybe in [section 10](https://w3c.github.io/bp-i18n-specdev/#locale))? For example: * use the page/node's language by default, and if the browser's built-in date picker (or another component) does not support the page/node's language, fall back to the browser language * use the browser language by default, but let the author override/control the appearance and localization of the component Please view or discuss this issue at https://github.com/w3c/bp-i18n-specdev/issues/134 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 9 July 2024 09:13:30 UTC