SELECTABLE_ELEMENTS top-level constant
Implementation
const SELECTABLE_ELEMENTS = [
"br",
"a",
"article",
"aside",
"blockquote",
"body",
"center",
"dd",
"div",
"dl",
"dt",
"figcaption",
"figure",
"footer",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6",
"header",
"hr",
"html",
"main",
"nav",
"noscript",
"p",
"pre",
"section",
"summary",
"abbr",
"acronym",
"address",
"b",
"bdi",
"bdo",
"big",
"cite",
"code",
"data",
"del",
"dfn",
"em",
"font",
"i",
"ins",
"kbd",
"mark",
"q",
"s",
"samp",
"small",
"span",
"strike",
"strong",
"time",
"tt",
"u",
"var",
"wbr",
];