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 area #

def base(attributes : String) #

def base #

def br(attributes : String) #

def br #

def col(attributes : String) #

def col #

def embed(attributes : String) #

def embed #

def hr(attributes : String) #

def hr #

def img(attributes : String) #

def img #

def input(attributes : String) #

def input #

def keygen(attributes : String) #

def keygen #

def link(attributes : String) #

def link #

def menuitem(attributes : String) #

def menuitem #

def meta(attributes : String) #

def meta #

def param(attributes : String) #

def param #

def source(attributes : String) #

def source #

def track(attributes : String) #

def track #

def wbr(attributes : String) #

def wbr #

Macro Detail

macro def_self_close_tag(tag) #

[View source]