Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VoidElement = map[string]bool{ "br": true, "img": true, "input": true, "link": true, "meta": true, }
html.spec.whatwg.org/multipage/syntax.html#void-elements
Functions ¶
This section is empty.
Types ¶
type Lexer ¶ added in v1.26.0
godocs.io/github.com/tdewolff/parse/v2/html#Lexer
func (*Lexer) NextAttr ¶ added in v1.26.0
developer.mozilla.org/docs/Web/API/Document/getElementsByClassName
func (*Lexer) NextTag ¶ added in v1.26.0
developer.mozilla.org/docs/Web/API/Document/getElementsByTagName
Click to show internal directories.
Click to hide internal directories.