CSS

Overview

The CSS interface holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.

Location

Required Methods


supports

Returns a Boolean indicating if the pair property-value, or the condition, given in parameter is supported.

 

method supports(parpropertyName: dynamic; parvalue: dynamic): Boolean

 

Boolean supports(dynamic parpropertyName, dynamic parvalue)

 

func supports(_ parpropertyName: dynamic, _ parvalue: dynamic) -> Boolean

 

Boolean supports(dynamic parpropertyName, dynamic parvalue)

 

Function supports(parpropertyName As dynamic, parvalue As dynamic) As Boolean

Parameters:

  • parpropertyName:
  • parvalue: