Documentation
¶
Overview ¶
Package standard loads the html-standard, either from the stored file or refreshes it from the web.
Index ¶
- Constants
- func FindNodeWithId(node *html.Node, id string) *html.Node
- func FindTBody(table *html.Node) *html.Node
- func FindTableWithCaption(page *html.Node, caption string) (*html.Node, bool)
- func LoadStandardForWebDevsIndices(reload bool) *html.Node
- func LoadStandardForWebDevsInput(reload bool) *html.Node
- func LoadStandardForWebDevsSyntax(reload bool) *html.Node
- func Path(node *html.Node) string
- type Link
Constants ¶
View Source
const HTMLStandardURL = `https://html.spec.whatwg.org/dev/`
Variables ¶
This section is empty.
Functions ¶
func FindTableWithCaption ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.