Module tags

Expand description

Definition of all the HTML and SVG elements.

Modules§

html_attributes
Module that includes all the HTML attribute traits and is intended to be glob exported.
svg_attributes
Module that includes all the Svg attribute traits and is intended to be glob exported.

Structs§

HtmlA
The <a> HTML element. This can be created by calling a().
HtmlAbbr
The <abbr> HTML element. This can be created by calling abbr().
HtmlAddress
The <address> HTML element. This can be created by calling address().
HtmlArea
The <area> HTML element. This can be created by calling area().
HtmlArticle
The <article> HTML element. This can be created by calling article().
HtmlAside
The <aside> HTML element. This can be created by calling aside().
HtmlAudio
The <audio> HTML element. This can be created by calling audio().
HtmlB
The <b> HTML element. This can be created by calling b().
HtmlBase
The <base> HTML element. This can be created by calling base().
HtmlBdi
The <bdi> HTML element. This can be created by calling bdi().
HtmlBdo
The <bdo> HTML element. This can be created by calling bdo().
HtmlBlockquote
The <blockquote> HTML element. This can be created by calling blockquote().
HtmlBody
The <body> HTML element. This can be created by calling body().
HtmlBr
The <br> HTML element. This can be created by calling br().
HtmlButton
The <button> HTML element. This can be created by calling button().
HtmlCanvas
The <canvas> HTML element. This can be created by calling canvas().
HtmlCaption
The <caption> HTML element. This can be created by calling caption().
HtmlCite
The <cite> HTML element. This can be created by calling cite().
HtmlCode
The <code> HTML element. This can be created by calling code().
HtmlCol
The <col> HTML element. This can be created by calling col().
HtmlColgroup
The <colgroup> HTML element. This can be created by calling colgroup().
HtmlData
The <data> HTML element. This can be created by calling data().
HtmlDatalist
The <datalist> HTML element. This can be created by calling datalist().
HtmlDd
The <dd> HTML element. This can be created by calling dd().
HtmlDel
The <del> HTML element. This can be created by calling del().
HtmlDetails
The <details> HTML element. This can be created by calling details().
HtmlDfn
The <dfn> HTML element. This can be created by calling dfn().
HtmlDialog
The <dialog> HTML element. This can be created by calling dialog().
HtmlDiv
The <div> HTML element. This can be created by calling div().
HtmlDl
The <dl> HTML element. This can be created by calling dl().
HtmlDt
The <dt> HTML element. This can be created by calling dt().
HtmlEm
The <em> HTML element. This can be created by calling em().
HtmlEmbed
The <embed> HTML element. This can be created by calling embed().
HtmlFieldset
The <fieldset> HTML element. This can be created by calling fieldset().
HtmlFigcaption
The <figcaption> HTML element. This can be created by calling figcaption().
HtmlFigure
The <figure> HTML element. This can be created by calling figure().
HtmlFooter
The <footer> HTML element. This can be created by calling footer().
HtmlForm
The <form> HTML element. This can be created by calling form().
HtmlH1
The <h1> HTML element. This can be created by calling h1().
HtmlH2
The <h2> HTML element. This can be created by calling h2().
HtmlH3
The <h3> HTML element. This can be created by calling h3().
HtmlH4
The <h4> HTML element. This can be created by calling h4().
HtmlH5
The <h5> HTML element. This can be created by calling h5().
HtmlH6
The <h6> HTML element. This can be created by calling h6().
HtmlHead
The <head> HTML element. This can be created by calling head().
HtmlHeader
The <header> HTML element. This can be created by calling header().
HtmlHgroup
The <hgroup> HTML element. This can be created by calling hgroup().
HtmlHr
The <hr> HTML element. This can be created by calling hr().
HtmlHtml
The <html> HTML element. This can be created by calling html().
HtmlI
The <i> HTML element. This can be created by calling i().
HtmlIframe
The <iframe> HTML element. This can be created by calling iframe().
HtmlImg
The <img> HTML element. This can be created by calling img().
HtmlInput
The <input> HTML element. This can be created by calling input().
HtmlIns
The <ins> HTML element. This can be created by calling ins().
HtmlKbd
The <kbd> HTML element. This can be created by calling kbd().
HtmlKeygen
The <keygen> HTML element. This can be created by calling keygen().
HtmlLabel
The <label> HTML element. This can be created by calling label().
HtmlLegend
The <legend> HTML element. This can be created by calling legend().
HtmlLi
The <li> HTML element. This can be created by calling li().
HtmlLink
The <link> HTML element. This can be created by calling link().
HtmlMain
The <main> HTML element. This can be created by calling main().
HtmlMap
The <map> HTML element. This can be created by calling map().
HtmlMark
The <mark> HTML element. This can be created by calling mark().
HtmlMenu
The <menu> HTML element. This can be created by calling menu().
HtmlMenuitem
The <menuitem> HTML element. This can be created by calling menuitem().
HtmlMeta
The <meta> HTML element. This can be created by calling meta().
HtmlMeter
The <meter> HTML element. This can be created by calling meter().
HtmlNav
The <nav> HTML element. This can be created by calling nav().
HtmlNoscript
The <noscript> HTML element. This can be created by calling noscript().
HtmlObject
The <object> HTML element. This can be created by calling object().
HtmlOl
The <ol> HTML element. This can be created by calling ol().
HtmlOptgroup
The <optgroup> HTML element. This can be created by calling optgroup().
HtmlOption
The <option> HTML element. This can be created by calling option().
HtmlOutput
The <output> HTML element. This can be created by calling output().
HtmlP
The <p> HTML element. This can be created by calling p().
HtmlParam
The <param> HTML element. This can be created by calling param().
HtmlPicture
The <picture> HTML element. This can be created by calling picture().
HtmlPre
The <pre> HTML element. This can be created by calling pre().
HtmlProgress
The <progress> HTML element. This can be created by calling progress().
HtmlQ
The <q> HTML element. This can be created by calling q().
HtmlRp
The <rp> HTML element. This can be created by calling rp().
HtmlRt
The <rt> HTML element. This can be created by calling rt().
HtmlRuby
The <ruby> HTML element. This can be created by calling ruby().
HtmlS
The <s> HTML element. This can be created by calling s().
HtmlSamp
The <samp> HTML element. This can be created by calling samp().
HtmlScript
The <script> HTML element. This can be created by calling script().
HtmlSection
The <section> HTML element. This can be created by calling section().
HtmlSelect
The <select> HTML element. This can be created by calling select().
HtmlSmall
The <small> HTML element. This can be created by calling small().
HtmlSource
The <source> HTML element. This can be created by calling source().
HtmlSpan
The <span> HTML element. This can be created by calling span().
HtmlStrong
The <strong> HTML element. This can be created by calling strong().
HtmlStyle
The <style> HTML element. This can be created by calling style().
HtmlSub
The <sub> HTML element. This can be created by calling sub().
HtmlSummary
The <summary> HTML element. This can be created by calling summary().
HtmlSup
The <sup> HTML element. This can be created by calling sup().
HtmlTable
The <table> HTML element. This can be created by calling table().
HtmlTbody
The <tbody> HTML element. This can be created by calling tbody().
HtmlTd
The <td> HTML element. This can be created by calling td().
HtmlTemplate
The <template> HTML element. This can be created by calling template().
HtmlTextarea
The <textarea> HTML element. This can be created by calling textarea().
HtmlTfoot
The <tfoot> HTML element. This can be created by calling tfoot().
HtmlTh
The <th> HTML element. This can be created by calling th().
HtmlThead
The <thead> HTML element. This can be created by calling thead().
HtmlTime
The <time> HTML element. This can be created by calling time().
HtmlTitle
The <title> HTML element. This can be created by calling title().
HtmlTr
The <tr> HTML element. This can be created by calling tr().
HtmlTrack
The <track> HTML element. This can be created by calling track().
HtmlU
The <u> HTML element. This can be created by calling u().
HtmlUl
The <ul> HTML element. This can be created by calling ul().
HtmlVar
The <var> HTML element. This can be created by calling var().
HtmlVideo
The <video> HTML element. This can be created by calling video().
HtmlWbr
The <wbr> HTML element. This can be created by calling wbr().
SvgAnimate
The <animate> SVG element. This can be created by calling animate().
SvgAnimateMotion
The <animateMotion> SVG element. This can be created by calling animateMotion().
SvgAnimateTransform
The <animateTransform> SVG element. This can be created by calling animateTransform().
SvgCircle
The <circle> SVG element. This can be created by calling circle().
SvgClipPath
The <clipPath> SVG element. This can be created by calling clipPath().
SvgDefs
The <defs> SVG element. This can be created by calling defs().
SvgDesc
The <desc> SVG element. This can be created by calling desc().
SvgDiscard
The <discard> SVG element. This can be created by calling discard().
SvgEllipse
The <ellipse> SVG element. This can be created by calling ellipse().
SvgFeBlend
The <feBlend> SVG element. This can be created by calling feBlend().
SvgFeColorMatrix
The <feColorMatrix> SVG element. This can be created by calling feColorMatrix().
SvgFeComponentTransfer
The <feComponentTransfer> SVG element. This can be created by calling feComponentTransfer().
SvgFeComposite
The <feComposite> SVG element. This can be created by calling feComposite().
SvgFeConvolveMatrix
The <feConvolveMatrix> SVG element. This can be created by calling feConvolveMatrix().
SvgFeDiffuseLighting
The <feDiffuseLighting> SVG element. This can be created by calling feDiffuseLighting().
SvgFeDisplacementMap
The <feDisplacementMap> SVG element. This can be created by calling feDisplacementMap().
SvgFeDistantLight
The <feDistantLight> SVG element. This can be created by calling feDistantLight().
SvgFeDropShadow
The <feDropShadow> SVG element. This can be created by calling feDropShadow().
SvgFeFlood
The <feFlood> SVG element. This can be created by calling feFlood().
SvgFeFuncA
The <feFuncA> SVG element. This can be created by calling feFuncA().
SvgFeFuncB
The <feFuncB> SVG element. This can be created by calling feFuncB().
SvgFeFuncG
The <feFuncG> SVG element. This can be created by calling feFuncG().
SvgFeFuncR
The <feFuncR> SVG element. This can be created by calling feFuncR().
SvgFeGaussianBlur
The <feGaussianBlur> SVG element. This can be created by calling feGaussianBlur().
SvgFeImage
The <feImage> SVG element. This can be created by calling feImage().
SvgFeMerge
The <feMerge> SVG element. This can be created by calling feMerge().
SvgFeMergeNode
The <feMergeNode> SVG element. This can be created by calling feMergeNode().
SvgFeMorphology
The <feMorphology> SVG element. This can be created by calling feMorphology().
SvgFeOffset
The <feOffset> SVG element. This can be created by calling feOffset().
SvgFePointLight
The <fePointLight> SVG element. This can be created by calling fePointLight().
SvgFeSpecularLighting
The <feSpecularLighting> SVG element. This can be created by calling feSpecularLighting().
SvgFeSpotLight
The <feSpotLight> SVG element. This can be created by calling feSpotLight().
SvgFeTile
The <feTile> SVG element. This can be created by calling feTile().
SvgFeTurbulence
The <feTurbulence> SVG element. This can be created by calling feTurbulence().
SvgFilter
The <filter> SVG element. This can be created by calling filter().
SvgForeignObject
The <foreignObject> SVG element. This can be created by calling foreignObject().
SvgG
The <g> SVG element. This can be created by calling g().
SvgHatch
The <hatch> SVG element. This can be created by calling hatch().
SvgHatchpath
The <hatchpath> SVG element. This can be created by calling hatchpath().
SvgImage
The <image> SVG element. This can be created by calling image().
SvgLine
The <line> SVG element. This can be created by calling line().
SvgLinearGradient
The <linearGradient> SVG element. This can be created by calling linearGradient().
SvgMarker
The <marker> SVG element. This can be created by calling marker().
SvgMask
The <mask> SVG element. This can be created by calling mask().
SvgMetadata
The <metadata> SVG element. This can be created by calling metadata().
SvgMpath
The <mpath> SVG element. This can be created by calling mpath().
SvgPath
The <path> SVG element. This can be created by calling path().
SvgPattern
The <pattern> SVG element. This can be created by calling pattern().
SvgPolygon
The <polygon> SVG element. This can be created by calling polygon().
SvgPolyline
The <polyline> SVG element. This can be created by calling polyline().
SvgRadialGradient
The <radialGradient> SVG element. This can be created by calling radialGradient().
SvgRect
The <rect> SVG element. This can be created by calling rect().
SvgSet
The <set> SVG element. This can be created by calling set().
SvgStop
The <stop> SVG element. This can be created by calling stop().
SvgSvg
The <svg> SVG element. This can be created by calling svg().
SvgSvgA
The <svg_a> SVG element. This can be created by calling svg_a().
SvgSvgScript
The <svg_script> SVG element. This can be created by calling svg_script().
SvgSvgStyle
The <svg_style> SVG element. This can be created by calling svg_style().
SvgSvgTitle
The <svg_title> SVG element. This can be created by calling svg_title().
SvgSwitch
The <switch> SVG element. This can be created by calling switch().
SvgSymbol
The <symbol> SVG element. This can be created by calling symbol().
SvgText
The <text> SVG element. This can be created by calling text().
SvgTextPath
The <textPath> SVG element. This can be created by calling textPath().
SvgTspan
The <tspan> SVG element. This can be created by calling tspan().
SvgUse
The <use> SVG element. This can be created by calling use().
SvgView
The <view> SVG element. This can be created by calling view().

Traits§

HtmlAAttributes
Trait that provides attributes for the <a> HTML element.
HtmlAbbrAttributes
Trait that provides attributes for the <abbr> HTML element.
HtmlAddressAttributes
Trait that provides attributes for the <address> HTML element.
HtmlAreaAttributes
Trait that provides attributes for the <area> HTML element.
HtmlArticleAttributes
Trait that provides attributes for the <article> HTML element.
HtmlAsideAttributes
Trait that provides attributes for the <aside> HTML element.
HtmlAudioAttributes
Trait that provides attributes for the <audio> HTML element.
HtmlBAttributes
Trait that provides attributes for the <b> HTML element.
HtmlBaseAttributes
Trait that provides attributes for the <base> HTML element.
HtmlBdiAttributes
Trait that provides attributes for the <bdi> HTML element.
HtmlBdoAttributes
Trait that provides attributes for the <bdo> HTML element.
HtmlBlockquoteAttributes
Trait that provides attributes for the <blockquote> HTML element.
HtmlBodyAttributes
Trait that provides attributes for the <body> HTML element.
HtmlBrAttributes
Trait that provides attributes for the <br> HTML element.
HtmlButtonAttributes
Trait that provides attributes for the <button> HTML element.
HtmlCanvasAttributes
Trait that provides attributes for the <canvas> HTML element.
HtmlCaptionAttributes
Trait that provides attributes for the <caption> HTML element.
HtmlCiteAttributes
Trait that provides attributes for the <cite> HTML element.
HtmlCodeAttributes
Trait that provides attributes for the <code> HTML element.
HtmlColAttributes
Trait that provides attributes for the <col> HTML element.
HtmlColgroupAttributes
Trait that provides attributes for the <colgroup> HTML element.
HtmlDataAttributes
Trait that provides attributes for the <data> HTML element.
HtmlDatalistAttributes
Trait that provides attributes for the <datalist> HTML element.
HtmlDdAttributes
Trait that provides attributes for the <dd> HTML element.
HtmlDelAttributes
Trait that provides attributes for the <del> HTML element.
HtmlDetailsAttributes
Trait that provides attributes for the <details> HTML element.
HtmlDfnAttributes
Trait that provides attributes for the <dfn> HTML element.
HtmlDialogAttributes
Trait that provides attributes for the <dialog> HTML element.
HtmlDivAttributes
Trait that provides attributes for the <div> HTML element.
HtmlDlAttributes
Trait that provides attributes for the <dl> HTML element.
HtmlDtAttributes
Trait that provides attributes for the <dt> HTML element.
HtmlEmAttributes
Trait that provides attributes for the <em> HTML element.
HtmlEmbedAttributes
Trait that provides attributes for the <embed> HTML element.
HtmlFieldsetAttributes
Trait that provides attributes for the <fieldset> HTML element.
HtmlFigcaptionAttributes
Trait that provides attributes for the <figcaption> HTML element.
HtmlFigureAttributes
Trait that provides attributes for the <figure> HTML element.
HtmlFooterAttributes
Trait that provides attributes for the <footer> HTML element.
HtmlFormAttributes
Trait that provides attributes for the <form> HTML element.
HtmlH1Attributes
Trait that provides attributes for the <h1> HTML element.
HtmlH2Attributes
Trait that provides attributes for the <h2> HTML element.
HtmlH3Attributes
Trait that provides attributes for the <h3> HTML element.
HtmlH4Attributes
Trait that provides attributes for the <h4> HTML element.
HtmlH5Attributes
Trait that provides attributes for the <h5> HTML element.
HtmlH6Attributes
Trait that provides attributes for the <h6> HTML element.
HtmlHeadAttributes
Trait that provides attributes for the <head> HTML element.
HtmlHeaderAttributes
Trait that provides attributes for the <header> HTML element.
HtmlHgroupAttributes
Trait that provides attributes for the <hgroup> HTML element.
HtmlHrAttributes
Trait that provides attributes for the <hr> HTML element.
HtmlHtmlAttributes
Trait that provides attributes for the <html> HTML element.
HtmlIAttributes
Trait that provides attributes for the <i> HTML element.
HtmlIframeAttributes
Trait that provides attributes for the <iframe> HTML element.
HtmlImgAttributes
Trait that provides attributes for the <img> HTML element.
HtmlInputAttributes
Trait that provides attributes for the <input> HTML element.
HtmlInsAttributes
Trait that provides attributes for the <ins> HTML element.
HtmlKbdAttributes
Trait that provides attributes for the <kbd> HTML element.
HtmlKeygenAttributes
Trait that provides attributes for the <keygen> HTML element.
HtmlLabelAttributes
Trait that provides attributes for the <label> HTML element.
HtmlLegendAttributes
Trait that provides attributes for the <legend> HTML element.
HtmlLiAttributes
Trait that provides attributes for the <li> HTML element.
HtmlLinkAttributes
Trait that provides attributes for the <link> HTML element.
HtmlMainAttributes
Trait that provides attributes for the <main> HTML element.
HtmlMapAttributes
Trait that provides attributes for the <map> HTML element.
HtmlMarkAttributes
Trait that provides attributes for the <mark> HTML element.
HtmlMenuAttributes
Trait that provides attributes for the <menu> HTML element.
HtmlMenuitemAttributes
Trait that provides attributes for the <menuitem> HTML element.
HtmlMetaAttributes
Trait that provides attributes for the <meta> HTML element.
HtmlMeterAttributes
Trait that provides attributes for the <meter> HTML element.
HtmlNavAttributes
Trait that provides attributes for the <nav> HTML element.
HtmlNoscriptAttributes
Trait that provides attributes for the <noscript> HTML element.
HtmlObjectAttributes
Trait that provides attributes for the <object> HTML element.
HtmlOlAttributes
Trait that provides attributes for the <ol> HTML element.
HtmlOptgroupAttributes
Trait that provides attributes for the <optgroup> HTML element.
HtmlOptionAttributes
Trait that provides attributes for the <option> HTML element.
HtmlOutputAttributes
Trait that provides attributes for the <output> HTML element.
HtmlPAttributes
Trait that provides attributes for the <p> HTML element.
HtmlParamAttributes
Trait that provides attributes for the <param> HTML element.
HtmlPictureAttributes
Trait that provides attributes for the <picture> HTML element.
HtmlPreAttributes
Trait that provides attributes for the <pre> HTML element.
HtmlProgressAttributes
Trait that provides attributes for the <progress> HTML element.
HtmlQAttributes
Trait that provides attributes for the <q> HTML element.
HtmlRpAttributes
Trait that provides attributes for the <rp> HTML element.
HtmlRtAttributes
Trait that provides attributes for the <rt> HTML element.
HtmlRubyAttributes
Trait that provides attributes for the <ruby> HTML element.
HtmlSAttributes
Trait that provides attributes for the <s> HTML element.
HtmlSampAttributes
Trait that provides attributes for the <samp> HTML element.
HtmlScriptAttributes
Trait that provides attributes for the <script> HTML element.
HtmlSectionAttributes
Trait that provides attributes for the <section> HTML element.
HtmlSelectAttributes
Trait that provides attributes for the <select> HTML element.
HtmlSmallAttributes
Trait that provides attributes for the <small> HTML element.
HtmlSourceAttributes
Trait that provides attributes for the <source> HTML element.
HtmlSpanAttributes
Trait that provides attributes for the <span> HTML element.
HtmlStrongAttributes
Trait that provides attributes for the <strong> HTML element.
HtmlStyleAttributes
Trait that provides attributes for the <style> HTML element.
HtmlSubAttributes
Trait that provides attributes for the <sub> HTML element.
HtmlSummaryAttributes
Trait that provides attributes for the <summary> HTML element.
HtmlSupAttributes
Trait that provides attributes for the <sup> HTML element.
HtmlTableAttributes
Trait that provides attributes for the <table> HTML element.
HtmlTbodyAttributes
Trait that provides attributes for the <tbody> HTML element.
HtmlTdAttributes
Trait that provides attributes for the <td> HTML element.
HtmlTemplateAttributes
Trait that provides attributes for the <template> HTML element.
HtmlTextareaAttributes
Trait that provides attributes for the <textarea> HTML element.
HtmlTfootAttributes
Trait that provides attributes for the <tfoot> HTML element.
HtmlThAttributes
Trait that provides attributes for the <th> HTML element.
HtmlTheadAttributes
Trait that provides attributes for the <thead> HTML element.
HtmlTimeAttributes
Trait that provides attributes for the <time> HTML element.
HtmlTitleAttributes
Trait that provides attributes for the <title> HTML element.
HtmlTrAttributes
Trait that provides attributes for the <tr> HTML element.
HtmlTrackAttributes
Trait that provides attributes for the <track> HTML element.
HtmlUAttributes
Trait that provides attributes for the <u> HTML element.
HtmlUlAttributes
Trait that provides attributes for the <ul> HTML element.
HtmlVarAttributes
Trait that provides attributes for the <var> HTML element.
HtmlVideoAttributes
Trait that provides attributes for the <video> HTML element.
HtmlWbrAttributes
Trait that provides attributes for the <wbr> HTML element.
SvgAnimateAttributes
Trait that provides attributes for the <animate> SVG element.
SvgAnimateMotionAttributes
Trait that provides attributes for the <animateMotion> SVG element.
SvgAnimateTransformAttributes
Trait that provides attributes for the <animateTransform> SVG element.
SvgCircleAttributes
Trait that provides attributes for the <circle> SVG element.
SvgClipPathAttributes
Trait that provides attributes for the <clipPath> SVG element.
SvgDefsAttributes
Trait that provides attributes for the <defs> SVG element.
SvgDescAttributes
Trait that provides attributes for the <desc> SVG element.
SvgDiscardAttributes
Trait that provides attributes for the <discard> SVG element.
SvgEllipseAttributes
Trait that provides attributes for the <ellipse> SVG element.
SvgFeBlendAttributes
Trait that provides attributes for the <feBlend> SVG element.
SvgFeColorMatrixAttributes
Trait that provides attributes for the <feColorMatrix> SVG element.
SvgFeComponentTransferAttributes
Trait that provides attributes for the <feComponentTransfer> SVG element.
SvgFeCompositeAttributes
Trait that provides attributes for the <feComposite> SVG element.
SvgFeConvolveMatrixAttributes
Trait that provides attributes for the <feConvolveMatrix> SVG element.
SvgFeDiffuseLightingAttributes
Trait that provides attributes for the <feDiffuseLighting> SVG element.
SvgFeDisplacementMapAttributes
Trait that provides attributes for the <feDisplacementMap> SVG element.
SvgFeDistantLightAttributes
Trait that provides attributes for the <feDistantLight> SVG element.
SvgFeDropShadowAttributes
Trait that provides attributes for the <feDropShadow> SVG element.
SvgFeFloodAttributes
Trait that provides attributes for the <feFlood> SVG element.
SvgFeFuncAAttributes
Trait that provides attributes for the <feFuncA> SVG element.
SvgFeFuncBAttributes
Trait that provides attributes for the <feFuncB> SVG element.
SvgFeFuncGAttributes
Trait that provides attributes for the <feFuncG> SVG element.
SvgFeFuncRAttributes
Trait that provides attributes for the <feFuncR> SVG element.
SvgFeGaussianBlurAttributes
Trait that provides attributes for the <feGaussianBlur> SVG element.
SvgFeImageAttributes
Trait that provides attributes for the <feImage> SVG element.
SvgFeMergeAttributes
Trait that provides attributes for the <feMerge> SVG element.
SvgFeMergeNodeAttributes
Trait that provides attributes for the <feMergeNode> SVG element.
SvgFeMorphologyAttributes
Trait that provides attributes for the <feMorphology> SVG element.
SvgFeOffsetAttributes
Trait that provides attributes for the <feOffset> SVG element.
SvgFePointLightAttributes
Trait that provides attributes for the <fePointLight> SVG element.
SvgFeSpecularLightingAttributes
Trait that provides attributes for the <feSpecularLighting> SVG element.
SvgFeSpotLightAttributes
Trait that provides attributes for the <feSpotLight> SVG element.
SvgFeTileAttributes
Trait that provides attributes for the <feTile> SVG element.
SvgFeTurbulenceAttributes
Trait that provides attributes for the <feTurbulence> SVG element.
SvgFilterAttributes
Trait that provides attributes for the <filter> SVG element.
SvgForeignObjectAttributes
Trait that provides attributes for the <foreignObject> SVG element.
SvgGAttributes
Trait that provides attributes for the <g> SVG element.
SvgHatchAttributes
Trait that provides attributes for the <hatch> SVG element.
SvgHatchpathAttributes
Trait that provides attributes for the <hatchpath> SVG element.
SvgImageAttributes
Trait that provides attributes for the <image> SVG element.
SvgLineAttributes
Trait that provides attributes for the <line> SVG element.
SvgLinearGradientAttributes
Trait that provides attributes for the <linearGradient> SVG element.
SvgMarkerAttributes
Trait that provides attributes for the <marker> SVG element.
SvgMaskAttributes
Trait that provides attributes for the <mask> SVG element.
SvgMetadataAttributes
Trait that provides attributes for the <metadata> SVG element.
SvgMpathAttributes
Trait that provides attributes for the <mpath> SVG element.
SvgPathAttributes
Trait that provides attributes for the <path> SVG element.
SvgPatternAttributes
Trait that provides attributes for the <pattern> SVG element.
SvgPolygonAttributes
Trait that provides attributes for the <polygon> SVG element.
SvgPolylineAttributes
Trait that provides attributes for the <polyline> SVG element.
SvgRadialGradientAttributes
Trait that provides attributes for the <radialGradient> SVG element.
SvgRectAttributes
Trait that provides attributes for the <rect> SVG element.
SvgSetAttributes
Trait that provides attributes for the <set> SVG element.
SvgStopAttributes
Trait that provides attributes for the <stop> SVG element.
SvgSvgAAttributes
Trait that provides attributes for the <svg_a> SVG element.
SvgSvgAttributes
Trait that provides attributes for the <svg> SVG element.
SvgSvgScriptAttributes
Trait that provides attributes for the <svg_script> SVG element.
SvgSvgStyleAttributes
Trait that provides attributes for the <svg_style> SVG element.
SvgSvgTitleAttributes
Trait that provides attributes for the <svg_title> SVG element.
SvgSwitchAttributes
Trait that provides attributes for the <switch> SVG element.
SvgSymbolAttributes
Trait that provides attributes for the <symbol> SVG element.
SvgTextAttributes
Trait that provides attributes for the <text> SVG element.
SvgTextPathAttributes
Trait that provides attributes for the <textPath> SVG element.
SvgTspanAttributes
Trait that provides attributes for the <tspan> SVG element.
SvgUseAttributes
Trait that provides attributes for the <use> SVG element.
SvgViewAttributes
Trait that provides attributes for the <view> SVG element.

Functions§

a
Create a <a> element.
abbr
Create a <abbr> element.
address
Create a <address> element.
animate
Create a <animate> element.
animateMotion
Create a <animateMotion> element.
animateTransform
Create a <animateTransform> element.
area
Create a <area> element.
article
Create a <article> element.
aside
Create a <aside> element.
audio
Create a <audio> element.
b
Create a <b> element.
base
Create a <base> element.
bdi
Create a <bdi> element.
bdo
Create a <bdo> element.
blockquote
Create a <blockquote> element.
body
Create a <body> element.
br
Create a <br> element.
button
Create a <button> element.
canvas
Create a <canvas> element.
caption
Create a <caption> element.
circle
Create a <circle> element.
cite
Create a <cite> element.
clipPath
Create a <clipPath> element.
code
Create a <code> element.
col
Create a <col> element.
colgroup
Create a <colgroup> element.
data
Create a <data> element.
datalist
Create a <datalist> element.
dd
Create a <dd> element.
defs
Create a <defs> element.
del
Create a <del> element.
desc
Create a <desc> element.
details
Create a <details> element.
dfn
Create a <dfn> element.
dialog
Create a <dialog> element.
discard
Create a <discard> element.
div
Create a <div> element.
dl
Create a <dl> element.
dt
Create a <dt> element.
ellipse
Create a <ellipse> element.
em
Create a <em> element.
embed
Create a <embed> element.
feBlend
Create a <feBlend> element.
feColorMatrix
Create a <feColorMatrix> element.
feComponentTransfer
Create a <feComponentTransfer> element.
feComposite
Create a <feComposite> element.
feConvolveMatrix
Create a <feConvolveMatrix> element.
feDiffuseLighting
Create a <feDiffuseLighting> element.
feDisplacementMap
Create a <feDisplacementMap> element.
feDistantLight
Create a <feDistantLight> element.
feDropShadow
Create a <feDropShadow> element.
feFlood
Create a <feFlood> element.
feFuncA
Create a <feFuncA> element.
feFuncB
Create a <feFuncB> element.
feFuncG
Create a <feFuncG> element.
feFuncR
Create a <feFuncR> element.
feGaussianBlur
Create a <feGaussianBlur> element.
feImage
Create a <feImage> element.
feMerge
Create a <feMerge> element.
feMergeNode
Create a <feMergeNode> element.
feMorphology
Create a <feMorphology> element.
feOffset
Create a <feOffset> element.
fePointLight
Create a <fePointLight> element.
feSpecularLighting
Create a <feSpecularLighting> element.
feSpotLight
Create a <feSpotLight> element.
feTile
Create a <feTile> element.
feTurbulence
Create a <feTurbulence> element.
fieldset
Create a <fieldset> element.
figcaption
Create a <figcaption> element.
figure
Create a <figure> element.
filter
Create a <filter> element.
footer
Create a <footer> element.
foreignObject
Create a <foreignObject> element.
form
Create a <form> element.
g
Create a <g> element.
h1
Create a <h1> element.
h2
Create a <h2> element.
h3
Create a <h3> element.
h4
Create a <h4> element.
h5
Create a <h5> element.
h6
Create a <h6> element.
hatch
Create a <hatch> element.
hatchpath
Create a <hatchpath> element.
head
Create a <head> element.
header
Create a <header> element.
hgroup
Create a <hgroup> element.
hr
Create a <hr> element.
html
Create a <html> element.
i
Create a <i> element.
iframe
Create a <iframe> element.
image
Create a <image> element.
img
Create a <img> element.
input
Create a <input> element.
ins
Create a <ins> element.
kbd
Create a <kbd> element.
keygen
Create a <keygen> element.
label
Create a <label> element.
legend
Create a <legend> element.
li
Create a <li> element.
line
Create a <line> element.
linearGradient
Create a <linearGradient> element.
link
Create a <link> element.
main
Create a <main> element.
map
Create a <map> element.
mark
Create a <mark> element.
marker
Create a <marker> element.
mask
Create a <mask> element.
menu
Create a <menu> element.
menuitem
Create a <menuitem> element.
meta
Create a <meta> element.
metadata
Create a <metadata> element.
meter
Create a <meter> element.
mpath
Create a <mpath> element.
nav
Create a <nav> element.
noscript
Create a <noscript> element.
object
Create a <object> element.
ol
Create a <ol> element.
optgroup
Create a <optgroup> element.
option
Create a <option> element.
output
Create a <output> element.
p
Create a <p> element.
param
Create a <param> element.
path
Create a <path> element.
pattern
Create a <pattern> element.
picture
Create a <picture> element.
polygon
Create a <polygon> element.
polyline
Create a <polyline> element.
pre
Create a <pre> element.
progress
Create a <progress> element.
q
Create a <q> element.
radialGradient
Create a <radialGradient> element.
rect
Create a <rect> element.
rp
Create a <rp> element.
rt
Create a <rt> element.
ruby
Create a <ruby> element.
s
Create a <s> element.
samp
Create a <samp> element.
script
Create a <script> element.
section
Create a <section> element.
select
Create a <select> element.
set
Create a <set> element.
small
Create a <small> element.
source
Create a <source> element.
span
Create a <span> element.
stop
Create a <stop> element.
strong
Create a <strong> element.
style
Create a <style> element.
sub
Create a <sub> element.
summary
Create a <summary> element.
sup
Create a <sup> element.
svg
Create a <svg> element.
svg_a
Create a <svg_a> element.
svg_script
Create a <svg_script> element.
svg_style
Create a <svg_style> element.
svg_title
Create a <svg_title> element.
switch
Create a <switch> element.
symbol
Create a <symbol> element.
table
Create a <table> element.
tbody
Create a <tbody> element.
td
Create a <td> element.
template
Create a <template> element.
text
Create a <text> element.
textPath
Create a <textPath> element.
textarea
Create a <textarea> element.
tfoot
Create a <tfoot> element.
th
Create a <th> element.
thead
Create a <thead> element.
time
Create a <time> element.
title
Create a <title> element.
tr
Create a <tr> element.
track
Create a <track> element.
tspan
Create a <tspan> element.
u
Create a <u> element.
ul
Create a <ul> element.
use
Create a <use> element.
var
Create a <var> element.
video
Create a <video> element.
view
Create a <view> element.
wbr
Create a <wbr> element.