Class: DapperDan::HTML5

Inherits:
HTML
  • Object
show all
Defined in:
lib/dapper-dan/tags/html5.rb

Defined Under Namespace

Classes: Article, Aside, Audio, Bdi, Bdo, Canvas, Command, Datalist, Details, Embed, Embedded, Figcaption, Figure, Footer, Forms, Grouping, Header, Hgroup, Interactive, Keygen, Mark, Meter, Nav, Output, Progress, Rp, Rt, Ruby, Section, Sections, Source, Summary, Text, Time, Track, Video, Wbr

Constant Summary

DOCTYPE =
%q{<!DOCTYPE html>}

Constants inherited from HTML

DapperDan::HTML::DEFAULTS

Instance Attribute Summary

Attributes inherited from HTML

#content, #document, #options, #parent

Instance Method Summary (collapse)

Methods inherited from HTML

#abbreviation, #address, #area, #base, #blockquote, #body, #bold, #break, #button, #caption, #cite, #code, #column_group, #definition, #definition_group, #definition_list, #delete, #div, #emphasis, #fieldset, #form, generate, #h1, #h2, #h3, #h4, #h5, #h6, #head, #iframe, #image, #initialize, #inline_style, #input, #insert, #italics, #item, #keyboard, #label, #legend, #line, #link, #map, #menu, #meta, #noscript, #object, #option, #option_group, #ordered_list, #para, #param, #preformatted, #quote, #sample, #script, #select, #small, #span, #strike, #strong, #sub, #sup, #table, #table_body, #table_cell, #table_cell_head, #table_foot, #table_header, #table_row, #tag, #term, #textarea, #title, #to_html, #underline, #unordered_list, #validate, #variable

Constructor Details

This class inherits a constructor from DapperDan::HTML

Instance Method Details

- (Object) article(*args, &block)



15
16
17
# File 'lib/dapper-dan/tags/html5.rb', line 15

def article(*args, &block)
  tag :Article, *args, &block
end

- (Object) aside(*args, &block)



19
20
21
# File 'lib/dapper-dan/tags/html5.rb', line 19

def aside(*args, &block)
  tag :Aside, *args, &block
end

- (Object) audio(*args, &block)



89
90
91
# File 'lib/dapper-dan/tags/html5.rb', line 89

def audio(*args, &block)
  tag :Audio, *args, &block
end

- (Object) bidirectional_override(*args, &block)



71
72
73
# File 'lib/dapper-dan/tags/html5.rb', line 71

def bidirectional_override(*args, &block)
  tag :Bdo, *args, &block
end

- (Object) bidirectional_text(*args, &block)



67
68
69
# File 'lib/dapper-dan/tags/html5.rb', line 67

def bidirectional_text(*args, &block)
  tag :Bdi, *args, &block
end

- (Object) break_opertunity(*args, &block)



75
76
77
# File 'lib/dapper-dan/tags/html5.rb', line 75

def break_opertunity(*args, &block)
  tag :Wbr, *args, &block
end

- (Object) canvas(*args, &block)



101
102
103
# File 'lib/dapper-dan/tags/html5.rb', line 101

def canvas(*args, &block)
  tag :Canvas, *args, &block
end

- (Object) command(*args, &block)



137
138
139
# File 'lib/dapper-dan/tags/html5.rb', line 137

def command(*args, &block)
  tag :Command, *args, &block
end

- (Object) datalist(*args, &block)



107
108
109
# File 'lib/dapper-dan/tags/html5.rb', line 107

def datalist(*args, &block)
  tag :Datalist, *args, &block
end

- (Object) details(*args, &block)



129
130
131
# File 'lib/dapper-dan/tags/html5.rb', line 129

def details(*args, &block)
  tag :Details, *args, &block
end

- (Object) embed(*args, &block)



81
82
83
# File 'lib/dapper-dan/tags/html5.rb', line 81

def embed(*args, &block)
  tag :Embed, *args, &block
end

- (Object) figure(*args, &block)



37
38
39
# File 'lib/dapper-dan/tags/html5.rb', line 37

def figure(*args, &block)
  tag :Figure, *args, &block
end

- (Object) figure_caption(*args, &block)



41
42
43
# File 'lib/dapper-dan/tags/html5.rb', line 41

def figure_caption(*args, &block)
  tag :Figcaption, *args, &block
end


31
32
33
# File 'lib/dapper-dan/tags/html5.rb', line 31

def footer(*args, &block)
  tag :Footer, *args, &block
end

- (Object) header(*args, &block)



27
28
29
# File 'lib/dapper-dan/tags/html5.rb', line 27

def header(*args, &block)
  tag :Header, *args, &block
end

- (Object) header_group(*args, &block)



23
24
25
# File 'lib/dapper-dan/tags/html5.rb', line 23

def header_group(*args, &block)
  tag :Hgroup, *args, &block
end

- (Object) keygen(*args, &block)



111
112
113
# File 'lib/dapper-dan/tags/html5.rb', line 111

def keygen(*args, &block)
  tag :Keygen, *args, &block
end

- (Object) mark(*args, &block)



51
52
53
# File 'lib/dapper-dan/tags/html5.rb', line 51

def mark(*args, &block)
  tag :Mark, *args, &block
end

- (Object) meter(*args, &block)



123
124
125
# File 'lib/dapper-dan/tags/html5.rb', line 123

def meter(*args, &block)
  tag :Meter, *args, &block
end


11
12
13
# File 'lib/dapper-dan/tags/html5.rb', line 11

def navigation(*args, &block)
  tag :Nav, *args, &block
end

- (Object) output(*args, &block)



115
116
117
# File 'lib/dapper-dan/tags/html5.rb', line 115

def output(*args, &block)
  tag :Output, *args, &block
end

- (Object) progress(*args, &block)



119
120
121
# File 'lib/dapper-dan/tags/html5.rb', line 119

def progress(*args, &block)
  tag :Progress, *args, &block
end

- (Object) ruby(*args, &block)



55
56
57
# File 'lib/dapper-dan/tags/html5.rb', line 55

def ruby(*args, &block)
  tag :Ruby, *args, &block
end

- (Object) ruby_parentheses(*args, &block)



63
64
65
# File 'lib/dapper-dan/tags/html5.rb', line 63

def ruby_parentheses(*args, &block)
  tag :Rp, *args, &block
end

- (Object) ruby_text(*args, &block)



59
60
61
# File 'lib/dapper-dan/tags/html5.rb', line 59

def ruby_text(*args, &block)
  tag :Rt, *args, &block
end

- (Object) section(*args, &block)



7
8
9
# File 'lib/dapper-dan/tags/html5.rb', line 7

def section(*args, &block)
  tag :Section, *args, &block
end

- (Object) source(*args, &block)



93
94
95
# File 'lib/dapper-dan/tags/html5.rb', line 93

def source(*args, &block)
  tag :Source, *args, &block
end

- (Object) summary(*args, &block)



133
134
135
# File 'lib/dapper-dan/tags/html5.rb', line 133

def summary(*args, &block)
  tag :Summary, *args, &block
end

- (Object) time_stamp(*args, &block)



47
48
49
# File 'lib/dapper-dan/tags/html5.rb', line 47

def time_stamp(*args, &block)
  tag :Time, *args, &block
end

- (Object) track(*args, &block)



97
98
99
# File 'lib/dapper-dan/tags/html5.rb', line 97

def track(*args, &block)
  tag :Track, *args, &block
end

- (Object) video(*args, &block)



85
86
87
# File 'lib/dapper-dan/tags/html5.rb', line 85

def video(*args, &block)
  tag :Video, *args, &block
end