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

4 lines
301 B
Plaintext

required [HTML5]
This attribute specifies that the user must fill in a value before submitting a form. It cannot be used when the type attribute is hidden, image, or a button type (submit, reset, or button). The :optional and :required CSS pseudo-classes will be applied to the field as appropriate.