module Water::SelfCloseTag
Direct including types
Defined in:
water/tag/self_close_tag.cr
Constant Summary
-
SELF_CLOSE_TAGS =
["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "menuitem", "meta", "param", "source", "track", "wbr"] of ::String
Instance Method Summary
Macro Summary
Instance Method Detail
def
area(attributes : String)
#
def
base(attributes : String)
#
def
br(attributes : String)
#
def
col(attributes : String)
#
def
embed(attributes : String)
#
def
hr(attributes : String)
#
def
img(attributes : String)
#
def
input(attributes : String)
#
def
keygen(attributes : String)
#
def
link(attributes : String)
#
def
meta(attributes : String)
#
def
param(attributes : String)
#
def
source(attributes : String)
#
def
track(attributes : String)
#
def
wbr(attributes : String)
#
Macro Detail
macro
def_self_close_tag(tag)
#