Variable: eww-text-input-types

eww-text-input-types is a variable defined in eww.el.gz.

Value

("text" "password" "textarea" "color" "date" "datetime"
 "datetime-local" "email" "month" "number" "search" "tel" "time" "url"
 "week")

Documentation

List of input types which represent a text input.

See URL https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defconst eww-text-input-types '("text" "password" "textarea"
                                 "color" "date" "datetime" "datetime-local"
                                 "email" "month" "number" "search" "tel"
                                 "time" "url" "week")
  "List of input types which represent a text input.
See URL `https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input'.")