headers

object headers extends Attr

th - This attribute containsĀ a list of space-separated strings, each corresponding to the <code>id</code> attributes of other <a title="The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes." href="/en-US/docs/Web/HTML/Element/th"><code><th></code></a> elements that relate to this element. td - This attribute contains a list of space-separated strings, each corresponding to the <strong>id</strong> attribute of the <a title="The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes." href="/en-US/docs/Web/HTML/Element/th"><code><th></code></a> elements that apply to this element.

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[_headers_attr]
@inline
def :=(v: Option[String]): OptionalAttrPair[_headers_attr]