max

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

meter - The upper numeric bound of the measured range. This must be greater than the minimum value (min attribute), if specified. If unspecified, the maximum value is 1. progress - This attribute describes how much work the task indicated by the progress element requires. The max attribute, if present, must have a value greater than zero and be a valid floating point number. The default value is 1. input - The maximum (numeric or date-time) value for this item, which must not be less than its minimum (min attribute) value.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
max.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

type attrType = _max_attr.type

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

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