module Gammo::Tags
Constants
- A
- Abbr
- Accept
- AcceptCharset
- Accesskey
- Acronym
- Action
- Address
- Align
- Allowfullscreen
- Allowpaymentrequest
- Allowusermedia
- Alt
- Annotation
- AnnotationXml
- Applet
- Area
- Article
- As
- Aside
- Async
- Audio
- Autocomplete
- Autofocus
- Autoplay
- B
- Base
- Basefont
- Bdi
- Bdo
- Bgsound
- Big
- Blink
- Blockquote
- Body
- Br
- Button
- Canvas
- Caption
- Center
- Challenge
- Charset
- Checked
- Cite
- Class
- Code
- Col
- Colgroup
- Color
- Cols
- Colspan
- Command
- Content
- Contenteditable
- Controls
- Coords
- Crossorigin
- Data
- Datalist
- Datetime
- Dd
- Default
- Defer
- Del
- Desc
- Details
- Dfn
- Dialog
- Dir
- Dirname
- Disabled
- Div
- Dl
- Download
- Draggable
- Dropzone
- Dt
- Em
- Embed
- Enctype
- Face
- Fieldset
- Figcaption
- Figure
- Font
- For
- ForeignObject
- Foreignobject
- Form
- Formaction
- Formenctype
- Formmethod
- Formnovalidate
- Formtarget
- Frame
- Frameset
- H1
- H2
- H3
- H4
- H5
- H6
- Head
- Header
- Headers
- Height
- Hgroup
- Hidden
- High
- Hr
- Href
- Hreflang
- Html
- HttpEquiv
- I
- Icon
- Id
- Iframe
- Image
- Img
- Input
- Inputmode
- Ins
- Integrity
- Is
- Isindex
- Ismap
- Itemid
- Itemprop
- Itemref
- Itemscope
- Itemtype
- Kbd
- Keygen
- Keytype
- Kind
- Label
- Lang
- Legend
- Li
- Link
- List
- Listing
- Loop
- Low
- Main
- Malignmark
- Manifest
- Map
- Mark
- Marquee
- Math
- Max
- Maxlength
- Media
- Mediagroup
- Menu
- Menuitem
- Meta
- Meter
- Method
- Mglyph
- Mi
- Min
- Minlength
- Mn
- Mo
- Ms
- Mtext
- Multiple
- Muted
- Name
- Nobr
- Noembed
- Noframes
- Nomodule
- Nonce
- Noscript
- Novalidate
- Object
- Ol
- Onabort
- Onafterprint
- Onautocomplete
- Onautocompleteerror
- Onauxclick
- Onbeforeprint
- Onbeforeunload
- Onblur
- Oncancel
- Oncanplay
- Oncanplaythrough
- Onchange
- Onclick
- Onclose
- Oncopy
- Oncuechange
- Oncut
- Ondblclick
- Ondrag
- Ondragend
- Ondragenter
- Ondragexit
- Ondragleave
- Ondragover
- Ondragstart
- Ondrop
- Ondurationchange
- Onemptied
- Onended
- Onerror
- Onfocus
- Onhashchange
- Oninput
- Oninvalid
- Onkeydown
- Onkeypress
- Onkeyup
- Onlanguagechange
- Onload
- Onloadeddata
- Onloadedmetadata
- Onloadend
- Onloadstart
- Onmessage
- Onmessageerror
- Onmousedown
- Onmouseenter
- Onmouseleave
- Onmousemove
- Onmouseout
- Onmouseover
- Onmouseup
- Onmousewheel
- Onoffline
- Ononline
- Onpagehide
- Onpageshow
- Onpaste
- Onpause
- Onplay
- Onplaying
- Onpopstate
- Onprogress
- Onratechange
- Onrejectionhandled
- Onreset
- Onresize
- Onscroll
- Onsecuritypolicyviolation
- Onseeked
- Onseeking
- Onselect
- Onshow
- Onsort
- Onstalled
- Onstorage
- Onsubmit
- Onsuspend
- Ontimeupdate
- Ontoggle
- Onunhandledrejection
- Onunload
- Onvolumechange
- Onwaiting
- Onwheel
- Open
- Optgroup
- Optimum
- Option
- Output
- P
- Param
- Pattern
- Picture
- Ping
- Placeholder
- Plaintext
- Playsinline
- Poster
- Pre
- Preload
- Progress
- Prompt
- Public
- Q
- Radiogroup
- Rb
- Readonly
- Referrerpolicy
- Rel
- Required
- Reversed
- Rows
- Rowspan
- Rp
- Rt
- Rtc
- Ruby
- S
- Samp
- Sandbox
- Scope
- Scoped
- Script
- Seamless
- Section
- Select
- Selected
- Shape
- Size
- Sizes
- Slot
- Small
- Sortable
- Sorted
- Source
- Spacer
- Span
- Spellcheck
- Src
- Srcdoc
- Srclang
- Srcset
- Start
- Step
- Strike
- Strong
- Style
- Sub
- Summary
- Sup
- Svg
- System
- TABLE
- Tabindex
- Table
- Target
- Tbody
- Td
- Template
- Textarea
- Tfoot
- Th
- Thead
- Time
- Title
- Tr
- Track
- Translate
- Tt
- Type
- Typemustmatch
- U
- Ul
- Updateviacache
- Usemap
- Value
- Var
- Video
- Wbr
- Width
- Workertype
- Wrap
- Xmp
Public Class Methods
lookup(name)
click to toggle source
# File lib/gammo/tags.rb, line 5 def self.lookup(name) TABLE[name] end