content

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

This attribute contains the value for the http-equiv or name attribute, depending on which was used.

Attributes

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