Class: Markaby::HTML5

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

Constant Summary collapse

AttrsHTML5 =
[:contenteditable, :contextmentu, :draggable, :dropzone,
:hidden, :role, :spellcheck, :translate]

Class Attribute Summary collapse

Class Attribute Details

.doctypeObject

Returns the value of attribute doctype.



205
206
207
# File 'lib/markaby/tags.rb', line 205

def doctype
  @doctype
end

.formsObject

Returns the value of attribute forms.



205
206
207
# File 'lib/markaby/tags.rb', line 205

def forms
  @forms
end

.self_closingObject

Returns the value of attribute self_closing.



205
206
207
# File 'lib/markaby/tags.rb', line 205

def self_closing
  @self_closing
end

.tagsObject

Returns the value of attribute tags.



205
206
207
# File 'lib/markaby/tags.rb', line 205

def tags
  @tags
end

.tagsetObject

Returns the value of attribute tagset.



205
206
207
# File 'lib/markaby/tags.rb', line 205

def tagset
  @tagset
end