Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / input_ime.json
index ff83080..10671c4 100644 (file)
         "description": "Describes an input Context",
         "properties": {
           "contextID": {"type": "integer", "description": "This is used to specify targets of text field operations.  This ID becomes invalid as soon as onBlur is called."},
-          "type": {"type": "string", "description": "Type of value this text field edits, (Text, Number, URL, etc)", "enum": ["text", "search", "tel", "url", "email", "number", "password"]}
+          "type": {"type": "string", "description": "Type of value this text field edits, (Text, Number, URL, etc)", "enum": ["text", "search", "tel", "url", "email", "number", "password"]},
+          "autoCorrect": {"type": "boolean", "description": "Whether the text field wants auto-correct."},
+          "autoComplete": {"type": "boolean", "description": "Whether the text field wants auto-complete."},
+          "spellCheck": {"type": "boolean", "description": "Whether the text field wants spell-check."}
         }
       },
       {
                       "type": "integer"
                     },
                     "style": {
-                      "description": "How to render this segment",
-                      "enum": ["underline", "doubleUnderline"],
+                      "description": "The type of the underline to modify this segment.",
+                      "enum": ["underline", "doubleUnderline", "noUnderline"],
                       "type": "string"
                     }
                   }