Module: Phlex::HTML::StandardElements
Overview
Standard HTML elements accept content and always have a closing tag.
Instance Method Summary collapse
-
#a(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<a>` tag.
-
#abbr(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<abbr>` tag.
-
#address(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<address>` tag.
-
#article(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<article>` tag.
-
#aside(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<aside>` tag.
-
#audio(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<audio>` tag.
-
#b(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<b>` tag.
-
#base(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<base>` tag.
-
#bdi(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<bdi>` tag.
-
#bdo(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<bdo>` tag.
-
#blockquote(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<blockquote>` tag.
-
#body(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<body>` tag.
-
#button(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<button>` tag.
-
#canvas(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<canvas>` tag.
-
#caption(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<caption>` tag.
-
#cite(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<cite>` tag.
-
#code(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<code>` tag.
-
#colgroup(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<colgroup>` tag.
-
#data(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<data>` tag.
-
#datalist(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<datalist>` tag.
-
#dd(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dd>` tag.
-
#del(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<del>` tag.
-
#details(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<details>` tag.
-
#dfn(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dfn>` tag.
-
#dialog(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dialog>` tag.
-
#div(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<div>` tag.
-
#dl(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dl>` tag.
-
#dt(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dt>` tag.
-
#em(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<em>` tag.
-
#fieldset(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<fieldset>` tag.
-
#figcaption(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<figcaption>` tag.
-
#figure(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<figure>` tag.
-
#footer(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<footer>` tag.
-
#form(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<form>` tag.
-
#h1(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h1>` tag.
-
#h2(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h2>` tag.
-
#h3(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h3>` tag.
-
#h4(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h4>` tag.
-
#h5(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h5>` tag.
-
#h6(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h6>` tag.
-
#head(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<head>` tag.
-
#header(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<header>` tag.
-
#hgroup(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<hgroup>` tag.
-
#html(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<html>` tag.
-
#i(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<i>` tag.
-
#iframe(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<iframe>` tag.
-
#ins(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<ins>` tag.
-
#kbd(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<kbd>` tag.
-
#label(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<label>` tag.
-
#legend(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<legend>` tag.
-
#li(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<li>` tag.
-
#main(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<main>` tag.
-
#map(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<map>` tag.
-
#mark(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<mark>` tag.
-
#menu(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<menu>` tag.
-
#meter(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<meter>` tag.
-
#nav(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<nav>` tag.
-
#noscript(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<noscript>` tag.
-
#object(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<object>` tag.
-
#ol(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<ol>` tag.
-
#optgroup(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<optgroup>` tag.
-
#option(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<option>` tag.
-
#output(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<output>` tag.
-
#p(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<p>` tag.
-
#picture(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<picture>` tag.
-
#portal(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<portal>` tag.
-
#pre(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<pre>` tag.
-
#progress(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<progress>` tag.
-
#q(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<q>` tag.
-
#rp(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<rp>` tag.
-
#rt(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<rt>` tag.
-
#ruby(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<ruby>` tag.
-
#s(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<s>` tag.
-
#samp(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<samp>` tag.
-
#script(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<script>` tag.
-
#search(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<search>` tag.
-
#section(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<section>` tag.
-
#select(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<select>` tag.
-
#slot(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<slot>` tag.
-
#small(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<small>` tag.
-
#span(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<span>` tag.
-
#strong(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<strong>` tag.
-
#style(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<style>` tag.
-
#sub(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<sub>` tag.
-
#summary(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<summary>` tag.
-
#sup(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<sup>` tag.
-
#svg(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<svg>` tag.
-
#table(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<table>` tag.
-
#tbody(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<tbody>` tag.
-
#td(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<td>` tag.
-
#template_tag(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<template>` tag.
-
#textarea(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<textarea>` tag.
-
#tfoot(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<tfoot>` tag.
-
#th(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<th>` tag.
-
#thead(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<thead>` tag.
-
#time(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<time>` tag.
-
#title(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<title>` tag.
-
#tr(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<tr>` tag.
-
#u(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<u>` tag.
-
#ul(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<ul>` tag.
-
#var(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<var>` tag.
-
#video(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<video>` tag.
-
#wbr(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<wbr>` tag.
Methods included from Elements
register_element, register_void_element, registered_elements
Instance Method Details
#a(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<a>` tag.
12 |
# File 'lib/phlex/html/standard_elements.rb', line 12 register_element :a, tag: "a" |
#abbr(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<abbr>` tag.
19 |
# File 'lib/phlex/html/standard_elements.rb', line 19 register_element :abbr |
#address(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<address>` tag.
26 |
# File 'lib/phlex/html/standard_elements.rb', line 26 register_element :address |
#article(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<article>` tag.
33 |
# File 'lib/phlex/html/standard_elements.rb', line 33 register_element :article |
#aside(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<aside>` tag.
40 |
# File 'lib/phlex/html/standard_elements.rb', line 40 register_element :aside |
#audio(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<audio>` tag.
47 |
# File 'lib/phlex/html/standard_elements.rb', line 47 register_element :audio |
#b(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<b>` tag.
54 |
# File 'lib/phlex/html/standard_elements.rb', line 54 register_element :b |
#base(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<base>` tag.
61 |
# File 'lib/phlex/html/standard_elements.rb', line 61 register_element :base |
#bdi(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<bdi>` tag.
68 |
# File 'lib/phlex/html/standard_elements.rb', line 68 register_element :bdi |
#bdo(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<bdo>` tag.
75 |
# File 'lib/phlex/html/standard_elements.rb', line 75 register_element :bdo |
#blockquote(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<blockquote>` tag.
82 |
# File 'lib/phlex/html/standard_elements.rb', line 82 register_element :blockquote |
#body(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<body>` tag.
89 |
# File 'lib/phlex/html/standard_elements.rb', line 89 register_element :body |
#button(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<button>` tag.
96 |
# File 'lib/phlex/html/standard_elements.rb', line 96 register_element :button |
#canvas(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<canvas>` tag.
103 |
# File 'lib/phlex/html/standard_elements.rb', line 103 register_element :canvas |
#caption(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<caption>` tag.
110 |
# File 'lib/phlex/html/standard_elements.rb', line 110 register_element :caption |
#cite(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<cite>` tag.
117 |
# File 'lib/phlex/html/standard_elements.rb', line 117 register_element :cite |
#code(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<code>` tag.
124 |
# File 'lib/phlex/html/standard_elements.rb', line 124 register_element :code |
#colgroup(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<colgroup>` tag.
131 |
# File 'lib/phlex/html/standard_elements.rb', line 131 register_element :colgroup |
#data(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<data>` tag.
138 |
# File 'lib/phlex/html/standard_elements.rb', line 138 register_element :data |
#datalist(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<datalist>` tag.
145 |
# File 'lib/phlex/html/standard_elements.rb', line 145 register_element :datalist |
#dd(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dd>` tag.
152 |
# File 'lib/phlex/html/standard_elements.rb', line 152 register_element :dd |
#del(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<del>` tag.
159 |
# File 'lib/phlex/html/standard_elements.rb', line 159 register_element :del |
#details(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<details>` tag.
166 |
# File 'lib/phlex/html/standard_elements.rb', line 166 register_element :details |
#dfn(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dfn>` tag.
173 |
# File 'lib/phlex/html/standard_elements.rb', line 173 register_element :dfn |
#dialog(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dialog>` tag.
180 |
# File 'lib/phlex/html/standard_elements.rb', line 180 register_element :dialog |
#div(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<div>` tag.
187 |
# File 'lib/phlex/html/standard_elements.rb', line 187 register_element :div |
#dl(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dl>` tag.
194 |
# File 'lib/phlex/html/standard_elements.rb', line 194 register_element :dl |
#dt(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<dt>` tag.
201 |
# File 'lib/phlex/html/standard_elements.rb', line 201 register_element :dt |
#em(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<em>` tag.
208 |
# File 'lib/phlex/html/standard_elements.rb', line 208 register_element :em |
#fieldset(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<fieldset>` tag.
215 |
# File 'lib/phlex/html/standard_elements.rb', line 215 register_element :fieldset |
#figcaption(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<figcaption>` tag.
222 |
# File 'lib/phlex/html/standard_elements.rb', line 222 register_element :figcaption |
#figure(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<figure>` tag.
229 |
# File 'lib/phlex/html/standard_elements.rb', line 229 register_element :figure |
#footer(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<footer>` tag.
236 |
# File 'lib/phlex/html/standard_elements.rb', line 236 register_element :footer |
#form(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<form>` tag.
243 |
# File 'lib/phlex/html/standard_elements.rb', line 243 register_element :form |
#h1(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h1>` tag.
250 |
# File 'lib/phlex/html/standard_elements.rb', line 250 register_element :h1 |
#h2(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h2>` tag.
257 |
# File 'lib/phlex/html/standard_elements.rb', line 257 register_element :h2 |
#h3(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h3>` tag.
264 |
# File 'lib/phlex/html/standard_elements.rb', line 264 register_element :h3 |
#h4(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h4>` tag.
271 |
# File 'lib/phlex/html/standard_elements.rb', line 271 register_element :h4 |
#h5(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h5>` tag.
278 |
# File 'lib/phlex/html/standard_elements.rb', line 278 register_element :h5 |
#h6(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<h6>` tag.
285 |
# File 'lib/phlex/html/standard_elements.rb', line 285 register_element :h6 |
#head(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<head>` tag.
292 |
# File 'lib/phlex/html/standard_elements.rb', line 292 register_element :head |
#header(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<header>` tag.
299 |
# File 'lib/phlex/html/standard_elements.rb', line 299 register_element :header |
#hgroup(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<hgroup>` tag.
306 |
# File 'lib/phlex/html/standard_elements.rb', line 306 register_element :hgroup |
#html(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<html>` tag.
313 |
# File 'lib/phlex/html/standard_elements.rb', line 313 register_element :html |
#i(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<i>` tag.
320 |
# File 'lib/phlex/html/standard_elements.rb', line 320 register_element :i |
#iframe(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<iframe>` tag.
327 |
# File 'lib/phlex/html/standard_elements.rb', line 327 register_element :iframe |
#ins(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<ins>` tag.
334 |
# File 'lib/phlex/html/standard_elements.rb', line 334 register_element :ins |
#kbd(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<kbd>` tag.
341 |
# File 'lib/phlex/html/standard_elements.rb', line 341 register_element :kbd |
#label(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<label>` tag.
348 |
# File 'lib/phlex/html/standard_elements.rb', line 348 register_element :label |
#legend(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<legend>` tag.
355 |
# File 'lib/phlex/html/standard_elements.rb', line 355 register_element :legend |
#li(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<li>` tag.
362 |
# File 'lib/phlex/html/standard_elements.rb', line 362 register_element :li |
#main(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<main>` tag.
369 |
# File 'lib/phlex/html/standard_elements.rb', line 369 register_element :main |
#map(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<map>` tag.
376 |
# File 'lib/phlex/html/standard_elements.rb', line 376 register_element :map |
#mark(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<mark>` tag.
383 |
# File 'lib/phlex/html/standard_elements.rb', line 383 register_element :mark |
#menu(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<menu>` tag.
390 |
# File 'lib/phlex/html/standard_elements.rb', line 390 register_element :menu |
#meter(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<meter>` tag.
397 |
# File 'lib/phlex/html/standard_elements.rb', line 397 register_element :meter |
#nav(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<nav>` tag.
404 |
# File 'lib/phlex/html/standard_elements.rb', line 404 register_element :nav |
#noscript(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<noscript>` tag.
411 |
# File 'lib/phlex/html/standard_elements.rb', line 411 register_element :noscript |
#object(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<object>` tag.
418 |
# File 'lib/phlex/html/standard_elements.rb', line 418 register_element :object |
#ol(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<ol>` tag.
425 |
# File 'lib/phlex/html/standard_elements.rb', line 425 register_element :ol |
#optgroup(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<optgroup>` tag.
432 |
# File 'lib/phlex/html/standard_elements.rb', line 432 register_element :optgroup |
#option(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<option>` tag.
439 |
# File 'lib/phlex/html/standard_elements.rb', line 439 register_element :option |
#output(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<output>` tag.
446 |
# File 'lib/phlex/html/standard_elements.rb', line 446 register_element :output |
#p(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<p>` tag.
453 |
# File 'lib/phlex/html/standard_elements.rb', line 453 register_element :p |
#picture(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<picture>` tag.
460 |
# File 'lib/phlex/html/standard_elements.rb', line 460 register_element :picture |
#portal(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<portal>` tag. (Experimental)
467 |
# File 'lib/phlex/html/standard_elements.rb', line 467 register_element :portal |
#pre(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<pre>` tag.
474 |
# File 'lib/phlex/html/standard_elements.rb', line 474 register_element :pre |
#progress(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<progress>` tag.
481 |
# File 'lib/phlex/html/standard_elements.rb', line 481 register_element :progress |
#q(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<q>` tag.
488 |
# File 'lib/phlex/html/standard_elements.rb', line 488 register_element :q |
#rp(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<rp>` tag.
495 |
# File 'lib/phlex/html/standard_elements.rb', line 495 register_element :rp |
#rt(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<rt>` tag.
502 |
# File 'lib/phlex/html/standard_elements.rb', line 502 register_element :rt |
#ruby(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<ruby>` tag. (The best tag ever!)
509 |
# File 'lib/phlex/html/standard_elements.rb', line 509 register_element :ruby |
#s(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<s>` tag.
516 |
# File 'lib/phlex/html/standard_elements.rb', line 516 register_element :s |
#samp(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<samp>` tag.
523 |
# File 'lib/phlex/html/standard_elements.rb', line 523 register_element :samp |
#script(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<script>` tag.
530 |
# File 'lib/phlex/html/standard_elements.rb', line 530 register_element :script |
#search(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<search>` tag.
537 |
# File 'lib/phlex/html/standard_elements.rb', line 537 register_element :search |
#section(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<section>` tag.
544 |
# File 'lib/phlex/html/standard_elements.rb', line 544 register_element :section |
#select(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<select>` tag.
551 |
# File 'lib/phlex/html/standard_elements.rb', line 551 register_element :select |
#slot(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<slot>` tag.
558 |
# File 'lib/phlex/html/standard_elements.rb', line 558 register_element :slot |
#small(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<small>` tag.
565 |
# File 'lib/phlex/html/standard_elements.rb', line 565 register_element :small |
#span(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<span>` tag.
572 |
# File 'lib/phlex/html/standard_elements.rb', line 572 register_element :span |
#strong(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<strong>` tag.
579 |
# File 'lib/phlex/html/standard_elements.rb', line 579 register_element :strong |
#style(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<style>` tag.
586 |
# File 'lib/phlex/html/standard_elements.rb', line 586 register_element :style |
#sub(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<sub>` tag.
593 |
# File 'lib/phlex/html/standard_elements.rb', line 593 register_element :sub |
#summary(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<summary>` tag.
600 |
# File 'lib/phlex/html/standard_elements.rb', line 600 register_element :summary |
#sup(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<sup>` tag.
607 |
# File 'lib/phlex/html/standard_elements.rb', line 607 register_element :sup |
#svg(**attributes) {|component| ... } ⇒ nil
Outputs an ‘<svg>` tag.
614 |
# File 'lib/phlex/html/standard_elements.rb', line 614 register_element :svg |
#table(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<table>` tag.
621 |
# File 'lib/phlex/html/standard_elements.rb', line 621 register_element :table |
#tbody(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<tbody>` tag.
628 |
# File 'lib/phlex/html/standard_elements.rb', line 628 register_element :tbody |
#td(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<td>` tag.
635 |
# File 'lib/phlex/html/standard_elements.rb', line 635 register_element :td |
#template_tag(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<template>` tag.
642 |
# File 'lib/phlex/html/standard_elements.rb', line 642 register_element :template_tag, tag: "template" |
#textarea(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<textarea>` tag.
649 |
# File 'lib/phlex/html/standard_elements.rb', line 649 register_element :textarea |
#tfoot(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<tfoot>` tag.
656 |
# File 'lib/phlex/html/standard_elements.rb', line 656 register_element :tfoot |
#th(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<th>` tag.
663 |
# File 'lib/phlex/html/standard_elements.rb', line 663 register_element :th |
#thead(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<thead>` tag.
670 |
# File 'lib/phlex/html/standard_elements.rb', line 670 register_element :thead |
#time(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<time>` tag.
677 |
# File 'lib/phlex/html/standard_elements.rb', line 677 register_element :time |
#title(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<title>` tag.
684 |
# File 'lib/phlex/html/standard_elements.rb', line 684 register_element :title |
#tr(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<tr>` tag.
691 |
# File 'lib/phlex/html/standard_elements.rb', line 691 register_element :tr |
#u(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<u>` tag.
698 |
# File 'lib/phlex/html/standard_elements.rb', line 698 register_element :u |
#ul(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<ul>` tag.
705 |
# File 'lib/phlex/html/standard_elements.rb', line 705 register_element :ul |
#var(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<var>` tag.
712 |
# File 'lib/phlex/html/standard_elements.rb', line 712 register_element :var |
#video(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<video>` tag.
719 |
# File 'lib/phlex/html/standard_elements.rb', line 719 register_element :video |
#wbr(**attributes) {|component| ... } ⇒ nil
Outputs a ‘<wbr>` tag.
726 |
# File 'lib/phlex/html/standard_elements.rb', line 726 register_element :wbr |