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

Macro Summary

Instance Method Detail

def a(attributes : String, &) #

def a(&) #

def a(attributes : String, content) #

def a(content) #

def abbr(attributes : String, &) #

def abbr(&) #

def abbr(attributes : String, content) #

def abbr(content) #

def address(attributes : String, &) #

def address(&) #

def address(attributes : String, content) #

def address(content) #

def article(attributes : String, &) #

def article(&) #

def article(attributes : String, content) #

def article(content) #

def aside(attributes : String, &) #

def aside(&) #

def aside(attributes : String, content) #

def aside(content) #

def b(attributes : String, &) #

def b(&) #

def b(attributes : String, content) #

def b(content) #

def bdi(attributes : String, &) #

def bdi(&) #

def bdi(attributes : String, content) #

def bdi(content) #

def body(attributes : String, &) #

def body(&) #

def body(attributes : String, content) #

def body(content) #

def button(attributes : String, &) #

def button(&) #

def button(attributes : String, content) #

def button(content) #

def code(attributes : String, &) #

def code(&) #

def code(attributes : String, content) #

def code(content) #

def dd(attributes : String, &) #

def dd(&) #

def dd(attributes : String, content) #

def dd(content) #

def details(attributes : String, &) #

def details(&) #

def details(attributes : String, content) #

def details(content) #

def dialog(attributes : String, &) #

def dialog(&) #

def dialog(attributes : String, content) #

def dialog(content) #

def div(attributes : String, &) #

def div(&) #

def div(attributes : String, content) #

def div(content) #

def dl(attributes : String, &) #

def dl(&) #

def dl(attributes : String, content) #

def dl(content) #

def dt(attributes : String, &) #

def dt(&) #

def dt(attributes : String, content) #

def dt(content) #

def em(attributes : String, &) #

def em(&) #

def em(attributes : String, content) #

def em(content) #

def fieldset(attributes : String, &) #

def fieldset(&) #

def fieldset(attributes : String, content) #

def fieldset(content) #

def figcaption(attributes : String, &) #

def figcaption(&) #

def figcaption(attributes : String, content) #

def figcaption(content) #

def figure(attributes : String, &) #

def figure(&) #

def figure(attributes : String, content) #

def figure(content) #

def footer(attributes : String, &) #

def footer(&) #

def footer(attributes : String, content) #

def footer(content) #

def form(attributes : String, &) #

def form(&) #

def form(attributes : String, content) #

def form(content) #

def h1(attributes : String, &) #

def h1(&) #

def h1(attributes : String, content) #

def h1(content) #

def h2(attributes : String, &) #

def h2(&) #

def h2(attributes : String, content) #

def h2(content) #

def h3(attributes : String, &) #

def h3(&) #

def h3(attributes : String, content) #

def h3(content) #

def h4(attributes : String, &) #

def h4(&) #

def h4(attributes : String, content) #

def h4(content) #

def h5(attributes : String, &) #

def h5(&) #

def h5(attributes : String, content) #

def h5(content) #

def h6(attributes : String, &) #

def h6(&) #

def h6(attributes : String, content) #

def h6(content) #

def head(attributes : String, &) #

def head(&) #

def head(attributes : String, content) #

def head(content) #

def header(attributes : String, &) #

def header(&) #

def header(attributes : String, content) #

def header(content) #

def html(attributes : String, &) #

def html(&) #

def html(attributes : String, content) #

def html(content) #

def i(attributes : String, &) #

def i(&) #

def i(attributes : String, content) #

def i(content) #

def iframe(attributes : String, &) #

def iframe(&) #

def iframe(attributes : String, content) #

def iframe(content) #

def label(attributes : String, &) #

def label(&) #

def label(attributes : String, content) #

def label(content) #

def li(attributes : String, &) #

def li(&) #

def li(attributes : String, content) #

def li(content) #

def main(attributes : String, &) #

def main(&) #

def main(attributes : String, content) #

def main(content) #

def mark(attributes : String, &) #

def mark(&) #

def mark(attributes : String, content) #

def mark(content) #

def menuitem(attributes : String, &) #

def menuitem(&) #

def menuitem(attributes : String, content) #

def menuitem(content) #

def meter(attributes : String, &) #

def meter(&) #

def meter(attributes : String, content) #

def meter(content) #

def nav(attributes : String, &) #

def nav(&) #

def nav(attributes : String, content) #

def nav(content) #

def ol(attributes : String, &) #

def ol(&) #

def ol(attributes : String, content) #

def ol(content) #

def option(attributes : String, &) #

def option(&) #

def option(attributes : String, content) #

def option(content) #

def para(attributes : String, &) #

[View source]
def para(&) #

[View source]
def para(attributes : String, content) #

[View source]
def para(content) #

[View source]
def pre(attributes : String, &) #

def pre(&) #

def pre(attributes : String, content) #

def pre(content) #

def progress(attributes : String, &) #

def progress(&) #

def progress(attributes : String, content) #

def progress(content) #

def rp(attributes : String, &) #

def rp(&) #

def rp(attributes : String, content) #

def rp(content) #

def rt(attributes : String, &) #

def rt(&) #

def rt(attributes : String, content) #

def rt(content) #

def ruby(attributes : String, &) #

def ruby(&) #

def ruby(attributes : String, content) #

def ruby(content) #

def s(attributes : String, &) #

def s(&) #

def s(attributes : String, content) #

def s(content) #

def section(attributes : String, &) #

def section(&) #

def section(attributes : String, content) #

def section(content) #

def select_tag(attributes : String, &) #

[View source]
def select_tag(&) #

[View source]
def select_tag(attributes : String, content) #

[View source]
def select_tag(content) #

[View source]
def small(attributes : String, &) #

def small(&) #

def small(attributes : String, content) #

def small(content) #

def span(attributes : String, &) #

def span(&) #

def span(attributes : String, content) #

def span(content) #

def strong(attributes : String, &) #

def strong(&) #

def strong(attributes : String, content) #

def strong(content) #

def summary(attributes : String, &) #

def summary(&) #

def summary(attributes : String, content) #

def summary(content) #

def table(attributes : String, &) #

def table(&) #

def table(attributes : String, content) #

def table(content) #

def tbody(attributes : String, &) #

def tbody(&) #

def tbody(attributes : String, content) #

def tbody(content) #

def td(attributes : String, &) #

def td(&) #

def td(attributes : String, content) #

def td(content) #

def textarea(attributes : String, &) #

def textarea(&) #

def textarea(attributes : String, content) #

def textarea(content) #

def th(attributes : String, &) #

def th(&) #

def th(attributes : String, content) #

def th(content) #

def thead(attributes : String, &) #

def thead(&) #

def thead(attributes : String, content) #

def thead(content) #

def time(attributes : String, &) #

def time(&) #

def time(attributes : String, content) #

def time(content) #

def title(attributes : String, &) #

def title(&) #

def title(attributes : String, content) #

def title(content) #

def tr(attributes : String, &) #

def tr(&) #

def tr(attributes : String, content) #

def tr(content) #

def u(attributes : String, &) #

def u(&) #

def u(attributes : String, content) #

def u(content) #

def ul(attributes : String, &) #

def ul(&) #

def ul(attributes : String, content) #

def ul(content) #

def video(attributes : String, &) #

def video(&) #

def video(attributes : String, content) #

def video(content) #

def wbr(attributes : String, &) #

def wbr(&) #

def wbr(attributes : String, content) #

def wbr(content) #

Macro Detail

macro def_open_tag(tag, alias_name = nil) #

[View source]