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 = "") #

def base(attributes = "") #

def br(attributes = "") #

def col(attributes = "") #

def embed(attributes = "") #

def hr(attributes = "") #

def img(attributes = "") #

def input(attributes = "") #

def keygen(attributes = "") #

def link(attributes = "") #

def menuitem(attributes = "") #

def meta(attributes = "") #

def param(attributes = "") #

def source(attributes = "") #

def track(attributes = "") #

def wbr(attributes = "") #

Macro Detail

macro def_renamed_self_close_tag(tag, alias_name) #

[View source]
macro def_self_close_tag(tag) #

[View source]