summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/input_mode_names.json5
blob: e210b74d5c8181ca7437c83efb188d8fbb2c74e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  metadata: {
    namespace: "InputMode",
    export: "CORE_EXPORT",
  },

  data: [
    "none",
    "text",
    "tel",
    "url",
    "email",
    "numeric",
    "decimal",
    "search",
  ],
}