WebKitInputHints

Enum values used to describe hints that might be taken into account by input methods.

Values

ValueMeaning
NONE0

No special behavior suggested

SPELLCHECK1

Suggest spell checking

LOWERCASE2

Suggest to not autocapitlize

UPPERCASE_CHARS4

Suggest to capitalize all text

UPPERCASE_WORDS8

Suggest to capitalize the first character of each word

UPPERCASE_SENTENCES16

Suggest to capitalize the first word of each sentence

INHIBIT_OSK32

Suggest to not show an onscreen keyboard

Meta

Since

2.28