node_fn.php
Table of Contents
Functions
-
html()
: FutureNode<string|int, HtmlNode>
-
head()
: FutureNode<string|int, HeadNode>
-
title()
: FutureNode<string|int, TitleNode>
-
base()
: BaseNode
-
link()
: LinkNode
-
meta()
: MetaNode
-
style()
: FutureNode<string|int, StyleNode>
-
body()
: FutureNode<string|int, BodyNode>
-
article()
: FutureNode<string|int, ArticleNode>
-
section()
: FutureNode<string|int, SectionNode>
-
nav()
: FutureNode<string|int, NavNode>
-
aside()
: FutureNode<string|int, AsideNode>
-
h1()
: FutureNode<string|int, H1Node>
-
h2()
: FutureNode<string|int, H2Node>
-
h3()
: FutureNode<string|int, H3Node>
-
h4()
: FutureNode<string|int, H4Node>
-
h5()
: FutureNode<string|int, H5Node>
-
h6()
: FutureNode<string|int, H6Node>
-
hgroup()
: FutureNode<string|int, HgroupNode>
-
header()
: FutureNode<string|int, HeaderNode>
-
footer()
: FutureNode<string|int, FooterNode>
-
address()
: FutureNode<string|int, AddressNode>
-
p()
: FutureNode<string|int, PNode>
-
hr()
: HrNode
-
pre()
: FutureNode<string|int, PreNode>
-
blockquote()
: FutureNode<string|int, BlockquoteNode>
-
ol()
: FutureNode<string|int, OlNode>
-
ul()
: FutureNode<string|int, UlNode>
-
menu()
: FutureNode<string|int, MenuNode>
-
li()
: FutureNode<string|int, LiNode>
-
dl()
: FutureNode<string|int, DlNode>
-
dt()
: FutureNode<string|int, DtNode>
-
dd()
: FutureNode<string|int, DdNode>
-
figure()
: FutureNode<string|int, FigureNode>
-
figcaption()
: FutureNode<string|int, FigcaptionNode>
-
main()
: FutureNode<string|int, MainNode>
-
search()
: FutureNode<string|int, SearchNode>
-
div()
: FutureNode<string|int, DivNode>
-
a()
: FutureNode<string|int, ANode>
-
em()
: FutureNode<string|int, EmNode>
-
strong()
: FutureNode<string|int, StrongNode>
-
small()
: FutureNode<string|int, SmallNode>
-
s()
: FutureNode<string|int, SNode>
-
cite()
: FutureNode<string|int, CiteNode>
-
q()
: FutureNode<string|int, QNode>
-
dfn()
: FutureNode<string|int, DfnNode>
-
abbr()
: FutureNode<string|int, AbbrNode>
-
ruby()
: FutureNode<string|int, RubyNode>
-
rt()
: FutureNode<string|int, RtNode>
-
rp()
: FutureNode<string|int, RpNode>
-
data()
: FutureNode<string|int, DataNode>
-
time()
: FutureNode<string|int, TimeNode>
-
code()
: FutureNode<string|int, CodeNode>
-
html_var()
: FutureNode<string|int, VarNode>
-
samp()
: FutureNode<string|int, SampNode>
-
kbd()
: FutureNode<string|int, KbdNode>
-
sub()
: FutureNode<string|int, SubNode>
-
sup()
: FutureNode<string|int, SupNode>
-
i()
: FutureNode<string|int, INode>
-
b()
: FutureNode<string|int, BNode>
-
u()
: FutureNode<string|int, UNode>
-
mark()
: FutureNode<string|int, MarkNode>
-
bdi()
: FutureNode<string|int, BdiNode>
-
bdo()
: FutureNode<string|int, BdoNode>
-
span()
: FutureNode<string|int, SpanNode>
-
br()
: BrNode
-
wbr()
: WbrNode
-
ins()
: FutureNode<string|int, InsNode>
-
del()
: FutureNode<string|int, DelNode>
-
picture()
: FutureNode<string|int, PictureNode>
-
source()
: SourceNode
-
img()
: ImgNode
-
iframe()
: FutureNode<string|int, IframeNode>
-
embed()
: EmbedNode
-
object()
: FutureNode<string|int, ObjectNode>
-
video()
: FutureNode<string|int, VideoNode>
-
audio()
: FutureNode<string|int, AudioNode>
-
track()
: TrackNode
-
map()
: FutureNode<string|int, MapNode>
-
area()
: AreaNode
-
table()
: FutureNode<string|int, TableNode>
-
caption()
: FutureNode<string|int, CaptionNode>
-
colgroup()
: FutureNode<string|int, ColgroupNode>
-
col()
: ColNode
-
tbody()
: FutureNode<string|int, TbodyNode>
-
thead()
: FutureNode<string|int, TheadNode>
-
tfoot()
: FutureNode<string|int, TfootNode>
-
tr()
: FutureNode<string|int, TrNode>
-
td()
: FutureNode<string|int, TdNode>
-
th()
: FutureNode<string|int, ThNode>
-
form()
: FutureNode<string|int, FormNode>
-
label()
: FutureNode<string|int, LabelNode>
-
input()
: InputNode
-
button()
: FutureNode<string|int, ButtonNode>
-
select()
: FutureNode<string|int, SelectNode>
-
datalist()
: FutureNode<string|int, DatalistNode>
-
optgroup()
: FutureNode<string|int, OptgroupNode>
-
option()
: FutureNode<string|int, OptionNode>
-
textarea()
: FutureNode<string|int, TextareaNode>
-
output()
: FutureNode<string|int, OutputNode>
-
progress()
: FutureNode<string|int, ProgressNode>
-
meter()
: FutureNode<string|int, MeterNode>
-
fieldset()
: FutureNode<string|int, FieldsetNode>
-
legend()
: FutureNode<string|int, LegendNode>
-
selectedcontent()
: FutureNode<string|int, SelectedcontentNode>
-
details()
: FutureNode<string|int, DetailsNode>
-
summary()
: FutureNode<string|int, SummaryNode>
-
dialog()
: FutureNode<string|int, DialogNode>
-
script()
: FutureNode<string|int, ScriptNode>
-
noscript()
: FutureNode<string|int, NoscriptNode>
-
template()
: FutureNode<string|int, TemplateNode>
-
slot()
: FutureNode<string|int, SlotNode>
-
canvas()
: FutureNode<string|int, CanvasNode>
-
applet()
: FutureNode<string|int, AppletNode>
-
acronym()
: FutureNode<string|int, AcronymNode>
-
bgsound()
: FutureNode<string|int, BgsoundNode>
-
dir()
: FutureNode<string|int, DirNode>
-
frame()
: FutureNode<string|int, FrameNode>
-
frameset()
: FutureNode<string|int, FramesetNode>
-
noframes()
: FutureNode<string|int, NoframesNode>
-
isindex()
: FutureNode<string|int, IsindexNode>
-
keygen()
: FutureNode<string|int, KeygenNode>
-
listing()
: FutureNode<string|int, ListingNode>
-
menuitem()
: FutureNode<string|int, MenuitemNode>
-
nextid()
: FutureNode<string|int, NextidNode>
-
noembed()
: FutureNode<string|int, NoembedNode>
-
param()
: FutureNode<string|int, ParamNode>
-
plaintext()
: FutureNode<string|int, PlaintextNode>
-
rb()
: FutureNode<string|int, RbNode>
-
rtc()
: FutureNode<string|int, RtcNode>
-
strike()
: FutureNode<string|int, StrikeNode>
-
xmp()
: FutureNode<string|int, XmpNode>
-
basefont()
: FutureNode<string|int, BasefontNode>
-
big()
: FutureNode<string|int, BigNode>
-
blink()
: FutureNode<string|int, BlinkNode>
-
center()
: FutureNode<string|int, CenterNode>
-
font()
: FutureNode<string|int, FontNode>
-
marquee()
: FutureNode<string|int, MarqueeNode>
-
multicol()
: FutureNode<string|int, MulticolNode>
-
nobr()
: FutureNode<string|int, NobrNode>
-
spacer()
: FutureNode<string|int, SpacerNode>
-
tt()
: FutureNode<string|int, TtNode>
html()
html([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, HtmlNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
head()
head([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, HeadNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
title()
title([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $text = null ]) : FutureNode<string|int, TitleNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$text
: string|null
= null
-
base()
base([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $href = null ][, string|null $target = null ]) : BaseNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$href
: string|null
= null
-
-
$target
: string|null
= null
-
link()
link([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $href = null ][, string|null $crossOrigin = null ][, string|null $rel = null ][, string|null $as = null ][, string|null $relList = null ][, string|null $media = null ][, string|null $integrity = null ][, string|null $hreflang = null ][, string|null $type = null ][, string|null $sizes = null ][, string|null $imageSrcset = null ][, string|null $imageSizes = null ][, string|null $referrerPolicy = null ][, string|null $blocking = null ][, bool|null $disabled = null ][, string|null $fetchPriority = null ]) : LinkNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$href
: string|null
= null
-
-
$crossOrigin
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$as
: string|null
= null
-
-
$relList
: string|null
= null
-
-
$media
: string|null
= null
-
-
$integrity
: string|null
= null
-
-
$hreflang
: string|null
= null
-
-
$type
: string|null
= null
-
-
$sizes
: string|null
= null
-
-
$imageSrcset
: string|null
= null
-
-
$imageSizes
: string|null
= null
-
-
$referrerPolicy
: string|null
= null
-
-
$blocking
: string|null
= null
-
-
$disabled
: bool|null
= null
-
-
$fetchPriority
: string|null
= null
-
meta([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $name = null ][, string|null $httpEquiv = null ][, string|null $content = null ][, string|null $media = null ]) : MetaNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$name
: string|null
= null
-
-
$httpEquiv
: string|null
= null
-
-
$content
: string|null
= null
-
-
$media
: string|null
= null
-
style()
style([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $disabled = null ][, string|null $media = null ][, string|null $blocking = null ]) : FutureNode<string|int, StyleNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$disabled
: bool|null
= null
-
-
$media
: string|null
= null
-
-
$blocking
: string|null
= null
-
body()
body([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BodyNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
article()
article([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, ArticleNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
section()
section([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SectionNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
nav()
nav([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, NavNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
aside()
aside([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, AsideNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
h1()
h1([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, H1Node>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
h2()
h2([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, H2Node>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
h3()
h3([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, H3Node>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
h4()
h4([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, H4Node>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
h5()
h5([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, H5Node>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
h6()
h6([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, H6Node>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
hgroup()
hgroup([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, HgroupNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
header([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, HeaderNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
footer([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, FooterNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
address()
address([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, AddressNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
p()
p([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, PNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
hr()
hr([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : HrNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
pre()
pre([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, PreNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
blockquote()
blockquote([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $cite = null ]) : FutureNode<string|int, BlockquoteNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$cite
: string|null
= null
-
ol()
ol([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $reversed = null ][, int|null $start = null ][, string|null $type = null ]) : FutureNode<string|int, OlNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$reversed
: bool|null
= null
-
-
$start
: int|null
= null
-
-
$type
: string|null
= null
-
ul()
ul([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, UlNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
menu([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, MenuNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
li()
li([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $value = null ]) : FutureNode<string|int, LiNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$value
: int|null
= null
-
dl()
dl([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, DlNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
dt()
dt([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, DtNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
dd()
dd([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, DdNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
figure([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, FigureNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
figcaption()
figcaption([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, FigcaptionNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
main()
main([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, MainNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
search()
search([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SearchNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
div()
div([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, DivNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
a()
a([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $target = null ][, string|null $download = null ][, string|null $ping = null ][, string|null $rel = null ][, string|null $relList = null ][, string|null $hreflang = null ][, string|null $type = null ][, string|null $text = null ][, string|null $referrerPolicy = null ][, string|null $href = null ]) : FutureNode<string|int, ANode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$target
: string|null
= null
-
-
$download
: string|null
= null
-
-
$ping
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
-
$hreflang
: string|null
= null
-
-
$type
: string|null
= null
-
-
$text
: string|null
= null
-
-
$referrerPolicy
: string|null
= null
-
-
$href
: string|null
= null
-
em()
em([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, EmNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
strong()
strong([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, StrongNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
small()
small([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SmallNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
s()
s([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
cite()
cite([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, CiteNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
q()
q([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $cite = null ]) : FutureNode<string|int, QNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$cite
: string|null
= null
-
dfn()
dfn([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, DfnNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
abbr()
abbr([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, AbbrNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
ruby()
ruby([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, RubyNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
rt()
rt([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, RtNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
rp()
rp([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, RpNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
data()
data([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $value = null ]) : FutureNode<string|int, DataNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$value
: string|null
= null
-
time()
time([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $dateTime = null ]) : FutureNode<string|int, TimeNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$dateTime
: string|null
= null
-
code()
code([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, CodeNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
html_var()
html_var([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, VarNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
samp()
samp([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SampNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
kbd()
kbd([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, KbdNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
sub()
sub([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SubNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
sup()
sup([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SupNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
i()
i([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, INode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
b()
b([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
u()
u([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, UNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
mark()
mark([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, MarkNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
bdi()
bdi([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BdiNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
bdo()
bdo([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BdoNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
span()
span([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SpanNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
br()
br([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : BrNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
wbr()
wbr([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : WbrNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
ins()
ins([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $cite = null ][, string|null $dateTime = null ]) : FutureNode<string|int, InsNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$cite
: string|null
= null
-
-
$dateTime
: string|null
= null
-
del()
del([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $cite = null ][, string|null $dateTime = null ]) : FutureNode<string|int, DelNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$cite
: string|null
= null
-
-
$dateTime
: string|null
= null
-
picture()
picture([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, PictureNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
source()
source([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $src = null ][, string|null $type = null ][, string|null $srcset = null ][, string|null $sizes = null ][, string|null $media = null ][, int|null $width = null ][, int|null $height = null ]) : SourceNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$src
: string|null
= null
-
-
$type
: string|null
= null
-
-
$srcset
: string|null
= null
-
-
$sizes
: string|null
= null
-
-
$media
: string|null
= null
-
-
$width
: int|null
= null
-
-
$height
: int|null
= null
-
img()
img([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $alt = null ][, string|null $src = null ][, string|null $srcset = null ][, string|null $sizes = null ][, string|null $crossOrigin = null ][, string|null $useMap = null ][, bool|null $isMap = null ][, int|null $width = null ][, int|null $height = null ][, string|null $referrerPolicy = null ][, string|null $decoding = null ][, string|null $loading = null ][, string|null $fetchPriority = null ]) : ImgNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$alt
: string|null
= null
-
-
$src
: string|null
= null
-
-
$srcset
: string|null
= null
-
-
$sizes
: string|null
= null
-
-
$crossOrigin
: string|null
= null
-
-
$useMap
: string|null
= null
-
-
$isMap
: bool|null
= null
-
-
$width
: int|null
= null
-
-
$height
: int|null
= null
-
-
$referrerPolicy
: string|null
= null
-
-
$decoding
: string|null
= null
-
-
$loading
: string|null
= null
-
-
$fetchPriority
: string|null
= null
-
iframe()
iframe([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $src = null ][, string|null $srcdoc = null ][, string|null $name = null ][, string|null $sandbox = null ][, string|null $allow = null ][, bool|null $allowFullscreen = null ][, string|null $width = null ][, string|null $height = null ][, string|null $referrerPolicy = null ][, string|null $loading = null ]) : FutureNode<string|int, IframeNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$src
: string|null
= null
-
-
$srcdoc
: string|null
= null
-
-
$name
: string|null
= null
-
-
$sandbox
: string|null
= null
-
-
$allow
: string|null
= null
-
-
$allowFullscreen
: bool|null
= null
-
-
$width
: string|null
= null
-
-
$height
: string|null
= null
-
-
$referrerPolicy
: string|null
= null
-
-
$loading
: string|null
= null
-
embed()
embed([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $src = null ][, string|null $type = null ][, string|null $width = null ][, string|null $height = null ]) : EmbedNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$src
: string|null
= null
-
-
$type
: string|null
= null
-
-
$width
: string|null
= null
-
-
$height
: string|null
= null
-
object()
object([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $data = null ][, string|null $type = null ][, string|null $name = null ][, string|null $width = null ][, string|null $height = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, ObjectNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$data
: string|null
= null
-
-
$type
: string|null
= null
-
-
$name
: string|null
= null
-
-
$width
: string|null
= null
-
-
$height
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
video()
video([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $src = null ][, string|null $srcObject = null ][, string|null $crossOrigin = null ][, string|null $preload = null ][, float|null $currentTime = null ][, float|null $defaultPlaybackRate = null ][, float|null $playbackRate = null ][, bool|null $preservesPitch = null ][, bool|null $autoplay = null ][, bool|null $loop = null ][, bool|null $controls = null ][, float|null $volume = null ][, bool|null $muted = null ][, bool|null $defaultMuted = null ][, int|null $width = null ][, int|null $height = null ][, string|null $poster = null ][, bool|null $playsInline = null ]) : FutureNode<string|int, VideoNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$src
: string|null
= null
-
-
$srcObject
: string|null
= null
-
-
$crossOrigin
: string|null
= null
-
-
$preload
: string|null
= null
-
-
$currentTime
: float|null
= null
-
-
$defaultPlaybackRate
: float|null
= null
-
-
$playbackRate
: float|null
= null
-
-
$preservesPitch
: bool|null
= null
-
-
$autoplay
: bool|null
= null
-
-
$loop
: bool|null
= null
-
-
$controls
: bool|null
= null
-
-
$volume
: float|null
= null
-
-
$muted
: bool|null
= null
-
-
$defaultMuted
: bool|null
= null
-
-
$width
: int|null
= null
-
-
$height
: int|null
= null
-
-
$poster
: string|null
= null
-
-
$playsInline
: bool|null
= null
-
audio()
audio([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $src = null ][, string|null $srcObject = null ][, string|null $crossOrigin = null ][, string|null $preload = null ][, float|null $currentTime = null ][, float|null $defaultPlaybackRate = null ][, float|null $playbackRate = null ][, bool|null $preservesPitch = null ][, bool|null $autoplay = null ][, bool|null $loop = null ][, bool|null $controls = null ][, float|null $volume = null ][, bool|null $muted = null ][, bool|null $defaultMuted = null ]) : FutureNode<string|int, AudioNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$src
: string|null
= null
-
-
$srcObject
: string|null
= null
-
-
$crossOrigin
: string|null
= null
-
-
$preload
: string|null
= null
-
-
$currentTime
: float|null
= null
-
-
$defaultPlaybackRate
: float|null
= null
-
-
$playbackRate
: float|null
= null
-
-
$preservesPitch
: bool|null
= null
-
-
$autoplay
: bool|null
= null
-
-
$loop
: bool|null
= null
-
-
$controls
: bool|null
= null
-
-
$volume
: float|null
= null
-
-
$muted
: bool|null
= null
-
-
$defaultMuted
: bool|null
= null
-
track()
track([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $kind = null ][, string|null $src = null ][, string|null $srclang = null ][, string|null $label = null ][, bool|null $default = null ]) : TrackNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$kind
: string|null
= null
-
-
$src
: string|null
= null
-
-
$srclang
: string|null
= null
-
-
$label
: string|null
= null
-
-
$default
: bool|null
= null
-
map()
map([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $name = null ]) : FutureNode<string|int, MapNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$name
: string|null
= null
-
area()
area([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $alt = null ][, string|null $coords = null ][, string|null $shape = null ][, string|null $target = null ][, string|null $download = null ][, string|null $ping = null ][, string|null $rel = null ][, string|null $relList = null ][, string|null $referrerPolicy = null ][, string|null $href = null ]) : AreaNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$alt
: string|null
= null
-
-
$coords
: string|null
= null
-
-
$shape
: string|null
= null
-
-
$target
: string|null
= null
-
-
$download
: string|null
= null
-
-
$ping
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
-
$referrerPolicy
: string|null
= null
-
-
$href
: string|null
= null
-
table()
table([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $caption = null ][, string|null $tHead = null ][, string|null $tFoot = null ]) : FutureNode<string|int, TableNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$caption
: string|null
= null
-
-
$tHead
: string|null
= null
-
-
$tFoot
: string|null
= null
-
caption()
caption([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, CaptionNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
colgroup()
colgroup([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $span = null ]) : FutureNode<string|int, ColgroupNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$span
: int|null
= null
-
col()
col([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $span = null ]) : ColNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$span
: int|null
= null
-
tbody()
tbody([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, TbodyNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
thead()
thead([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, TheadNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
tfoot([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, TfootNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
tr()
tr([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $colSpan = null ][, int|null $rowSpan = null ][, string|null $headers = null ][, string|null $scope = null ][, string|null $abbr = null ]) : FutureNode<string|int, TrNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$colSpan
: int|null
= null
-
-
$rowSpan
: int|null
= null
-
-
$headers
: string|null
= null
-
-
$scope
: string|null
= null
-
-
$abbr
: string|null
= null
-
td()
td([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $colSpan = null ][, int|null $rowSpan = null ][, string|null $headers = null ][, string|null $scope = null ][, string|null $abbr = null ]) : FutureNode<string|int, TdNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$colSpan
: int|null
= null
-
-
$rowSpan
: int|null
= null
-
-
$headers
: string|null
= null
-
-
$scope
: string|null
= null
-
-
$abbr
: string|null
= null
-
th()
th([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $colSpan = null ][, int|null $rowSpan = null ][, string|null $headers = null ][, string|null $scope = null ][, string|null $abbr = null ]) : FutureNode<string|int, ThNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$colSpan
: int|null
= null
-
-
$rowSpan
: int|null
= null
-
-
$headers
: string|null
= null
-
-
$scope
: string|null
= null
-
-
$abbr
: string|null
= null
-
form([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, string|null $name = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, FormNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$name
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
label()
label([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $htmlFor = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, string|null $name = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, LabelNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$htmlFor
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$name
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
input([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $accept = null ][, bool|null $alpha = null ][, string|null $alt = null ][, string|null $autocomplete = null ][, bool|null $defaultChecked = null ][, bool|null $checked = null ][, string|null $colorSpace = null ][, string|null $dirName = null ][, bool|null $disabled = null ][, string|null $files = null ][, string|null $formAction = null ][, string|null $formEnctype = null ][, string|null $formMethod = null ][, bool|null $formNoValidate = null ][, string|null $formTarget = null ][, int|null $height = null ][, bool|null $indeterminate = null ][, string|null $max = null ][, int|null $maxLength = null ][, string|null $min = null ][, int|null $minLength = null ][, bool|null $multiple = null ][, string|null $name = null ][, string|null $pattern = null ][, string|null $placeholder = null ][, bool|null $readOnly = null ][, bool|null $required = null ][, int|null $size = null ][, string|null $src = null ][, string|null $step = null ][, string|null $type = null ][, string|null $defaultValue = null ][, string|null $value = null ][, string|null $valueAsDate = null ][, float|null $valueAsNumber = null ][, int|null $width = null ][, int|null $selectionStart = null ][, int|null $selectionEnd = null ][, string|null $selectionDirection = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : InputNode
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$accept
: string|null
= null
-
-
$alpha
: bool|null
= null
-
-
$alt
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$defaultChecked
: bool|null
= null
-
-
$checked
: bool|null
= null
-
-
$colorSpace
: string|null
= null
-
-
$dirName
: string|null
= null
-
-
$disabled
: bool|null
= null
-
-
$files
: string|null
= null
-
-
$formAction
: string|null
= null
-
-
$formEnctype
: string|null
= null
-
-
$formMethod
: string|null
= null
-
-
$formNoValidate
: bool|null
= null
-
-
$formTarget
: string|null
= null
-
-
$height
: int|null
= null
-
-
$indeterminate
: bool|null
= null
-
-
$max
: string|null
= null
-
-
$maxLength
: int|null
= null
-
-
$min
: string|null
= null
-
-
$minLength
: int|null
= null
-
-
$multiple
: bool|null
= null
-
-
$name
: string|null
= null
-
-
$pattern
: string|null
= null
-
-
$placeholder
: string|null
= null
-
-
$readOnly
: bool|null
= null
-
-
$required
: bool|null
= null
-
-
$size
: int|null
= null
-
-
$src
: string|null
= null
-
-
$step
: string|null
= null
-
-
$type
: string|null
= null
-
-
$defaultValue
: string|null
= null
-
-
$value
: string|null
= null
-
-
$valueAsDate
: string|null
= null
-
-
$valueAsNumber
: float|null
= null
-
-
$width
: int|null
= null
-
-
$selectionStart
: int|null
= null
-
-
$selectionEnd
: int|null
= null
-
-
$selectionDirection
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
button([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $command = null ][, string|null $commandForElement = null ][, bool|null $disabled = null ][, string|null $formAction = null ][, string|null $formEnctype = null ][, string|null $formMethod = null ][, bool|null $formNoValidate = null ][, string|null $formTarget = null ][, string|null $name = null ][, string|null $type = null ][, string|null $value = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, ButtonNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$command
: string|null
= null
-
-
$commandForElement
: string|null
= null
-
-
$disabled
: bool|null
= null
-
-
$formAction
: string|null
= null
-
-
$formEnctype
: string|null
= null
-
-
$formMethod
: string|null
= null
-
-
$formNoValidate
: bool|null
= null
-
-
$formTarget
: string|null
= null
-
-
$name
: string|null
= null
-
-
$type
: string|null
= null
-
-
$value
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
select()
select([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $autocomplete = null ][, bool|null $disabled = null ][, bool|null $multiple = null ][, string|null $name = null ][, bool|null $required = null ][, int|null $size = null ][, int|null $length = null ][, int|null $selectedIndex = null ][, string|null $value = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ][, string|null $label = null ][, bool|null $defaultSelected = null ][, bool|null $selected = null ][, string|null $text = null ]) : FutureNode<string|int, SelectNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$disabled
: bool|null
= null
-
-
$multiple
: bool|null
= null
-
-
$name
: string|null
= null
-
-
$required
: bool|null
= null
-
-
$size
: int|null
= null
-
-
$length
: int|null
= null
-
-
$selectedIndex
: int|null
= null
-
-
$value
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
-
$label
: string|null
= null
-
-
$defaultSelected
: bool|null
= null
-
-
$selected
: bool|null
= null
-
-
$text
: string|null
= null
-
datalist()
datalist([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, DatalistNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
optgroup()
optgroup([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $disabled = null ][, string|null $label = null ]) : FutureNode<string|int, OptgroupNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$disabled
: bool|null
= null
-
-
$label
: string|null
= null
-
option()
option([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $disabled = null ][, string|null $label = null ][, bool|null $defaultSelected = null ][, bool|null $selected = null ][, string|null $value = null ][, string|null $text = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, string|null $name = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, OptionNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$disabled
: bool|null
= null
-
-
$label
: string|null
= null
-
-
$defaultSelected
: bool|null
= null
-
-
$selected
: bool|null
= null
-
-
$value
: string|null
= null
-
-
$text
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$name
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
textarea()
textarea([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $autocomplete = null ][, int|null $cols = null ][, string|null $dirName = null ][, bool|null $disabled = null ][, int|null $maxLength = null ][, int|null $minLength = null ][, string|null $name = null ][, string|null $placeholder = null ][, bool|null $readOnly = null ][, bool|null $required = null ][, int|null $rows = null ][, string|null $wrap = null ][, string|null $defaultValue = null ][, string|null $value = null ][, int|null $selectionStart = null ][, int|null $selectionEnd = null ][, string|null $selectionDirection = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, TextareaNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$cols
: int|null
= null
-
-
$dirName
: string|null
= null
-
-
$disabled
: bool|null
= null
-
-
$maxLength
: int|null
= null
-
-
$minLength
: int|null
= null
-
-
$name
: string|null
= null
-
-
$placeholder
: string|null
= null
-
-
$readOnly
: bool|null
= null
-
-
$required
: bool|null
= null
-
-
$rows
: int|null
= null
-
-
$wrap
: string|null
= null
-
-
$defaultValue
: string|null
= null
-
-
$value
: string|null
= null
-
-
$selectionStart
: int|null
= null
-
-
$selectionEnd
: int|null
= null
-
-
$selectionDirection
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
output()
output([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $htmlFor = null ][, string|null $name = null ][, string|null $defaultValue = null ][, string|null $value = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, OutputNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$htmlFor
: string|null
= null
-
-
$name
: string|null
= null
-
-
$defaultValue
: string|null
= null
-
-
$value
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
progress()
progress([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, float|null $value = null ][, float|null $max = null ]) : FutureNode<string|int, ProgressNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$value
: float|null
= null
-
-
$max
: float|null
= null
-
meter()
meter([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, float|null $value = null ][, float|null $min = null ][, float|null $max = null ][, float|null $low = null ][, float|null $high = null ][, float|null $optimum = null ]) : FutureNode<string|int, MeterNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$value
: float|null
= null
-
-
$min
: float|null
= null
-
-
$max
: float|null
= null
-
-
$low
: float|null
= null
-
-
$high
: float|null
= null
-
-
$optimum
: float|null
= null
-
fieldset()
fieldset([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $disabled = null ][, string|null $name = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, FieldsetNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$disabled
: bool|null
= null
-
-
$name
: string|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
legend()
legend([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $acceptCharset = null ][, string|null $action = null ][, string|null $autocomplete = null ][, string|null $enctype = null ][, string|null $encoding = null ][, string|null $method = null ][, string|null $name = null ][, bool|null $noValidate = null ][, string|null $target = null ][, string|null $rel = null ][, string|null $relList = null ]) : FutureNode<string|int, LegendNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$acceptCharset
: string|null
= null
-
-
$action
: string|null
= null
-
-
$autocomplete
: string|null
= null
-
-
$enctype
: string|null
= null
-
-
$encoding
: string|null
= null
-
-
$method
: string|null
= null
-
-
$name
: string|null
= null
-
-
$noValidate
: bool|null
= null
-
-
$target
: string|null
= null
-
-
$rel
: string|null
= null
-
-
$relList
: string|null
= null
-
selectedcontent()
selectedcontent([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SelectedcontentNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
details()
details([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $name = null ][, bool|null $open = null ]) : FutureNode<string|int, DetailsNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$name
: string|null
= null
-
-
$open
: bool|null
= null
-
summary()
summary([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SummaryNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
dialog()
dialog([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $open = null ][, string|null $returnValue = null ][, string|null $closedBy = null ]) : FutureNode<string|int, DialogNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$open
: bool|null
= null
-
-
$returnValue
: string|null
= null
-
-
$closedBy
: string|null
= null
-
script()
script([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $type = null ][, string|null $src = null ][, bool|null $noModule = null ][, bool|null $async = null ][, bool|null $defer = null ][, string|null $blocking = null ][, string|null $crossOrigin = null ][, string|null $referrerPolicy = null ][, string|null $integrity = null ][, string|null $fetchPriority = null ][, string|null $text = null ]) : FutureNode<string|int, ScriptNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$type
: string|null
= null
-
-
$src
: string|null
= null
-
-
$noModule
: bool|null
= null
-
-
$async
: bool|null
= null
-
-
$defer
: bool|null
= null
-
-
$blocking
: string|null
= null
-
-
$crossOrigin
: string|null
= null
-
-
$referrerPolicy
: string|null
= null
-
-
$integrity
: string|null
= null
-
-
$fetchPriority
: string|null
= null
-
-
$text
: string|null
= null
-
noscript()
noscript([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, NoscriptNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
template()
template([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $shadowRootMode = null ][, bool|null $shadowRootDelegatesFocus = null ][, bool|null $shadowRootClonable = null ][, bool|null $shadowRootSerializable = null ][, string|null $shadowRootCustomElementRegistry = null ]) : FutureNode<string|int, TemplateNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$shadowRootMode
: string|null
= null
-
-
$shadowRootDelegatesFocus
: bool|null
= null
-
-
$shadowRootClonable
: bool|null
= null
-
-
$shadowRootSerializable
: bool|null
= null
-
-
$shadowRootCustomElementRegistry
: string|null
= null
-
slot()
slot([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $name = null ]) : FutureNode<string|int, SlotNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$name
: string|null
= null
-
canvas()
canvas([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, int|null $width = null ][, int|null $height = null ]) : FutureNode<string|int, CanvasNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$width
: int|null
= null
-
-
$height
: int|null
= null
-
applet()
applet([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, AppletNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
acronym()
acronym([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, AcronymNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
bgsound()
bgsound([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BgsoundNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
dir()
dir([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, bool|null $compact = null ]) : FutureNode<string|int, DirNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$compact
: bool|null
= null
-
frame()
frame([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $name = null ][, string|null $scrolling = null ][, string|null $src = null ][, string|null $frameBorder = null ][, string|null $longDesc = null ][, bool|null $noResize = null ][, string|null $marginHeight = null ][, string|null $marginWidth = null ]) : FutureNode<string|int, FrameNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$name
: string|null
= null
-
-
$scrolling
: string|null
= null
-
-
$src
: string|null
= null
-
-
$frameBorder
: string|null
= null
-
-
$longDesc
: string|null
= null
-
-
$noResize
: bool|null
= null
-
-
$marginHeight
: string|null
= null
-
-
$marginWidth
: string|null
= null
-
frameset()
frameset([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $cols = null ][, string|null $rows = null ]) : FutureNode<string|int, FramesetNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$cols
: string|null
= null
-
-
$rows
: string|null
= null
-
noframes()
noframes([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, NoframesNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
isindex()
isindex([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, IsindexNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
keygen()
keygen([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, KeygenNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
listing()
listing([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, ListingNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
menuitem([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, MenuitemNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
nextid()
nextid([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, NextidNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
noembed()
noembed([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, NoembedNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
param()
param([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $name = null ][, string|null $value = null ][, string|null $type = null ][, string|null $valueType = null ]) : FutureNode<string|int, ParamNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$name
: string|null
= null
-
-
$value
: string|null
= null
-
-
$type
: string|null
= null
-
-
$valueType
: string|null
= null
-
plaintext()
plaintext([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, PlaintextNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
rb()
rb([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, RbNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
rtc()
rtc([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, RtcNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
strike()
strike([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, StrikeNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
xmp()
xmp([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, XmpNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
basefont()
basefont([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BasefontNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
big()
big([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BigNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
blink()
blink([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, BlinkNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
center()
center([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, CenterNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
font()
font([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $color = null ][, string|null $face = null ][, string|null $size = null ]) : FutureNode<string|int, FontNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$color
: string|null
= null
-
-
$face
: string|null
= null
-
-
$size
: string|null
= null
-
marquee()
marquee([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ][, string|null $behavior = null ][, string|null $bgColor = null ][, string|null $direction = null ][, string|null $height = null ][, int|null $hspace = null ][, int|null $loop = null ][, int|null $scrollAmount = null ][, int|null $scrollDelay = null ][, bool|null $trueSpeed = null ][, int|null $vspace = null ][, string|null $width = null ]) : FutureNode<string|int, MarqueeNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
-
$behavior
: string|null
= null
-
-
$bgColor
: string|null
= null
-
-
$direction
: string|null
= null
-
-
$height
: string|null
= null
-
-
$hspace
: int|null
= null
-
-
$loop
: int|null
= null
-
-
$scrollAmount
: int|null
= null
-
-
$scrollDelay
: int|null
= null
-
-
$trueSpeed
: bool|null
= null
-
-
$vspace
: int|null
= null
-
-
$width
: string|null
= null
-
multicol()
multicol([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, MulticolNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
nobr()
nobr([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, NobrNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
spacer()
spacer([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, SpacerNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-
tt()
tt([string|null $id = null ][, string|null $className = null ][, string|null $slot = null ][, string|null $style = null ][, string|null $contentEditable = null ][, string|null $enterKeyHint = null ][, string|null $inputMode = null ][, string|null $is = null ][, string|null $part = null ][, string|null $exportParts = null ][, string|null $itemId = null ][, string|null $itemProp = null ][, string|null $itemRef = null ][, bool|null $itemScope = null ][, string|null $itemType = null ][, string|null $title = null ][, string|null $lang = null ][, bool|null $translate = null ][, string|null $dir = null ][, string|null $hidden = null ][, bool|null $inert = null ][, string|null $accessKey = null ][, bool|null $draggable = null ][, bool|null $spellcheck = null ][, string|null $writingSuggestions = null ][, string|null $autocapitalize = null ][, bool|null $autocorrect = null ][, string|null $popover = null ][, int|null $headingOffset = null ][, bool|null $headingReset = null ][, string|null $nonce = null ][, bool|null $autofocus = null ][, int|null $tabIndex = null ]) : FutureNode<string|int, TtNode>
Parameters
-
$id
: string|null
= null
-
-
$className
: string|null
= null
-
-
$slot
: string|null
= null
-
-
$style
: string|null
= null
-
-
$contentEditable
: string|null
= null
-
-
$enterKeyHint
: string|null
= null
-
-
$inputMode
: string|null
= null
-
-
$is
: string|null
= null
-
-
$part
: string|null
= null
-
-
$exportParts
: string|null
= null
-
-
$itemId
: string|null
= null
-
-
$itemProp
: string|null
= null
-
-
$itemRef
: string|null
= null
-
-
$itemScope
: bool|null
= null
-
-
$itemType
: string|null
= null
-
-
$title
: string|null
= null
-
-
$lang
: string|null
= null
-
-
$translate
: bool|null
= null
-
-
$dir
: string|null
= null
-
-
$hidden
: string|null
= null
-
-
$inert
: bool|null
= null
-
-
$accessKey
: string|null
= null
-
-
$draggable
: bool|null
= null
-
-
$spellcheck
: bool|null
= null
-
-
$writingSuggestions
: string|null
= null
-
-
$autocapitalize
: string|null
= null
-
-
$autocorrect
: bool|null
= null
-
-
$popover
: string|null
= null
-
-
$headingOffset
: int|null
= null
-
-
$headingReset
: bool|null
= null
-
-
$nonce
: string|null
= null
-
-
$autofocus
: bool|null
= null
-
-
$tabIndex
: int|null
= null
-