HTML/Attribute/writingsuggestions
Aus SELFHTML-Wiki
								HTML | Attribute(Weitergeleitet von Writingsuggestions)
												
				Das globale writingsuggestions-Attribut legt fest, ob  ob die vom Browser bereitgestellten Schreibvorschläge für das Element aktiviert werden sollen oder nicht.
| erlaubte Werte | 
  | 
|---|---|
| default-Wert | true | 
| erlaubt in | input, textarea, Elemente mit contenteditable | 
Beispiel
  <input writingsuggestions=false" autocomplete="off">
  Das Formular unterstützt keine Eingaben durch eine Autovervollständigung.
Siehe auch
Weblinks
- WHATWG: writingsuggestions
 - MDN: writingsuggestions
 - SELF-Forum: The 'textprediction' attribute will be removed in the future. Use the 'writingsuggestions' attribute instead. vom 06.09.2024
 
Liste der HTML-Attribute
- Formular-Attribute
- accept
 - accept-charset
 - action
 - autocapitalize
 - autocomplete
 - autofocus
 - checked
 - cols
 - dirname
 - disabled
 - enctype
 - for
 - form
 - formaction
 - formenctype
 - formmethod
 - high
 - list
 - low
 - max
 - maxlength
 - method
 - min
 - minlength
 - multiple
 - name
 - novalidate
 - optimum
 - pattern
 - placeholder
 - readonly
 - required
 - rows
 - selected
 - size
 - step
 - type (button)
 - type (input)
 - value
 - webkitdirectory
 - wrap
 - writingsuggestions
 
 - Universalattribute
 - Aria-Attribute
 - Listen-Attribute
 - Medien-Attribute
 - Meta-Attribute
 - Tabellen-Attribute
 - Verweis-Attribute
 - obsolet oder gelöscht