Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/InputModeNames.json5 |
| diff --git a/third_party/WebKit/Source/core/editing/InputModeNames.json5 b/third_party/WebKit/Source/core/editing/InputModeNames.json5 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..da84b652f9106e2242813b39319fabc1c7ab9dfa |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/editing/InputModeNames.json5 |
| @@ -0,0 +1,21 @@ |
| +{ |
| + metadata: { |
| + namespace: "InputMode", |
| + export: "CORE_EXPORT", |
| + }, |
| + |
| + data: [ |
| + "verbatim", |
| + "latin", |
| + "latin-name", |
| + "latin-prose", |
| + "full-width-latin", |
| + "kana", |
| + "kana-name", |
| + "katakana", |
| + "numeric", |
| + "tel", |
| + "email", |
| + "url", |
| + ], |
| +} |