Files
emacs/lisp/web-completion-data/html-stuff/html-attributes-short-docs/textarea-autocapitalize
2020-12-05 21:29:49 +01:00

10 lines
579 B
Plaintext

autocapitalize [!]
This is a nonstandard attribute used by iOS Safari Mobile which controls whether and how the text value should be automatically capitalized as it is entered/edited by the user. The non-deprecated values are available in iOS 5 and later. Possible values are:
none: Completely disables automatic capitalization
sentences: Automatically capitalize the first letter of sentences.
words: Automatically capitalize the first letter of words.
characters: Automatically capitalize all characters.
on: Deprecated since iOS 5.
off: Deprecated since iOS 5.