headers

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

th - This attribute containsĀ a list of space-separated strings, each corresponding to the id attributes of other <th> elements that relate to this element. td - This attribute contains a list of space-separated strings, each corresponding to the id attribute of the <th> elements that apply to this element.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
headers.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[_headers_attr.type]
def :=(v: Option[String]): OptionalAttrPair[_headers_attr.type]