dom

package
v0.1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

It is an HTML, CSS, JS lexer to a set of Go constants.

Index

Constants

View Source
const CSS_PARAM_ALIGN = "align-items:"
View Source
const CSS_PARAM_DISPLAY = "display:"
View Source
const CSS_PARAM_DISPLAY_FLEX = "flex"
View Source
const CSS_PARAM_DISPLAY_GRID = "grid"
View Source
const CSS_PARAM_FLOW = "flex-flow:"
View Source
const CSS_PARAM_GAP = "gap:"
View Source
const CSS_PARAM_GRID_COLUMNS = "grid-template-columns:"
View Source
const CSS_PARAM_GRID_REPEAT_CLOSER = ", 1fr)"
View Source
const CSS_PARAM_GRID_REPEAT_OPENER = "repeat("
View Source
const CSS_PARAM_GRID_ROWS = "grid-template-rows:"
View Source
const CSS_PARAM_JUSTIFY = "justify-content:"
View Source
const ELEMENT_PARAM = "@@"
View Source
const ELEMENT_PARAM_SPLIT = ">"
View Source
const HTML_A_CLOSER = "</a>"
View Source
const HTML_A_OPENER = "<a>"
View Source
const HTML_BODY = "body"
View Source
const HTML_BR_OPENER = "<br>"
View Source
const HTML_BUTTON_CLOSER = "</button>"
View Source
const HTML_BUTTON_OPENER = "<button>"
View Source
const HTML_DIV = "div"
View Source
const HTML_DIV_CLOSER = "</div>"
View Source
const HTML_DIV_OPENER = "<div>"
View Source
const HTML_DOCUMENT = "document"
View Source
const HTML_FORM_CLOSER = "</form>"
View Source
const HTML_FORM_OPENER = "<form>"
View Source
const HTML_H1_CLOSER = "</h1>"
View Source
const HTML_H1_OPENER = "<h1>"
View Source
const HTML_H2_CLOSER = "</h2>"
View Source
const HTML_H2_OPENER = "<h2>"
View Source
const HTML_H3_CLOSER = "</h3>"
View Source
const HTML_H3_OPENER = "<h3>"
View Source
const HTML_H4_CLOSER = "</h4>"
View Source
const HTML_H4_OPENER = "<h4>"
View Source
const HTML_HEAD = "head"
View Source
const HTML_HR_OPENER = "<hr>"
View Source
const HTML_IMG_OPENER = "<img>"
View Source
const HTML_INPUT_OPENER = "<input>"
View Source
const HTML_I_OPENER = "<i>"
View Source
const HTML_LINK = "link"
View Source
const HTML_LI_CLOSER = "</li>"
View Source
const HTML_LI_OPENER = "<li>"
View Source
const HTML_OPTION_CLOSER = "</option>"
View Source
const HTML_OPTION_OPENER = "<option>"
View Source
const HTML_PARAM_CLASSNAME = "class="
View Source
const HTML_PARAM_HREF = "href="
View Source
const HTML_PARAM_ID = "id="
View Source
const HTML_PARAM_PLACEHOLDER = "placeholder="
View Source
const HTML_PARAM_SRC = "src="
View Source
const HTML_PARAM_STYLE = "style="
View Source
const HTML_PARAM_TITLE = "title="
View Source
const HTML_PARAM_TYPE = "type="
View Source
const HTML_PARAM_VALUE = "value="
View Source
const HTML_P_CLOSER = "</p>"
View Source
const HTML_P_OPENER = "<p>"
View Source
const HTML_SCRIPT = "script"
View Source
const HTML_SELECT_CLOSER = "</select>"
View Source
const HTML_SELECT_OPENER = "<select>"
View Source
const HTML_SPAN_CLOSER = "</span>"
View Source
const HTML_SPAN_OPENER = "<span>"
View Source
const HTML_STYLESHEET = "stylesheet"
View Source
const HTML_TABLE_CLOSER = "</table>"
View Source
const HTML_TABLE_OPENER = "<table>"
View Source
const HTML_TD_CLOSER = "</td>"
View Source
const HTML_TD_OPENER = "<td>"
View Source
const HTML_TEXTAREA_CLOSER = "</textarea>"
View Source
const HTML_TEXTAREA_OPENER = "<textarea>"
View Source
const HTML_TH_CLOSER = "</th>"
View Source
const HTML_TH_OPENER = "<th>"
View Source
const HTML_TR_CLOSER = "</tr>"
View Source
const HTML_TR_OPENER = "<tr>"
View Source
const HTML_UL_CLOSER = "</ul>"
View Source
const HTML_UL_OPENER = "<ul>"
View Source
const JS_ADD_EVENT_LISTENER = "addEventListener"
View Source
const JS_APPEND_CHILD = "appendChild"
View Source
const JS_CHILDREN = "children"
View Source
const JS_CREATE_ELEMENT = "createElement"
View Source
const JS_EVENT_CHANGE = "change"
View Source
const JS_EVENT_CLICK = "click"
View Source
const JS_EVENT_FOCUS = "focus"
View Source
const JS_EVENT_KEYDOWN = "keydown"
View Source
const JS_EVENT_KEYUP = "keyup"
View Source
const JS_GET_ELEMENT_BY_CLASSNAME = "getElementsByClassName"
View Source
const JS_GET_ELEMENT_BY_ID = "getElementById"
View Source
const JS_HREF = "href"
View Source
const JS_INNER_HTML = "innerHTML"
View Source
const JS_LENGTH = "length"
View Source
const JS_REL = "rel"
View Source
const JS_SRC = "src"
View Source
const JS_TARGET = "target"
View Source
const JS_TEXT_CONTENT = "textContent"
View Source
const JS_VALUE = "value"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL