module Water::OpenTag

Direct including types

Defined in:

water/tag/open_tag.cr

Constant Summary

OPEN_TAGS = ["style", "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", "script", "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 = "", &) #

def a(content, with attributes = "") #

def abbr(attributes = "", &) #

def abbr(content, with attributes = "") #

def address(attributes = "", &) #

def address(content, with attributes = "") #

def article(attributes = "", &) #

def article(content, with attributes = "") #

def aside(attributes = "", &) #

def aside(content, with attributes = "") #

def b(attributes = "", &) #

def b(content, with attributes = "") #

def bdi(attributes = "", &) #

def bdi(content, with attributes = "") #

def body(attributes = "", &) #

def body(content, with attributes = "") #

def button(attributes = "", &) #

def button(content, with attributes = "") #

def code(attributes = "", &) #

def code(content, with attributes = "") #

def dd(attributes = "", &) #

def dd(content, with attributes = "") #

def details(attributes = "", &) #

def details(content, with attributes = "") #

def dialog(attributes = "", &) #

def dialog(content, with attributes = "") #

def div(attributes = "", &) #

def div(content, with attributes = "") #

def dl(attributes = "", &) #

def dl(content, with attributes = "") #

def dt(attributes = "", &) #

def dt(content, with attributes = "") #

def em(attributes = "", &) #

def em(content, with attributes = "") #

def fieldset(attributes = "", &) #

def fieldset(content, with attributes = "") #

def figcaption(attributes = "", &) #

def figcaption(content, with attributes = "") #

def figure(attributes = "", &) #

def figure(content, with attributes = "") #

def footer(attributes = "", &) #

def footer(content, with attributes = "") #

def form(attributes = "", &) #

def form(content, with attributes = "") #

def h1(attributes = "", &) #

def h1(content, with attributes = "") #

def h2(attributes = "", &) #

def h2(content, with attributes = "") #

def h3(attributes = "", &) #

def h3(content, with attributes = "") #

def h4(attributes = "", &) #

def h4(content, with attributes = "") #

def h5(attributes = "", &) #

def h5(content, with attributes = "") #

def h6(attributes = "", &) #

def h6(content, with attributes = "") #

def head(attributes = "", &) #

def head(content, with attributes = "") #

def header(attributes = "", &) #

def header(content, with attributes = "") #

def html(attributes = "", &) #

def html(content, with attributes = "") #

def i(attributes = "", &) #

def i(content, with attributes = "") #

def iframe(attributes = "", &) #

def iframe(content, with attributes = "") #

def label(attributes = "", &) #

def label(content, with attributes = "") #

def li(attributes = "", &) #

def li(content, with attributes = "") #

def main(attributes = "", &) #

def main(content, with attributes = "") #

def mark(attributes = "", &) #

def mark(content, with attributes = "") #

def menuitem(attributes = "", &) #

def menuitem(content, with attributes = "") #

def meter(attributes = "", &) #

def meter(content, with attributes = "") #

def nav(attributes = "", &) #

def nav(content, with attributes = "") #

def ol(attributes = "", &) #

def ol(content, with attributes = "") #

def option(attributes = "", &) #

def option(content, with attributes = "") #

def para(attributes = "", &) #

[View source]
def para(content, with attributes = "") #

[View source]
def pre(attributes = "", &) #

def pre(content, with attributes = "") #

def progress(attributes = "", &) #

def progress(content, with attributes = "") #

def rp(attributes = "", &) #

def rp(content, with attributes = "") #

def rt(attributes = "", &) #

def rt(content, with attributes = "") #

def ruby(attributes = "", &) #

def ruby(content, with attributes = "") #

def s(attributes = "", &) #

def s(content, with attributes = "") #

def script(attributes = "", &) #

def script(content, with attributes = "") #

def section(attributes = "", &) #

def section(content, with attributes = "") #

def select_tag(attributes = "", &) #

[View source]
def select_tag(content, with attributes = "") #

[View source]
def small(attributes = "", &) #

def small(content, with attributes = "") #

def span(attributes = "", &) #

def span(content, with attributes = "") #

def strong(attributes = "", &) #

def strong(content, with attributes = "") #

def style(attributes = "", &) #

def style(content, with attributes = "") #

def summary(attributes = "", &) #

def summary(content, with attributes = "") #

def table(attributes = "", &) #

def table(content, with attributes = "") #

def tbody(attributes = "", &) #

def tbody(content, with attributes = "") #

def td(attributes = "", &) #

def td(content, with attributes = "") #

def textarea(attributes = "", &) #

def textarea(content, with attributes = "") #

def th(attributes = "", &) #

def th(content, with attributes = "") #

def thead(attributes = "", &) #

def thead(content, with attributes = "") #

def time(attributes = "", &) #

def time(content, with attributes = "") #

def title(attributes = "", &) #

def title(content, with attributes = "") #

def tr(attributes = "", &) #

def tr(content, with attributes = "") #

def u(attributes = "", &) #

def u(content, with attributes = "") #

def ul(attributes = "", &) #

def ul(content, with attributes = "") #

def video(attributes = "", &) #

def video(content, with attributes = "") #

def wbr(attributes = "", &) #

def wbr(content, with attributes = "") #

Macro Detail

macro def_open_tag(tag) #

[View source]
macro def_renamed_open_tag(tag, alias_name) #

[View source]