start

slinky.web.html.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 <ol start="3">.

Note: This attribute was deprecated in HTML4, but reintroduced in HTML5.

Attributes

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

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

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