module Water::OpenTag
Direct including types
Defined in:
water/tag/open_tag.cr
Constant Summary
-
OPEN_TAGS =
["a", "abbr", "address", "article", "aside", "b", "bdi", "body", "button", "code", "details", "dialog", "div", "dd", "dl", "dt", "em", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "html", "i", "iframe", "label", "li", "main", "mark", "menuitem", "meter", "nav", "ol", "option", "pre", "progress", "rp", "rt", "ruby", "s", "section", "small", "span", "strong", "summary", "table", "tbody", "td", "textarea", "th", "thead", "time", "title", "tr", "u", "ul", "video", "wbr"] of ::String
Instance Method Summary
-
#a(attributes = "", &)
-
#a(attributes, content)
-
#a(content)
-
#abbr(attributes = "", &)
-
#abbr(attributes, content)
-
#abbr(content)
-
#address(attributes = "", &)
-
#address(attributes, content)
-
#address(content)
-
#article(attributes = "", &)
-
#article(attributes, content)
-
#article(content)
-
#aside(attributes = "", &)
-
#aside(attributes, content)
-
#aside(content)
-
#b(attributes = "", &)
-
#b(attributes, content)
-
#b(content)
-
#bdi(attributes = "", &)
-
#bdi(attributes, content)
-
#bdi(content)
-
#body(attributes = "", &)
-
#body(attributes, content)
-
#body(content)
-
#button(attributes = "", &)
-
#button(attributes, content)
-
#button(content)
-
#code(attributes = "", &)
-
#code(attributes, content)
-
#code(content)
-
#dd(attributes = "", &)
-
#dd(attributes, content)
-
#dd(content)
-
#details(attributes = "", &)
-
#details(attributes, content)
-
#details(content)
-
#dialog(attributes = "", &)
-
#dialog(attributes, content)
-
#dialog(content)
-
#div(attributes = "", &)
-
#div(attributes, content)
-
#div(content)
-
#dl(attributes = "", &)
-
#dl(attributes, content)
-
#dl(content)
-
#dt(attributes = "", &)
-
#dt(attributes, content)
-
#dt(content)
-
#em(attributes = "", &)
-
#em(attributes, content)
-
#em(content)
-
#fieldset(attributes = "", &)
-
#fieldset(attributes, content)
-
#fieldset(content)
-
#figcaption(attributes = "", &)
-
#figcaption(attributes, content)
-
#figcaption(content)
-
#figure(attributes = "", &)
-
#figure(attributes, content)
-
#figure(content)
-
#footer(attributes = "", &)
-
#footer(attributes, content)
-
#footer(content)
-
#form(attributes = "", &)
-
#form(attributes, content)
-
#form(content)
-
#h1(attributes = "", &)
-
#h1(attributes, content)
-
#h1(content)
-
#h2(attributes = "", &)
-
#h2(attributes, content)
-
#h2(content)
-
#h3(attributes = "", &)
-
#h3(attributes, content)
-
#h3(content)
-
#h4(attributes = "", &)
-
#h4(attributes, content)
-
#h4(content)
-
#h5(attributes = "", &)
-
#h5(attributes, content)
-
#h5(content)
-
#h6(attributes = "", &)
-
#h6(attributes, content)
-
#h6(content)
-
#head(attributes = "", &)
-
#head(attributes, content)
-
#head(content)
-
#header(attributes = "", &)
-
#header(attributes, content)
-
#header(content)
-
#html(attributes = "", &)
-
#html(attributes, content)
-
#html(content)
-
#i(attributes = "", &)
-
#i(attributes, content)
-
#i(content)
-
#iframe(attributes = "", &)
-
#iframe(attributes, content)
-
#iframe(content)
-
#label(attributes = "", &)
-
#label(attributes, content)
-
#label(content)
-
#li(attributes = "", &)
-
#li(attributes, content)
-
#li(content)
-
#main(attributes = "", &)
-
#main(attributes, content)
-
#main(content)
-
#mark(attributes = "", &)
-
#mark(attributes, content)
-
#mark(content)
-
#menuitem(attributes = "", &)
-
#menuitem(attributes, content)
-
#menuitem(content)
-
#meter(attributes = "", &)
-
#meter(attributes, content)
-
#meter(content)
-
#nav(attributes = "", &)
-
#nav(attributes, content)
-
#nav(content)
-
#ol(attributes = "", &)
-
#ol(attributes, content)
-
#ol(content)
-
#option(attributes = "", &)
-
#option(attributes, content)
-
#option(content)
-
#para(attributes = "", &)
-
#para(attributes, content)
-
#para(content)
-
#pre(attributes = "", &)
-
#pre(attributes, content)
-
#pre(content)
-
#progress(attributes = "", &)
-
#progress(attributes, content)
-
#progress(content)
-
#rp(attributes = "", &)
-
#rp(attributes, content)
-
#rp(content)
-
#rt(attributes = "", &)
-
#rt(attributes, content)
-
#rt(content)
-
#ruby(attributes = "", &)
-
#ruby(attributes, content)
-
#ruby(content)
-
#s(attributes = "", &)
-
#s(attributes, content)
-
#s(content)
-
#section(attributes = "", &)
-
#section(attributes, content)
-
#section(content)
-
#select_tag(attributes = "", &)
-
#select_tag(attributes, content)
-
#select_tag(content)
-
#small(attributes = "", &)
-
#small(attributes, content)
-
#small(content)
-
#span(attributes = "", &)
-
#span(attributes, content)
-
#span(content)
-
#strong(attributes = "", &)
-
#strong(attributes, content)
-
#strong(content)
-
#summary(attributes = "", &)
-
#summary(attributes, content)
-
#summary(content)
-
#table(attributes = "", &)
-
#table(attributes, content)
-
#table(content)
-
#tbody(attributes = "", &)
-
#tbody(attributes, content)
-
#tbody(content)
-
#td(attributes = "", &)
-
#td(attributes, content)
-
#td(content)
-
#textarea(attributes = "", &)
-
#textarea(attributes, content)
-
#textarea(content)
-
#th(attributes = "", &)
-
#th(attributes, content)
-
#th(content)
-
#thead(attributes = "", &)
-
#thead(attributes, content)
-
#thead(content)
-
#time(attributes = "", &)
-
#time(attributes, content)
-
#time(content)
-
#title(attributes = "", &)
-
#title(attributes, content)
-
#title(content)
-
#tr(attributes = "", &)
-
#tr(attributes, content)
-
#tr(content)
-
#u(attributes = "", &)
-
#u(attributes, content)
-
#u(content)
-
#ul(attributes = "", &)
-
#ul(attributes, content)
-
#ul(content)
-
#video(attributes = "", &)
-
#video(attributes, content)
-
#video(content)
-
#wbr(attributes = "", &)
-
#wbr(attributes, content)
-
#wbr(content)
Macro Summary
Instance Method Detail
def
a(attributes =
"", &)
#
def
a(attributes, content)
#
def
abbr(attributes =
"", &)
#
def
abbr(attributes, content)
#
def
address(attributes =
"", &)
#
def
address(attributes, content)
#
def
article(attributes =
"", &)
#
def
article(attributes, content)
#
def
aside(attributes =
"", &)
#
def
aside(attributes, content)
#
def
b(attributes =
"", &)
#
def
b(attributes, content)
#
def
bdi(attributes =
"", &)
#
def
bdi(attributes, content)
#
def
body(attributes =
"", &)
#
def
body(attributes, content)
#
def
button(attributes =
"", &)
#
def
button(attributes, content)
#
def
code(attributes =
"", &)
#
def
code(attributes, content)
#
def
dd(attributes =
"", &)
#
def
dd(attributes, content)
#
def
details(attributes =
"", &)
#
def
details(attributes, content)
#
def
dialog(attributes =
"", &)
#
def
dialog(attributes, content)
#
def
div(attributes =
"", &)
#
def
div(attributes, content)
#
def
dl(attributes =
"", &)
#
def
dl(attributes, content)
#
def
dt(attributes =
"", &)
#
def
dt(attributes, content)
#
def
em(attributes =
"", &)
#
def
em(attributes, content)
#
def
fieldset(attributes =
"", &)
#
def
fieldset(attributes, content)
#
def
figcaption(attributes =
"", &)
#
def
figcaption(attributes, content)
#
def
figcaption(content)
#
def
figure(attributes =
"", &)
#
def
figure(attributes, content)
#
def
form(attributes =
"", &)
#
def
form(attributes, content)
#
def
h1(attributes =
"", &)
#
def
h1(attributes, content)
#
def
h2(attributes =
"", &)
#
def
h2(attributes, content)
#
def
h3(attributes =
"", &)
#
def
h3(attributes, content)
#
def
h4(attributes =
"", &)
#
def
h4(attributes, content)
#
def
h5(attributes =
"", &)
#
def
h5(attributes, content)
#
def
h6(attributes =
"", &)
#
def
h6(attributes, content)
#
def
head(attributes =
"", &)
#
def
head(attributes, content)
#
def
html(attributes =
"", &)
#
def
html(attributes, content)
#
def
i(attributes =
"", &)
#
def
i(attributes, content)
#
def
iframe(attributes =
"", &)
#
def
iframe(attributes, content)
#
def
label(attributes =
"", &)
#
def
label(attributes, content)
#
def
li(attributes =
"", &)
#
def
li(attributes, content)
#
def
main(attributes =
"", &)
#
def
main(attributes, content)
#
def
mark(attributes =
"", &)
#
def
mark(attributes, content)
#
def
meter(attributes =
"", &)
#
def
meter(attributes, content)
#
def
nav(attributes =
"", &)
#
def
nav(attributes, content)
#
def
ol(attributes =
"", &)
#
def
ol(attributes, content)
#
def
option(attributes =
"", &)
#
def
option(attributes, content)
#
def
para(attributes =
"", &)
#
def
para(attributes, content)
#
def
pre(attributes =
"", &)
#
def
pre(attributes, content)
#
def
progress(attributes =
"", &)
#
def
progress(attributes, content)
#
def
rp(attributes =
"", &)
#
def
rp(attributes, content)
#
def
rt(attributes =
"", &)
#
def
rt(attributes, content)
#
def
ruby(attributes =
"", &)
#
def
ruby(attributes, content)
#
def
s(attributes =
"", &)
#
def
s(attributes, content)
#
def
section(attributes =
"", &)
#
def
section(attributes, content)
#
def
select_tag(attributes =
"", &)
#
def
select_tag(attributes, content)
#
def
select_tag(content)
#
def
small(attributes =
"", &)
#
def
small(attributes, content)
#
def
span(attributes =
"", &)
#
def
span(attributes, content)
#
def
strong(attributes =
"", &)
#
def
strong(attributes, content)
#
def
summary(attributes =
"", &)
#
def
summary(attributes, content)
#
def
table(attributes =
"", &)
#
def
table(attributes, content)
#
def
tbody(attributes =
"", &)
#
def
tbody(attributes, content)
#
def
td(attributes =
"", &)
#
def
td(attributes, content)
#
def
textarea(attributes =
"", &)
#
def
textarea(attributes, content)
#
def
th(attributes =
"", &)
#
def
th(attributes, content)
#
def
thead(attributes =
"", &)
#
def
thead(attributes, content)
#
def
time(attributes =
"", &)
#
def
time(attributes, content)
#
def
title(attributes =
"", &)
#
def
title(attributes, content)
#
def
tr(attributes =
"", &)
#
def
tr(attributes, content)
#
def
u(attributes =
"", &)
#
def
u(attributes, content)
#
def
ul(attributes =
"", &)
#
def
ul(attributes, content)
#
def
video(attributes =
"", &)
#
def
video(attributes, content)
#
def
wbr(attributes =
"", &)
#
def
wbr(attributes, content)
#
Macro Detail
macro
def_open_tag(tag)
#
macro
def_renamed_open_tag(tag, alias_name)
#