Module: HTML

Defined in:
lib/ruby_html/elements/element.rb,
lib/ruby_html/elements/document.rb

Defined Under Namespace

Classes: Document, Element

Constant Summary collapse

ELEMENTS =
%w(
  Div
  P
  H1
  H2
  H3
  H4
  H5
  H6
  Img
  Script
  Style
  Title
  Link
  Meta
  Address
  Article
  Aside
  Footer
  Header
  HGroup
  Nav
  Section
  BlockQuote
  Dd
  Dl
  Dt
  FigCaption
  Figure
  Hr
  Li
  Main
  Ol
  Pre
  Ul
  A
  Abbr
  B
  Bdi
  Bdo
  Br
  Cite
  Code
  Dfn
  Em
  I
  Kbd
  Nobr
  Q
  Rp
  Rt
  Rtc
  Ruby
  S
  Samp
  Small
  Span
  Strong
  Sub
  Sup
  Tt
  U
  Var
  Wbr
  Area
  Audio
  Map
  Track
  Video
  Applet
  Embed
  IFrame
  NoEmbed
  Param
  Picture
  Source
  Canvas
  NoScript
  Del
  Ins
  Caption
  Col
  ColGroup
  Table
  TBody
  Td
  TFoot
  Th
  THead
  Tr
  Button
  DataList
  FieldSet
  Form
  Input
  Label
  Legend
  Meter
  OptGroup
  Option
  Output
  Progress
  Select
  TextArea
  Details
  Dialog
  Menu
  MenuItem
  Summary
  Content
  Shadow
  Slot
  Template
)