scoped

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

Specifies that the styles only apply to this element's parent element and that element's child elements.

Attributes

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

Implicits

Implicits

implicit def boolToPairstarApplied(attrObj: scoped.type.this.type): AttrPair[tag.type]
implicit def boolToPairstyleApplied(attrObj: scoped.type.this.type): AttrPair[tag.type]