Class: Markaby::XHTMLTransitional
- Defined in:
- lib/gems/markaby-0.5/lib/markaby/tags.rb
Overview
Additional tags found in XHTML 1.0 Transitional
Class Attribute Summary collapse
-
.doctype ⇒ Object
Returns the value of attribute doctype.
-
.forms ⇒ Object
Returns the value of attribute forms.
-
.self_closing ⇒ Object
Returns the value of attribute self_closing.
-
.tags ⇒ Object
Returns the value of attribute tags.
-
.tagset ⇒ Object
Returns the value of attribute tagset.
Class Attribute Details
.doctype ⇒ Object
Returns the value of attribute doctype.
111 112 113 |
# File 'lib/gems/markaby-0.5/lib/markaby/tags.rb', line 111 def doctype @doctype end |
.forms ⇒ Object
Returns the value of attribute forms.
111 112 113 |
# File 'lib/gems/markaby-0.5/lib/markaby/tags.rb', line 111 def forms @forms end |
.self_closing ⇒ Object
Returns the value of attribute self_closing.
111 112 113 |
# File 'lib/gems/markaby-0.5/lib/markaby/tags.rb', line 111 def self_closing @self_closing end |
.tags ⇒ Object
Returns the value of attribute tags.
111 112 113 |
# File 'lib/gems/markaby-0.5/lib/markaby/tags.rb', line 111 def @tags end |
.tagset ⇒ Object
Returns the value of attribute tagset.
111 112 113 |
# File 'lib/gems/markaby-0.5/lib/markaby/tags.rb', line 111 def @tagset end |