start

object start extends Attr

This integer attribute specifies the start value for numbering the individual list items. Although the ordering type of list elements might be Roman numerals, such as XXXI, or letters, the value of start is always represented as a number. To start numbering elements from the letter "C", use <code><ol start="3"></code>.

<strong>Note</strong>: This attribute was deprecated in HTML4, but reintroduced in HTML5.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

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

Value members

Concrete methods

@inline
def :=(v: String): AttrPair[_start_attr]
@inline
def :=(v: Option[String]): OptionalAttrPair[_start_attr]