module Water::OpenTag
Direct including types
Defined in:
water/tag/open_tag.crConstant 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 : String, &)
- #a(&)
- #a(attributes : String, content)
- #a(content)
- #abbr(attributes : String, &)
- #abbr(&)
- #abbr(attributes : String, content)
- #abbr(content)
- #address(attributes : String, &)
- #address(&)
- #address(attributes : String, content)
- #address(content)
- #article(attributes : String, &)
- #article(&)
- #article(attributes : String, content)
- #article(content)
- #aside(attributes : String, &)
- #aside(&)
- #aside(attributes : String, content)
- #aside(content)
- #b(attributes : String, &)
- #b(&)
- #b(attributes : String, content)
- #b(content)
- #bdi(attributes : String, &)
- #bdi(&)
- #bdi(attributes : String, content)
- #bdi(content)
- #body(attributes : String, &)
- #body(&)
- #body(attributes : String, content)
- #body(content)
- #button(attributes : String, &)
- #button(&)
- #button(attributes : String, content)
- #button(content)
- #code(attributes : String, &)
- #code(&)
- #code(attributes : String, content)
- #code(content)
- #dd(attributes : String, &)
- #dd(&)
- #dd(attributes : String, content)
- #dd(content)
- #details(attributes : String, &)
- #details(&)
- #details(attributes : String, content)
- #details(content)
- #dialog(attributes : String, &)
- #dialog(&)
- #dialog(attributes : String, content)
- #dialog(content)
- #div(attributes : String, &)
- #div(&)
- #div(attributes : String, content)
- #div(content)
- #dl(attributes : String, &)
- #dl(&)
- #dl(attributes : String, content)
- #dl(content)
- #dt(attributes : String, &)
- #dt(&)
- #dt(attributes : String, content)
- #dt(content)
- #em(attributes : String, &)
- #em(&)
- #em(attributes : String, content)
- #em(content)
- #fieldset(attributes : String, &)
- #fieldset(&)
- #fieldset(attributes : String, content)
- #fieldset(content)
- #figcaption(attributes : String, &)
- #figcaption(&)
- #figcaption(attributes : String, content)
- #figcaption(content)
- #figure(attributes : String, &)
- #figure(&)
- #figure(attributes : String, content)
- #figure(content)
- #footer(attributes : String, &)
- #footer(&)
- #footer(attributes : String, content)
- #footer(content)
- #form(attributes : String, &)
- #form(&)
- #form(attributes : String, content)
- #form(content)
- #h1(attributes : String, &)
- #h1(&)
- #h1(attributes : String, content)
- #h1(content)
- #h2(attributes : String, &)
- #h2(&)
- #h2(attributes : String, content)
- #h2(content)
- #h3(attributes : String, &)
- #h3(&)
- #h3(attributes : String, content)
- #h3(content)
- #h4(attributes : String, &)
- #h4(&)
- #h4(attributes : String, content)
- #h4(content)
- #h5(attributes : String, &)
- #h5(&)
- #h5(attributes : String, content)
- #h5(content)
- #h6(attributes : String, &)
- #h6(&)
- #h6(attributes : String, content)
- #h6(content)
- #head(attributes : String, &)
- #head(&)
- #head(attributes : String, content)
- #head(content)
- #header(attributes : String, &)
- #header(&)
- #header(attributes : String, content)
- #header(content)
- #html(attributes : String, &)
- #html(&)
- #html(attributes : String, content)
- #html(content)
- #i(attributes : String, &)
- #i(&)
- #i(attributes : String, content)
- #i(content)
- #iframe(attributes : String, &)
- #iframe(&)
- #iframe(attributes : String, content)
- #iframe(content)
- #label(attributes : String, &)
- #label(&)
- #label(attributes : String, content)
- #label(content)
- #li(attributes : String, &)
- #li(&)
- #li(attributes : String, content)
- #li(content)
- #main(attributes : String, &)
- #main(&)
- #main(attributes : String, content)
- #main(content)
- #mark(attributes : String, &)
- #mark(&)
- #mark(attributes : String, content)
- #mark(content)
- #menuitem(attributes : String, &)
- #menuitem(&)
- #menuitem(attributes : String, content)
- #menuitem(content)
- #meter(attributes : String, &)
- #meter(&)
- #meter(attributes : String, content)
- #meter(content)
- #nav(attributes : String, &)
- #nav(&)
- #nav(attributes : String, content)
- #nav(content)
- #ol(attributes : String, &)
- #ol(&)
- #ol(attributes : String, content)
- #ol(content)
- #option(attributes : String, &)
- #option(&)
- #option(attributes : String, content)
- #option(content)
- #para(attributes : String, &)
- #para(&)
- #para(attributes : String, content)
- #para(content)
- #pre(attributes : String, &)
- #pre(&)
- #pre(attributes : String, content)
- #pre(content)
- #progress(attributes : String, &)
- #progress(&)
- #progress(attributes : String, content)
- #progress(content)
- #rp(attributes : String, &)
- #rp(&)
- #rp(attributes : String, content)
- #rp(content)
- #rt(attributes : String, &)
- #rt(&)
- #rt(attributes : String, content)
- #rt(content)
- #ruby(attributes : String, &)
- #ruby(&)
- #ruby(attributes : String, content)
- #ruby(content)
- #s(attributes : String, &)
- #s(&)
- #s(attributes : String, content)
- #s(content)
- #section(attributes : String, &)
- #section(&)
- #section(attributes : String, content)
- #section(content)
- #select_tag(attributes : String, &)
- #select_tag(&)
- #select_tag(attributes : String, content)
- #select_tag(content)
- #small(attributes : String, &)
- #small(&)
- #small(attributes : String, content)
- #small(content)
- #span(attributes : String, &)
- #span(&)
- #span(attributes : String, content)
- #span(content)
- #strong(attributes : String, &)
- #strong(&)
- #strong(attributes : String, content)
- #strong(content)
- #summary(attributes : String, &)
- #summary(&)
- #summary(attributes : String, content)
- #summary(content)
- #table(attributes : String, &)
- #table(&)
- #table(attributes : String, content)
- #table(content)
- #tbody(attributes : String, &)
- #tbody(&)
- #tbody(attributes : String, content)
- #tbody(content)
- #td(attributes : String, &)
- #td(&)
- #td(attributes : String, content)
- #td(content)
- #textarea(attributes : String, &)
- #textarea(&)
- #textarea(attributes : String, content)
- #textarea(content)
- #th(attributes : String, &)
- #th(&)
- #th(attributes : String, content)
- #th(content)
- #thead(attributes : String, &)
- #thead(&)
- #thead(attributes : String, content)
- #thead(content)
- #time(attributes : String, &)
- #time(&)
- #time(attributes : String, content)
- #time(content)
- #title(attributes : String, &)
- #title(&)
- #title(attributes : String, content)
- #title(content)
- #tr(attributes : String, &)
- #tr(&)
- #tr(attributes : String, content)
- #tr(content)
- #u(attributes : String, &)
- #u(&)
- #u(attributes : String, content)
- #u(content)
- #ul(attributes : String, &)
- #ul(&)
- #ul(attributes : String, content)
- #ul(content)
- #video(attributes : String, &)
- #video(&)
- #video(attributes : String, content)
- #video(content)
- #wbr(attributes : String, &)
- #wbr(&)
- #wbr(attributes : String, content)
- #wbr(content)