Module: Gara

Extended by:
Renderer
Defined in:
lib/gara.rb,
lib/gara/version.rb,
lib/gara/renderer.rb,
lib/gara/delegator.rb,
lib/gara/html5_emitter.rb,
lib/gara/template/handler.rb

Defined Under Namespace

Modules: Renderer, Template Classes: Delegator, Html5Emitter

Constant Summary collapse

VERSION =
"0.1.7"
HTML5_TAGS =
[ :a, :abbr, :address, :area, :article, :aside, :audio,
:b, :base, :bdi, :bdo, :blockquote, :body, :br, :button,
:canvas, :caption, :cite, :code, :col, :colgroup,
:data, :datalist, :dd, :del, :details, :dfn, :div, :dl, :dt,
:em, :embed,
:fieldset, :figcaption, :figure, :footer, :form,
:h1, :h2, :h3, :h4, :h5, :h6, :head, :header, :hr, :html,
:i, :iframe, :img, :input, :ins,
:kbd, :keygen,
:label, :legend, :li, :link,
:main, :map, :mark, :math, :menu, :menuitem, :meta, :meter,
:nav, :noscript,
:object, :ol, :optgroup, :option, :output,
:p, :param, :pre, :progress,
:q,
:rp, :rt, :ruby,
:s, :samp, :script, :section, :select, :small, :source,
:span, :strong, :style, :sub, :sup, :summary, :svg,
:table, :tbody, :td, :textarea, :tfoot, :th, :thead, :time, :title,
:tr, :track,
:u, :ul,
:var, :video,
:wbr]

Method Summary

Methods included from Renderer

render