height

slinky.web.html.height$
object height extends Attr

img - The intrinsic height of the image in pixels. In HTML 4, the height could be defined pixels or as a percentage. In HTML5, however, the value must be in pixels. embed - The displayed height of the resource, in CSS pixels.  -- (Absolute values only.  NO percentages) canvas - The height of the coordinate space in CSS pixels. Defaults to 150. input - If the value of the type attribute is image, this attribute defines the height of the image displayed for the button. iframe - Indicates the height of the frame HTML5 in CSS pixels, or HTML 4.01 in pixels or as a percentage. video - The height of the video's display area, in CSS pixels.  -- (Absolute values only.  NO percentages) object - The height of the displayed resource, in CSS pixels.  -- (Absolute values only.  NO percentages)

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
height.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: String): AttrPair[_height_attr.type]
def :=(v: Option[String]): OptionalAttrPair[_height_attr.type]