lang

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

Participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in. The tag contains one single entry value in the format definedĀ in the Tags for Identifying Languages (BCP47) IETF document. xml:lang has priority over it.

Attributes

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

Inherited types

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

Attributes

Inherited from:
Attr

Value members

Concrete methods

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