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 callinga()
. - Html
Abbr - The
<abbr>
HTML element. This can be created by callingabbr()
. - Html
Address - The
<address>
HTML element. This can be created by callingaddress()
. - Html
Area - The
<area>
HTML element. This can be created by callingarea()
. - Html
Article - The
<article>
HTML element. This can be created by callingarticle()
. - Html
Aside - The
<aside>
HTML element. This can be created by callingaside()
. - Html
Audio - The
<audio>
HTML element. This can be created by callingaudio()
. - HtmlB
- The
<b>
HTML element. This can be created by callingb()
. - Html
Base - The
<base>
HTML element. This can be created by callingbase()
. - HtmlBdi
- The
<bdi>
HTML element. This can be created by callingbdi()
. - HtmlBdo
- The
<bdo>
HTML element. This can be created by callingbdo()
. - Html
Blockquote - The
<blockquote>
HTML element. This can be created by callingblockquote()
. - Html
Body - The
<body>
HTML element. This can be created by callingbody()
. - HtmlBr
- The
<br>
HTML element. This can be created by callingbr()
. - Html
Button - The
<button>
HTML element. This can be created by callingbutton()
. - Html
Canvas - The
<canvas>
HTML element. This can be created by callingcanvas()
. - Html
Caption - The
<caption>
HTML element. This can be created by callingcaption()
. - Html
Cite - The
<cite>
HTML element. This can be created by callingcite()
. - Html
Code - The
<code>
HTML element. This can be created by callingcode()
. - HtmlCol
- The
<col>
HTML element. This can be created by callingcol()
. - Html
Colgroup - The
<colgroup>
HTML element. This can be created by callingcolgroup()
. - Html
Data - The
<data>
HTML element. This can be created by callingdata()
. - Html
Datalist - The
<datalist>
HTML element. This can be created by callingdatalist()
. - HtmlDd
- The
<dd>
HTML element. This can be created by callingdd()
. - HtmlDel
- The
<del>
HTML element. This can be created by callingdel()
. - Html
Details - The
<details>
HTML element. This can be created by callingdetails()
. - HtmlDfn
- The
<dfn>
HTML element. This can be created by callingdfn()
. - Html
Dialog - The
<dialog>
HTML element. This can be created by callingdialog()
. - HtmlDiv
- The
<div>
HTML element. This can be created by callingdiv()
. - HtmlDl
- The
<dl>
HTML element. This can be created by callingdl()
. - HtmlDt
- The
<dt>
HTML element. This can be created by callingdt()
. - HtmlEm
- The
<em>
HTML element. This can be created by callingem()
. - Html
Embed - The
<embed>
HTML element. This can be created by callingembed()
. - Html
Fieldset - The
<fieldset>
HTML element. This can be created by callingfieldset()
. - Html
Figcaption - The
<figcaption>
HTML element. This can be created by callingfigcaption()
. - Html
Figure - The
<figure>
HTML element. This can be created by callingfigure()
. - Html
Footer - The
<footer>
HTML element. This can be created by callingfooter()
. - Html
Form - The
<form>
HTML element. This can be created by callingform()
. - HtmlH1
- The
<h1>
HTML element. This can be created by callingh1()
. - HtmlH2
- The
<h2>
HTML element. This can be created by callingh2()
. - HtmlH3
- The
<h3>
HTML element. This can be created by callingh3()
. - HtmlH4
- The
<h4>
HTML element. This can be created by callingh4()
. - HtmlH5
- The
<h5>
HTML element. This can be created by callingh5()
. - HtmlH6
- The
<h6>
HTML element. This can be created by callingh6()
. - Html
Head - The
<head>
HTML element. This can be created by callinghead()
. - Html
Header - The
<header>
HTML element. This can be created by callingheader()
. - Html
Hgroup - The
<hgroup>
HTML element. This can be created by callinghgroup()
. - HtmlHr
- The
<hr>
HTML element. This can be created by callinghr()
. - Html
Html - The
<html>
HTML element. This can be created by callinghtml()
. - HtmlI
- The
<i>
HTML element. This can be created by callingi()
. - Html
Iframe - The
<iframe>
HTML element. This can be created by callingiframe()
. - HtmlImg
- The
<img>
HTML element. This can be created by callingimg()
. - Html
Input - The
<input>
HTML element. This can be created by callinginput()
. - HtmlIns
- The
<ins>
HTML element. This can be created by callingins()
. - HtmlKbd
- The
<kbd>
HTML element. This can be created by callingkbd()
. - Html
Keygen - The
<keygen>
HTML element. This can be created by callingkeygen()
. - Html
Label - The
<label>
HTML element. This can be created by callinglabel()
. - Html
Legend - The
<legend>
HTML element. This can be created by callinglegend()
. - HtmlLi
- The
<li>
HTML element. This can be created by callingli()
. - Html
Link - The
<link>
HTML element. This can be created by callinglink()
. - Html
Main - The
<main>
HTML element. This can be created by callingmain()
. - HtmlMap
- The
<map>
HTML element. This can be created by callingmap()
. - Html
Mark - The
<mark>
HTML element. This can be created by callingmark()
. - Html
Menu - The
<menu>
HTML element. This can be created by callingmenu()
. - Html
Menuitem - The
<menuitem>
HTML element. This can be created by callingmenuitem()
. - Html
Meta - The
<meta>
HTML element. This can be created by callingmeta()
. - Html
Meter - The
<meter>
HTML element. This can be created by callingmeter()
. - HtmlNav
- The
<nav>
HTML element. This can be created by callingnav()
. - Html
Noscript - The
<noscript>
HTML element. This can be created by callingnoscript()
. - Html
Object - The
<object>
HTML element. This can be created by callingobject()
. - HtmlOl
- The
<ol>
HTML element. This can be created by callingol()
. - Html
Optgroup - The
<optgroup>
HTML element. This can be created by callingoptgroup()
. - Html
Option - The
<option>
HTML element. This can be created by callingoption()
. - Html
Output - The
<output>
HTML element. This can be created by callingoutput()
. - HtmlP
- The
<p>
HTML element. This can be created by callingp()
. - Html
Param - The
<param>
HTML element. This can be created by callingparam()
. - Html
Picture - The
<picture>
HTML element. This can be created by callingpicture()
. - HtmlPre
- The
<pre>
HTML element. This can be created by callingpre()
. - Html
Progress - The
<progress>
HTML element. This can be created by callingprogress()
. - HtmlQ
- The
<q>
HTML element. This can be created by callingq()
. - HtmlRp
- The
<rp>
HTML element. This can be created by callingrp()
. - HtmlRt
- The
<rt>
HTML element. This can be created by callingrt()
. - Html
Ruby - The
<ruby>
HTML element. This can be created by callingruby()
. - HtmlS
- The
<s>
HTML element. This can be created by callings()
. - Html
Samp - The
<samp>
HTML element. This can be created by callingsamp()
. - Html
Script - The
<script>
HTML element. This can be created by callingscript()
. - Html
Section - The
<section>
HTML element. This can be created by callingsection()
. - Html
Select - The
<select>
HTML element. This can be created by callingselect()
. - Html
Small - The
<small>
HTML element. This can be created by callingsmall()
. - Html
Source - The
<source>
HTML element. This can be created by callingsource()
. - Html
Span - The
<span>
HTML element. This can be created by callingspan()
. - Html
Strong - The
<strong>
HTML element. This can be created by callingstrong()
. - Html
Style - The
<style>
HTML element. This can be created by callingstyle()
. - HtmlSub
- The
<sub>
HTML element. This can be created by callingsub()
. - Html
Summary - The
<summary>
HTML element. This can be created by callingsummary()
. - HtmlSup
- The
<sup>
HTML element. This can be created by callingsup()
. - Html
Table - The
<table>
HTML element. This can be created by callingtable()
. - Html
Tbody - The
<tbody>
HTML element. This can be created by callingtbody()
. - HtmlTd
- The
<td>
HTML element. This can be created by callingtd()
. - Html
Template - The
<template>
HTML element. This can be created by callingtemplate()
. - Html
Textarea - The
<textarea>
HTML element. This can be created by callingtextarea()
. - Html
Tfoot - The
<tfoot>
HTML element. This can be created by callingtfoot()
. - HtmlTh
- The
<th>
HTML element. This can be created by callingth()
. - Html
Thead - The
<thead>
HTML element. This can be created by callingthead()
. - Html
Time - The
<time>
HTML element. This can be created by callingtime()
. - Html
Title - The
<title>
HTML element. This can be created by callingtitle()
. - HtmlTr
- The
<tr>
HTML element. This can be created by callingtr()
. - Html
Track - The
<track>
HTML element. This can be created by callingtrack()
. - HtmlU
- The
<u>
HTML element. This can be created by callingu()
. - HtmlUl
- The
<ul>
HTML element. This can be created by callingul()
. - HtmlVar
- The
<var>
HTML element. This can be created by callingvar()
. - Html
Video - The
<video>
HTML element. This can be created by callingvideo()
. - HtmlWbr
- The
<wbr>
HTML element. This can be created by callingwbr()
. - SvgAnimate
- The
<animate>
SVG element. This can be created by callinganimate()
. - SvgAnimate
Motion - The
<animateMotion>
SVG element. This can be created by callinganimateMotion()
. - SvgAnimate
Transform - The
<animateTransform>
SVG element. This can be created by callinganimateTransform()
. - SvgCircle
- The
<circle>
SVG element. This can be created by callingcircle()
. - SvgClip
Path - The
<clipPath>
SVG element. This can be created by callingclipPath()
. - SvgDefs
- The
<defs>
SVG element. This can be created by callingdefs()
. - SvgDesc
- The
<desc>
SVG element. This can be created by callingdesc()
. - SvgDiscard
- The
<discard>
SVG element. This can be created by callingdiscard()
. - SvgEllipse
- The
<ellipse>
SVG element. This can be created by callingellipse()
. - SvgFe
Blend - The
<feBlend>
SVG element. This can be created by callingfeBlend()
. - SvgFe
Color Matrix - The
<feColorMatrix>
SVG element. This can be created by callingfeColorMatrix()
. - SvgFe
Component Transfer - The
<feComponentTransfer>
SVG element. This can be created by callingfeComponentTransfer()
. - SvgFe
Composite - The
<feComposite>
SVG element. This can be created by callingfeComposite()
. - SvgFe
Convolve Matrix - The
<feConvolveMatrix>
SVG element. This can be created by callingfeConvolveMatrix()
. - SvgFe
Diffuse Lighting - The
<feDiffuseLighting>
SVG element. This can be created by callingfeDiffuseLighting()
. - SvgFe
Displacement Map - The
<feDisplacementMap>
SVG element. This can be created by callingfeDisplacementMap()
. - SvgFe
Distant Light - The
<feDistantLight>
SVG element. This can be created by callingfeDistantLight()
. - SvgFe
Drop Shadow - The
<feDropShadow>
SVG element. This can be created by callingfeDropShadow()
. - SvgFe
Flood - The
<feFlood>
SVG element. This can be created by callingfeFlood()
. - SvgFe
FuncA - The
<feFuncA>
SVG element. This can be created by callingfeFuncA()
. - SvgFe
FuncB - The
<feFuncB>
SVG element. This can be created by callingfeFuncB()
. - SvgFe
FuncG - The
<feFuncG>
SVG element. This can be created by callingfeFuncG()
. - SvgFe
FuncR - The
<feFuncR>
SVG element. This can be created by callingfeFuncR()
. - SvgFe
Gaussian Blur - The
<feGaussianBlur>
SVG element. This can be created by callingfeGaussianBlur()
. - SvgFe
Image - The
<feImage>
SVG element. This can be created by callingfeImage()
. - SvgFe
Merge - The
<feMerge>
SVG element. This can be created by callingfeMerge()
. - SvgFe
Merge Node - The
<feMergeNode>
SVG element. This can be created by callingfeMergeNode()
. - SvgFe
Morphology - The
<feMorphology>
SVG element. This can be created by callingfeMorphology()
. - SvgFe
Offset - The
<feOffset>
SVG element. This can be created by callingfeOffset()
. - SvgFe
Point Light - The
<fePointLight>
SVG element. This can be created by callingfePointLight()
. - SvgFe
Specular Lighting - The
<feSpecularLighting>
SVG element. This can be created by callingfeSpecularLighting()
. - SvgFe
Spot Light - The
<feSpotLight>
SVG element. This can be created by callingfeSpotLight()
. - SvgFe
Tile - The
<feTile>
SVG element. This can be created by callingfeTile()
. - SvgFe
Turbulence - The
<feTurbulence>
SVG element. This can be created by callingfeTurbulence()
. - SvgFilter
- The
<filter>
SVG element. This can be created by callingfilter()
. - SvgForeign
Object - The
<foreignObject>
SVG element. This can be created by callingforeignObject()
. - SvgG
- The
<g>
SVG element. This can be created by callingg()
. - SvgHatch
- The
<hatch>
SVG element. This can be created by callinghatch()
. - SvgHatchpath
- The
<hatchpath>
SVG element. This can be created by callinghatchpath()
. - SvgImage
- The
<image>
SVG element. This can be created by callingimage()
. - SvgLine
- The
<line>
SVG element. This can be created by callingline()
. - SvgLinear
Gradient - The
<linearGradient>
SVG element. This can be created by callinglinearGradient()
. - SvgMarker
- The
<marker>
SVG element. This can be created by callingmarker()
. - SvgMask
- The
<mask>
SVG element. This can be created by callingmask()
. - SvgMetadata
- The
<metadata>
SVG element. This can be created by callingmetadata()
. - SvgMpath
- The
<mpath>
SVG element. This can be created by callingmpath()
. - SvgPath
- The
<path>
SVG element. This can be created by callingpath()
. - SvgPattern
- The
<pattern>
SVG element. This can be created by callingpattern()
. - SvgPolygon
- The
<polygon>
SVG element. This can be created by callingpolygon()
. - SvgPolyline
- The
<polyline>
SVG element. This can be created by callingpolyline()
. - SvgRadial
Gradient - The
<radialGradient>
SVG element. This can be created by callingradialGradient()
. - SvgRect
- The
<rect>
SVG element. This can be created by callingrect()
. - SvgSet
- The
<set>
SVG element. This can be created by callingset()
. - SvgStop
- The
<stop>
SVG element. This can be created by callingstop()
. - SvgSvg
- The
<svg>
SVG element. This can be created by callingsvg()
. - SvgSvgA
- The
<svg_a>
SVG element. This can be created by callingsvg_a()
. - SvgSvg
Script - The
<svg_script>
SVG element. This can be created by callingsvg_script()
. - SvgSvg
Style - The
<svg_style>
SVG element. This can be created by callingsvg_style()
. - SvgSvg
Title - The
<svg_title>
SVG element. This can be created by callingsvg_title()
. - SvgSwitch
- The
<switch>
SVG element. This can be created by callingswitch()
. - SvgSymbol
- The
<symbol>
SVG element. This can be created by callingsymbol()
. - SvgText
- The
<text>
SVG element. This can be created by callingtext()
. - SvgText
Path - The
<textPath>
SVG element. This can be created by callingtextPath()
. - SvgTspan
- The
<tspan>
SVG element. This can be created by callingtspan()
. - SvgUse
- The
<use>
SVG element. This can be created by callinguse()
. - SvgView
- The
<view>
SVG element. This can be created by callingview()
.
Traits§
- HtmlA
Attributes - Trait that provides attributes for the
<a>
HTML element. - Html
Abbr Attributes - Trait that provides attributes for the
<abbr>
HTML element. - Html
Address Attributes - Trait that provides attributes for the
<address>
HTML element. - Html
Area Attributes - Trait that provides attributes for the
<area>
HTML element. - Html
Article Attributes - Trait that provides attributes for the
<article>
HTML element. - Html
Aside Attributes - Trait that provides attributes for the
<aside>
HTML element. - Html
Audio Attributes - Trait that provides attributes for the
<audio>
HTML element. - HtmlB
Attributes - Trait that provides attributes for the
<b>
HTML element. - Html
Base Attributes - Trait that provides attributes for the
<base>
HTML element. - Html
BdiAttributes - Trait that provides attributes for the
<bdi>
HTML element. - Html
BdoAttributes - Trait that provides attributes for the
<bdo>
HTML element. - Html
Blockquote Attributes - Trait that provides attributes for the
<blockquote>
HTML element. - Html
Body Attributes - Trait that provides attributes for the
<body>
HTML element. - Html
BrAttributes - Trait that provides attributes for the
<br>
HTML element. - Html
Button Attributes - Trait that provides attributes for the
<button>
HTML element. - Html
Canvas Attributes - Trait that provides attributes for the
<canvas>
HTML element. - Html
Caption Attributes - Trait that provides attributes for the
<caption>
HTML element. - Html
Cite Attributes - Trait that provides attributes for the
<cite>
HTML element. - Html
Code Attributes - Trait that provides attributes for the
<code>
HTML element. - Html
ColAttributes - Trait that provides attributes for the
<col>
HTML element. - Html
Colgroup Attributes - Trait that provides attributes for the
<colgroup>
HTML element. - Html
Data Attributes - Trait that provides attributes for the
<data>
HTML element. - Html
Datalist Attributes - Trait that provides attributes for the
<datalist>
HTML element. - Html
DdAttributes - Trait that provides attributes for the
<dd>
HTML element. - Html
DelAttributes - Trait that provides attributes for the
<del>
HTML element. - Html
Details Attributes - Trait that provides attributes for the
<details>
HTML element. - Html
DfnAttributes - Trait that provides attributes for the
<dfn>
HTML element. - Html
Dialog Attributes - Trait that provides attributes for the
<dialog>
HTML element. - Html
DivAttributes - Trait that provides attributes for the
<div>
HTML element. - Html
DlAttributes - Trait that provides attributes for the
<dl>
HTML element. - Html
DtAttributes - Trait that provides attributes for the
<dt>
HTML element. - Html
EmAttributes - Trait that provides attributes for the
<em>
HTML element. - Html
Embed Attributes - Trait that provides attributes for the
<embed>
HTML element. - Html
Fieldset Attributes - Trait that provides attributes for the
<fieldset>
HTML element. - Html
Figcaption Attributes - Trait that provides attributes for the
<figcaption>
HTML element. - Html
Figure Attributes - Trait that provides attributes for the
<figure>
HTML element. - Html
Footer Attributes - Trait that provides attributes for the
<footer>
HTML element. - Html
Form Attributes - Trait that provides attributes for the
<form>
HTML element. - Html
H1Attributes - Trait that provides attributes for the
<h1>
HTML element. - Html
H2Attributes - Trait that provides attributes for the
<h2>
HTML element. - Html
H3Attributes - Trait that provides attributes for the
<h3>
HTML element. - Html
H4Attributes - Trait that provides attributes for the
<h4>
HTML element. - Html
H5Attributes - Trait that provides attributes for the
<h5>
HTML element. - Html
H6Attributes - Trait that provides attributes for the
<h6>
HTML element. - Html
Head Attributes - Trait that provides attributes for the
<head>
HTML element. - Html
Header Attributes - Trait that provides attributes for the
<header>
HTML element. - Html
Hgroup Attributes - Trait that provides attributes for the
<hgroup>
HTML element. - Html
HrAttributes - Trait that provides attributes for the
<hr>
HTML element. - Html
Html Attributes - Trait that provides attributes for the
<html>
HTML element. - HtmlI
Attributes - Trait that provides attributes for the
<i>
HTML element. - Html
Iframe Attributes - Trait that provides attributes for the
<iframe>
HTML element. - Html
ImgAttributes - Trait that provides attributes for the
<img>
HTML element. - Html
Input Attributes - Trait that provides attributes for the
<input>
HTML element. - Html
InsAttributes - Trait that provides attributes for the
<ins>
HTML element. - Html
KbdAttributes - Trait that provides attributes for the
<kbd>
HTML element. - Html
Keygen Attributes - Trait that provides attributes for the
<keygen>
HTML element. - Html
Label Attributes - Trait that provides attributes for the
<label>
HTML element. - Html
Legend Attributes - Trait that provides attributes for the
<legend>
HTML element. - Html
LiAttributes - Trait that provides attributes for the
<li>
HTML element. - Html
Link Attributes - Trait that provides attributes for the
<link>
HTML element. - Html
Main Attributes - Trait that provides attributes for the
<main>
HTML element. - Html
MapAttributes - Trait that provides attributes for the
<map>
HTML element. - Html
Mark Attributes - Trait that provides attributes for the
<mark>
HTML element. - Html
Menu Attributes - Trait that provides attributes for the
<menu>
HTML element. - Html
Menuitem Attributes - Trait that provides attributes for the
<menuitem>
HTML element. - Html
Meta Attributes - Trait that provides attributes for the
<meta>
HTML element. - Html
Meter Attributes - Trait that provides attributes for the
<meter>
HTML element. - Html
NavAttributes - Trait that provides attributes for the
<nav>
HTML element. - Html
Noscript Attributes - Trait that provides attributes for the
<noscript>
HTML element. - Html
Object Attributes - Trait that provides attributes for the
<object>
HTML element. - Html
OlAttributes - Trait that provides attributes for the
<ol>
HTML element. - Html
Optgroup Attributes - Trait that provides attributes for the
<optgroup>
HTML element. - Html
Option Attributes - Trait that provides attributes for the
<option>
HTML element. - Html
Output Attributes - Trait that provides attributes for the
<output>
HTML element. - HtmlP
Attributes - Trait that provides attributes for the
<p>
HTML element. - Html
Param Attributes - Trait that provides attributes for the
<param>
HTML element. - Html
Picture Attributes - Trait that provides attributes for the
<picture>
HTML element. - Html
PreAttributes - Trait that provides attributes for the
<pre>
HTML element. - Html
Progress Attributes - Trait that provides attributes for the
<progress>
HTML element. - HtmlQ
Attributes - Trait that provides attributes for the
<q>
HTML element. - Html
RpAttributes - Trait that provides attributes for the
<rp>
HTML element. - Html
RtAttributes - Trait that provides attributes for the
<rt>
HTML element. - Html
Ruby Attributes - Trait that provides attributes for the
<ruby>
HTML element. - HtmlS
Attributes - Trait that provides attributes for the
<s>
HTML element. - Html
Samp Attributes - Trait that provides attributes for the
<samp>
HTML element. - Html
Script Attributes - Trait that provides attributes for the
<script>
HTML element. - Html
Section Attributes - Trait that provides attributes for the
<section>
HTML element. - Html
Select Attributes - Trait that provides attributes for the
<select>
HTML element. - Html
Small Attributes - Trait that provides attributes for the
<small>
HTML element. - Html
Source Attributes - Trait that provides attributes for the
<source>
HTML element. - Html
Span Attributes - Trait that provides attributes for the
<span>
HTML element. - Html
Strong Attributes - Trait that provides attributes for the
<strong>
HTML element. - Html
Style Attributes - Trait that provides attributes for the
<style>
HTML element. - Html
SubAttributes - Trait that provides attributes for the
<sub>
HTML element. - Html
Summary Attributes - Trait that provides attributes for the
<summary>
HTML element. - Html
SupAttributes - Trait that provides attributes for the
<sup>
HTML element. - Html
Table Attributes - Trait that provides attributes for the
<table>
HTML element. - Html
Tbody Attributes - Trait that provides attributes for the
<tbody>
HTML element. - Html
TdAttributes - Trait that provides attributes for the
<td>
HTML element. - Html
Template Attributes - Trait that provides attributes for the
<template>
HTML element. - Html
Textarea Attributes - Trait that provides attributes for the
<textarea>
HTML element. - Html
Tfoot Attributes - Trait that provides attributes for the
<tfoot>
HTML element. - Html
ThAttributes - Trait that provides attributes for the
<th>
HTML element. - Html
Thead Attributes - Trait that provides attributes for the
<thead>
HTML element. - Html
Time Attributes - Trait that provides attributes for the
<time>
HTML element. - Html
Title Attributes - Trait that provides attributes for the
<title>
HTML element. - Html
TrAttributes - Trait that provides attributes for the
<tr>
HTML element. - Html
Track Attributes - Trait that provides attributes for the
<track>
HTML element. - HtmlU
Attributes - Trait that provides attributes for the
<u>
HTML element. - Html
UlAttributes - Trait that provides attributes for the
<ul>
HTML element. - Html
VarAttributes - Trait that provides attributes for the
<var>
HTML element. - Html
Video Attributes - Trait that provides attributes for the
<video>
HTML element. - Html
WbrAttributes - Trait that provides attributes for the
<wbr>
HTML element. - SvgAnimate
Attributes - Trait that provides attributes for the
<animate>
SVG element. - SvgAnimate
Motion Attributes - Trait that provides attributes for the
<animateMotion>
SVG element. - SvgAnimate
Transform Attributes - Trait that provides attributes for the
<animateTransform>
SVG element. - SvgCircle
Attributes - Trait that provides attributes for the
<circle>
SVG element. - SvgClip
Path Attributes - Trait that provides attributes for the
<clipPath>
SVG element. - SvgDefs
Attributes - Trait that provides attributes for the
<defs>
SVG element. - SvgDesc
Attributes - Trait that provides attributes for the
<desc>
SVG element. - SvgDiscard
Attributes - Trait that provides attributes for the
<discard>
SVG element. - SvgEllipse
Attributes - Trait that provides attributes for the
<ellipse>
SVG element. - SvgFe
Blend Attributes - Trait that provides attributes for the
<feBlend>
SVG element. - SvgFe
Color Matrix Attributes - Trait that provides attributes for the
<feColorMatrix>
SVG element. - SvgFe
Component Transfer Attributes - Trait that provides attributes for the
<feComponentTransfer>
SVG element. - SvgFe
Composite Attributes - Trait that provides attributes for the
<feComposite>
SVG element. - SvgFe
Convolve Matrix Attributes - Trait that provides attributes for the
<feConvolveMatrix>
SVG element. - SvgFe
Diffuse Lighting Attributes - Trait that provides attributes for the
<feDiffuseLighting>
SVG element. - SvgFe
Displacement MapAttributes - Trait that provides attributes for the
<feDisplacementMap>
SVG element. - SvgFe
Distant Light Attributes - Trait that provides attributes for the
<feDistantLight>
SVG element. - SvgFe
Drop Shadow Attributes - Trait that provides attributes for the
<feDropShadow>
SVG element. - SvgFe
Flood Attributes - Trait that provides attributes for the
<feFlood>
SVG element. - SvgFe
FuncA Attributes - Trait that provides attributes for the
<feFuncA>
SVG element. - SvgFe
FuncB Attributes - Trait that provides attributes for the
<feFuncB>
SVG element. - SvgFe
FuncG Attributes - Trait that provides attributes for the
<feFuncG>
SVG element. - SvgFe
FuncR Attributes - Trait that provides attributes for the
<feFuncR>
SVG element. - SvgFe
Gaussian Blur Attributes - Trait that provides attributes for the
<feGaussianBlur>
SVG element. - SvgFe
Image Attributes - Trait that provides attributes for the
<feImage>
SVG element. - SvgFe
Merge Attributes - Trait that provides attributes for the
<feMerge>
SVG element. - SvgFe
Merge Node Attributes - Trait that provides attributes for the
<feMergeNode>
SVG element. - SvgFe
Morphology Attributes - Trait that provides attributes for the
<feMorphology>
SVG element. - SvgFe
Offset Attributes - Trait that provides attributes for the
<feOffset>
SVG element. - SvgFe
Point Light Attributes - Trait that provides attributes for the
<fePointLight>
SVG element. - SvgFe
Specular Lighting Attributes - Trait that provides attributes for the
<feSpecularLighting>
SVG element. - SvgFe
Spot Light Attributes - Trait that provides attributes for the
<feSpotLight>
SVG element. - SvgFe
Tile Attributes - Trait that provides attributes for the
<feTile>
SVG element. - SvgFe
Turbulence Attributes - Trait that provides attributes for the
<feTurbulence>
SVG element. - SvgFilter
Attributes - Trait that provides attributes for the
<filter>
SVG element. - SvgForeign
Object Attributes - Trait that provides attributes for the
<foreignObject>
SVG element. - SvgG
Attributes - Trait that provides attributes for the
<g>
SVG element. - SvgHatch
Attributes - Trait that provides attributes for the
<hatch>
SVG element. - SvgHatchpath
Attributes - Trait that provides attributes for the
<hatchpath>
SVG element. - SvgImage
Attributes - Trait that provides attributes for the
<image>
SVG element. - SvgLine
Attributes - Trait that provides attributes for the
<line>
SVG element. - SvgLinear
Gradient Attributes - Trait that provides attributes for the
<linearGradient>
SVG element. - SvgMarker
Attributes - Trait that provides attributes for the
<marker>
SVG element. - SvgMask
Attributes - Trait that provides attributes for the
<mask>
SVG element. - SvgMetadata
Attributes - Trait that provides attributes for the
<metadata>
SVG element. - SvgMpath
Attributes - Trait that provides attributes for the
<mpath>
SVG element. - SvgPath
Attributes - Trait that provides attributes for the
<path>
SVG element. - SvgPattern
Attributes - Trait that provides attributes for the
<pattern>
SVG element. - SvgPolygon
Attributes - Trait that provides attributes for the
<polygon>
SVG element. - SvgPolyline
Attributes - Trait that provides attributes for the
<polyline>
SVG element. - SvgRadial
Gradient Attributes - Trait that provides attributes for the
<radialGradient>
SVG element. - SvgRect
Attributes - Trait that provides attributes for the
<rect>
SVG element. - SvgSet
Attributes - Trait that provides attributes for the
<set>
SVG element. - SvgStop
Attributes - Trait that provides attributes for the
<stop>
SVG element. - SvgSvgA
Attributes - Trait that provides attributes for the
<svg_a>
SVG element. - SvgSvg
Attributes - Trait that provides attributes for the
<svg>
SVG element. - SvgSvg
Script Attributes - Trait that provides attributes for the
<svg_script>
SVG element. - SvgSvg
Style Attributes - Trait that provides attributes for the
<svg_style>
SVG element. - SvgSvg
Title Attributes - Trait that provides attributes for the
<svg_title>
SVG element. - SvgSwitch
Attributes - Trait that provides attributes for the
<switch>
SVG element. - SvgSymbol
Attributes - Trait that provides attributes for the
<symbol>
SVG element. - SvgText
Attributes - Trait that provides attributes for the
<text>
SVG element. - SvgText
Path Attributes - Trait that provides attributes for the
<textPath>
SVG element. - SvgTspan
Attributes - Trait that provides attributes for the
<tspan>
SVG element. - SvgUse
Attributes - Trait that provides attributes for the
<use>
SVG element. - SvgView
Attributes - 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. - animate
Motion - Create a
<animateMotion>
element. - animate
Transform - 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. - clip
Path - 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. - feColor
Matrix - Create a
<feColorMatrix>
element. - feComponent
Transfer - Create a
<feComponentTransfer>
element. - feComposite
- Create a
<feComposite>
element. - feConvolve
Matrix - Create a
<feConvolveMatrix>
element. - feDiffuse
Lighting - Create a
<feDiffuseLighting>
element. - feDisplacement
Map - Create a
<feDisplacementMap>
element. - feDistant
Light - Create a
<feDistantLight>
element. - feDrop
Shadow - 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. - feGaussian
Blur - Create a
<feGaussianBlur>
element. - feImage
- Create a
<feImage>
element. - feMerge
- Create a
<feMerge>
element. - feMerge
Node - Create a
<feMergeNode>
element. - feMorphology
- Create a
<feMorphology>
element. - feOffset
- Create a
<feOffset>
element. - fePoint
Light - Create a
<fePointLight>
element. - feSpecular
Lighting - Create a
<feSpecularLighting>
element. - feSpot
Light - 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. - foreign
Object - 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. - linear
Gradient - 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. - radial
Gradient - 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. - text
Path - 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.