commit | ea2f3e5a27b19e8aa6b59c3b13806f433ea82fe9 | [log] [tgz] |
---|---|---|
author | Kyouhei Horizumi <kyouhei.horizumi@gmail.com> | Mon Jun 16 23:21:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 23:21:53 2025 |
tree | e73b1006bb7a702691842f6bbde19d0d1fc83988 | |
parent | 2648b30819f97c1fbcf950c47e23d7407aa65ed8 [diff] |
Support full-width numerals and minus sign in input[type=number] This patch adds normalization support for full-width digits, the minus sign (U+FF0D, U+30FC), and the full-width period (U+FF0E) when handling typed input in number fields. These characters are commonly produced by Japanese IMEs when entering numeric values. Bug: 383232110 Change-Id: I6d5764444e94f55aae2a01981e2e3fe985e7922b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6609680 Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1474647}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.