manifest

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

Specifies the URI of a resource manifest indicating resources that should be cached locally. See Using the application cache for details.

Attributes

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