All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalajs.dom.html.scala Maven / Gradle / Ivy

The newest version!
package org.scalajs.dom

/**
 * Short aliasas of all the dom.HTMLThing classes
 */
object html {
  type Anchor = raw.HTMLAnchorElement
  type Applet = raw.HTMLAppletElement
  type Audio = raw.HTMLAudioElement
  type Area = raw.HTMLAreaElement
  type AreasCollection = raw.HTMLAreasCollection
  type Base = raw.HTMLBaseElement
  type BaseFont = raw.HTMLBaseFontElement
  type BGSound = raw.HTMLBGSoundElement
  type BlockElement = raw.HTMLBlockElement
  type Body = raw.HTMLBodyElement
  type Button = raw.HTMLButtonElement
  type BR = raw.HTMLBRElement
  type Canvas = raw.HTMLCanvasElement
  type Collection = raw.HTMLCollection
  type DataList = raw.HTMLDataListElement
  type DD = raw.HTMLDDElement
  type Directory = raw.HTMLDirectoryElement
  type Div = raw.HTMLDivElement
  type DList = raw.HTMLDListElement
  type DT = raw.HTMLDTElement
  type Document = raw.HTMLDocument
  type Element = raw.HTMLElement
  type Embed = raw.HTMLEmbedElement
  type FieldSet = raw.HTMLFieldSetElement
  type Font = raw.HTMLFontElement
  type Form = raw.HTMLFormElement
  type Frame = raw.HTMLFrameElement
  type FrameSet = raw.HTMLFrameSetElement
  type Head = raw.HTMLHeadElement
  type Heading = raw.HTMLHeadingElement
  type Html = raw.HTMLHtmlElement
  type HR = raw.HTMLHRElement
  type IFrame = raw.HTMLIFrameElement
  type Image = raw.HTMLImageElement
  type Input = raw.HTMLInputElement
  type IsIndex = raw.HTMLIsIndexElement
  type Label = raw.HTMLLabelElement
  type Legend = raw.HTMLLegendElement
  type LI = raw.HTMLLIElement
  type Link = raw.HTMLLinkElement
  type Map = raw.HTMLMapElement
  type Marquee = raw.HTMLMarqueeElement
  type Media = raw.HTMLMediaElement
  @inline def Media = raw.HTMLMediaElement
  type Menu = raw.HTMLMenuElement
  type Meta = raw.HTMLMetaElement
  type Mod = raw.HTMLModElement
  type NextIdElement = raw.HTMLNextIdElement
  type Object = raw.HTMLObjectElement
  type OList = raw.HTMLOListElement
  type OptGroup = raw.HTMLOptGroupElement
  type Option = raw.HTMLOptionElement
  type Paragraph = raw.HTMLParagraphElement
  type Param = raw.HTMLParamElement
  type Pre = raw.HTMLPreElement
  type Phrase = raw.HTMLPhraseElement
  type Progress = raw.HTMLProgressElement
  type Quote = raw.HTMLQuoteElement
  type Script = raw.HTMLScriptElement
  type Select = raw.HTMLSelectElement
  type Source = raw.HTMLSourceElement
  type Span = raw.HTMLSpanElement
  type Style = raw.HTMLStyleElement
  type Table = raw.HTMLTableElement
  type TableAlignment = raw.HTMLTableAlignment
  type TableCaption = raw.HTMLTableCaptionElement
  type TableCell = raw.HTMLTableCellElement
  type TableCol = raw.HTMLTableColElement
  type TableDataCell = raw.HTMLTableDataCellElement
  type TableHeaderCell = raw.HTMLTableHeaderCellElement
  type TableRow = raw.HTMLTableRowElement
  type TableSection = raw.HTMLTableSectionElement
  type Title = raw.HTMLTitleElement
  type TextArea = raw.HTMLTextAreaElement
  type Track = raw.HTMLTrackElement
  type UList = raw.HTMLUListElement
  type Unknown = raw.HTMLUnknownElement
  type Video = raw.HTMLVideoElement
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy