Variable: css--html-tags

css--html-tags is a variable defined in css-mode.el.gz.

Value

("a" "area" "base" "col" "colgroup" "dir" "figcaption" "figure" "font"
 "form" "h1" "h2" "h3" "h4" "h5" "h6" "hr" "iframe" "img" "input"
 "link" "menu" "ol" "p" "select" "table" "tbody" "td" "textarea"
 "tfoot" "th" "thead" "ul" "![" "!attlist" "!doctype" "!element"
 "!entity" "abbr" "acronym" "address" "array" "article" "aside" "au"
 "audio" "b" "bdi" "bdo" "big" "blink" "blockquote" "body" "box" "br"
 "button" "canvas" "caption" "center" "cite" "code" "datalist" "dd"
 "del" "dfn" "div" "dl" "dt" "em" "embed" "fieldset" "fn" "footer"
 "frame" "frameset" "head" "header" "hgroup" "html" "i" "ins"
 "isindex" "kbd" "label" "lang" "legend" "li" "main" "map" "mark"
 "math" "meta" "meter" "nav" "nobr" "noframes" "noscript" "object"
 "optgroup" "option" "output" "over" "param" "person" "pre" "progress"
 "q" "rev" "rp" "rt" "ruby" "s" "samp" "script" "section" "small"
 "source" "span" "strong" "style" "sub" "summary" "sup" "time" "title"
 "tr" "track" "tt" "u" "var" "video" "wbr")

Documentation

List of HTML tags.

Used to provide completion of HTML tags in selectors.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/css-mode.el.gz
(defvar css--html-tags (mapcar #'car html-tag-alist)
  "List of HTML tags.
Used to provide completion of HTML tags in selectors.")