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