CSS

@native @JSGlobal @JSType
object CSS extends Object
class Object
trait Any
class Object
trait Matchable
class Any
CSS.type

Value members

Concrete methods

def supports(propertyName: String, value: String): Boolean

The CSS.supports() method returns a boolean value indicating if the browser supports a given CSS feature, or not. Allows to test the support of a pair property-value.

The CSS.supports() method returns a boolean value indicating if the browser supports a given CSS feature, or not. Allows to test the support of a pair property-value.

def supports(supportCondition: String): Boolean

The CSS.supports() method returns a boolean value indicating if the browser supports a given CSS feature, or not. Takes one parameter matching the condition of @supports.

The CSS.supports() method returns a boolean value indicating if the browser supports a given CSS feature, or not. Takes one parameter matching the condition of @supports.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object