Search completed in 1.28 seconds.
11 results for "autocapitalize":
autocapitalize - HTML: Hypertext Markup Language
WebHTMLGlobal attributesautocapitalize
the autocapitalize global attribute is an enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user.
...one of the following values: off or none: no autocapitalization is applied (all letters default to lowercase) on or sentences: the first letter of each sentence defaults to a capital letter; all other letters default to lowercase words: the first letter of each word defaults to a capital letter; all other letters default to lowercase characters: all letters should default to uppercase the autocapitalize attribute doesn’t affect behavior when typing on a physical keyboard.
...the autocapitalize attribute enables authors to override that behavior per-element.
...And 2 more matches
<form> - HTML: Hypertext Markup Language
WebHTMLElementform
(in previous versions of html, character encodings could also be delimited by commas.) autocapitalize a nonstandard attribute used by ios safari that controls how textual form elements should be automatically capitalized.
... autocapitalize attributes on a form elements override it on <form>.
<textarea> - HTML: Hypertext Markup Language
WebHTMLElementtextarea
autocapitalize this is a non-standard attribute supported by webkit on ios (therefore nearly all browsers running on ios, including safari, firefox, and chrome), which controls whether and how the text value should be automatically capitalized as it is entered/edited by the user.
... full support yessafari ios full support yesnotes full support yesnotes notes unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements.samsung internet android full support yesautocapitalize non-standardchrome no support noedge no support nofirefox no support noie no support noopera no support nosafari no support noweb...
spellcheck - Archive of obsolete content
ArchiveMozillaXULAttributespellcheck
thespellcheck attribute works well paired with the autocomplete, autocapitalize, and autocorrect attributes too!
textbox - Archive of obsolete content
ArchiveMozillaXULtextbox
thespellcheck attribute works well paired with the autocomplete, autocapitalize, and autocorrect attributes too!
HTMLInputElement - Web APIs
WebAPIHTMLInputElement
valueasnumber double: returns the value of the element, interpreted as one of the following, in order: a time value a number nan if conversion is impossible autocapitalize string: defines the capitalization behavior for user input.
HTMLTextAreaElement - Web APIs
WebAPIHTMLTextAreaElement
autocapitalize string: returns / sets the element's capitalization behavior for user input.
ARIA: form role - Accessibility
WebAccessibilityARIARolesForm Role
examples <div role="form" id="send-comment" aria-label="add a comment"> <label for="username">username</label> <input id="username" name="username" autocomplete="nickname" autocorrect="off" type="text"> <label for="email">email</label> <input id="email" name="email" autocomplete="email" autocapitalize="off" autocorrect="off" spellcheck="false" type="text"> <label for="comment">comment</label> <textarea id="comment" name="comment"></textarea> <input value="comment" type="submit"> </div> it is recommended to use <form> instead.
HTML attribute reference - HTML: Hypertext Markup Language
WebHTMLAttributes
autocapitalize global attribute sets whether input is automatically capitalized when entered by user autocomplete <form>, <input>, <select>, <textarea> indicates whether controls in this form can by default have their values automatically completed by the browser.
Global attributes - HTML: Hypertext Markup Language
WebHTMLGlobal attributes
autocapitalize controls whether and how text input is automatically capitalized as it is entered/edited by the user.
HTML documentation index - HTML: Hypertext Markup Language
WebHTMLIndex
9 autocapitalize autocapitalize, global attributes, html, reference the autocapitalize global attribute is an enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user.