package elements
Variables
ElementMap
map[string]Element{
"a": A{},
"abbr": Abbr{},
"address": Address{},
"area": Area{},
"article": Article{},
"aside": Aside{},
"audio": Audio{},
"b": B{},
"base": Base{},
"bdi": Bdi{},
"bdo": Bdo{},
"blockquote": Blockquote{},
"body": Body{},
"br": Br{},
"button": Button{},
"canvas": Canvas{},
"caption": Caption{},
"cite": Cite{},
"code": Code{},
"col": Col{},
"colgroup": Colgroup{},
"data": Data{},
"datalist": Datalist{},
"dd": Dd{},
"del": Del{},
"details": Details{},
"dfn": Dfn{},
"dialog": Dialog{},
"div": Div{},
"dl": Dl{},
"dt": Dt{},
"em": Em{},
"embed": Embed{},
"fieldset": Fieldset{},
"figcaption": Figcaption{},
"figure": Figure{},
"footer": Footer{},
"form": Form{},
"h1": H1{},
"h2": H2{},
"h3": H3{},
"h4": H4{},
"h5": H5{},
"h6": H6{},
"head": Head{},
"header": Header{},
"hgroup": Hgroup{},
"hr": Hr{},
"html": Html{},
"i": I{},
"iframe": Iframe{},
"img": Img{},
"input": Input{},
"ins": Ins{},
"kbd": Kbd{},
"label": Label{},
"legend": Legend{},
"li": Li{},
"link": Link{},
"main": Main{},
"map": Map{},
"mark": Mark{},
"menu": Menu{},
"meta": Meta{},
"meter": Meter{},
"nav": Nav{},
"noscript": Noscript{},
"object": Object{},
"ol": Ol{},
"optgroup": Optgroup{},
"option": Option{},
"output": Output{},
"p": P{},
"picture": Picture{},
"pre": Pre{},
"progress": Progress{},
"q": Q{},
"rp": Rp{},
"rt": Rt{},
"ruby": Ruby{},
"s": S{},
"samp": Samp{},
"script": Script{},
"search": Search{},
"section": Section{},
"select": Select{},
"slot": Slot{},
"small": Small{},
"source": Source{},
"span": Span{},
"strong": Strong{},
"style": Style{},
"sub": Sub{},
"summary": Summary{},
"sup": Sup{},
"table": Table{},
"tbody": Tbody{},
"td": Td{},
"template": Template{},
"textarea": Textarea{},
"tfoot": Tfoot{},
"th": Th{},
"thead": Thead{},
"time": Time{},
"title": Title{},
"tr": Tr{},
"track": Track{},
"u": U{},
"ul": Ul{},
"var": Var{},
"video": Video{},
"wbr": Wbr{},
}
Types
A
struct
A.Key
Abbr
struct
Abbr.Key
Address
struct
Address.Key
Area
struct
Area.Key
Article
struct
Article.Key
Aside
struct
Aside.Key
Audio
struct
Audio.Key
B
struct
B.Key
Base
struct
Base.Key
Bdi
struct
Bdi.Key
Bdo
struct
Bdo.Key
Blockquote
struct
Blockquote.Key
Body
struct
Body.Key
Br
struct
Br.Key
Button
struct
Button.Key
Canvas
struct
Canvas.Key
Caption
struct
Caption.Key
Cite
struct
Cite.Key
Code
struct
Code.Key
Col
struct
Col.Key
Colgroup
struct
Colgroup.Key
Data
struct
Data.Key
Datalist
struct
Datalist.Key
Dd
struct
Dd.Key
Del
struct
Del.Key
Details
struct
Details.Key
Dfn
struct
Dfn.Key
Dialog
struct
Dialog.Key
Div
struct
Div.Key
Dl
struct
Dl.Key
Dt
struct
Dt.Key
Element
interface
Em
struct
Em.Key
Embed
struct
Embed.Key
Fieldset
struct
Fieldset.Key
Figcaption
struct
Figcaption.Key
Figure
struct
Figure.Key
Footer
struct
Footer.Key
Form
struct
Form.Key
H1
struct
H1.Key
H2
struct
H2.Key
H3
struct
H3.Key
H4
struct
H4.Key
H5
struct
H5.Key
H6
struct
H6.Key
Head
struct
Head.Key
Header
struct
Header.Key
Hgroup
struct
Hgroup.Key
Hr
struct
Hr.Key
Html
struct
Html.Key
I
struct
I.Key
Iframe
struct
Iframe.Key
Img
struct
Img.Key
Input
struct
Input.Key
Ins
struct
Ins.Key
Kbd
struct
Kbd.Key
Label
struct
Label.Key
Legend
struct
Legend.Key
Li
struct
Li.Key
Link
struct
Link.Key
Main
struct
Main.Key
Map
struct
Map.Key
Mark
struct
Mark.Key
Menu
struct
Menu.Key
Meta
struct
Meta.Key
Meter
struct
Meter.Key
Nav
struct
Nav.Key
Noscript
struct
Noscript.Key
Object
struct
Object.Key
Ol
struct
Ol.Key
Optgroup
struct
Optgroup.Key
Option
struct
Option.Key
Output
struct
Output.Key
P
struct
P.Key
Picture
struct
Picture.Key
Pre
struct
Pre.Key
Progress
struct
Progress.Key
Q
struct
Q.Key
Rp
struct
Rp.Key
Rt
struct
Rt.Key
Ruby
struct
Ruby.Key
S
struct
S.Key
Samp
struct
Samp.Key
Script
struct
Script.Key
Search
struct
Search.Key
Section
struct
Section.Key
Select
struct
Select.Key
Slot
struct
Slot.Key
Small
struct
Small.Key
Source
struct
Source.Key
Span
struct
Span.Key
Strong
struct
Strong.Key
Style
struct
Style.Key
Sub
struct
Sub.Key
Summary
struct
Summary.Key
Sup
struct
Sup.Key
Table
struct
Table.Key
Tbody
struct
Tbody.Key
Td
struct
Td.Key
Template
struct
Template.Key
Textarea
struct
Textarea.Key
Tfoot
struct
Tfoot.Key
Th
struct
Th.Key
Thead
struct
Thead.Key
Time
struct
Time.Key
Title
struct
Title.Key
Tr
struct
Tr.Key
Track
struct
Track.Key
U
struct
U.Key
Ul
struct
Ul.Key
Var
struct
Var.Key
Video
struct
Video.Key
Wbr
struct