Class: Markaby::XHTMLStrict

Inherits:
Object
  • Object
show all
Defined in:
lib/markaby/tags.rb

Overview

All the tags and attributes from XHTML 1.0 Strict

Class Attribute Summary collapse

Class Attribute Details

.doctypeObject

Returns the value of attribute doctype.



35
36
37
# File 'lib/markaby/tags.rb', line 35

def doctype
  @doctype
end

.formsObject

Returns the value of attribute forms.



35
36
37
# File 'lib/markaby/tags.rb', line 35

def forms
  @forms
end

.self_closingObject

Returns the value of attribute self_closing.



35
36
37
# File 'lib/markaby/tags.rb', line 35

def self_closing
  @self_closing
end

.tagsObject

Returns the value of attribute tags.



35
36
37
# File 'lib/markaby/tags.rb', line 35

def tags
  @tags
end

.tagsetObject

Returns the value of attribute tagset.



35
36
37
# File 'lib/markaby/tags.rb', line 35

def tagset
  @tagset
end