webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
DeprecatedCSSOMValue Interface Reference

import"DeprecatedCSSOMValue.idl";

Inheritance diagram for DeprecatedCSSOMValue:
DeprecatedCSSOMPrimitiveValue DeprecatedCSSOMValueList

Public Attributes

const unsigned short CSS_INHERIT = 0
 
const unsigned short CSS_PRIMITIVE_VALUE = 1
 
const unsigned short CSS_VALUE_LIST = 2
 
const unsigned short CSS_CUSTOM = 3
 
attribute DOMString cssText
 
readonly attribute unsigned short cssValueType
 

Member Data Documentation

◆ CSS_CUSTOM

const unsigned short DeprecatedCSSOMValue::CSS_CUSTOM = 3

◆ CSS_INHERIT

const unsigned short DeprecatedCSSOMValue::CSS_INHERIT = 0

◆ CSS_PRIMITIVE_VALUE

const unsigned short DeprecatedCSSOMValue::CSS_PRIMITIVE_VALUE = 1

◆ CSS_VALUE_LIST

const unsigned short DeprecatedCSSOMValue::CSS_VALUE_LIST = 2

◆ cssText

attribute DOMString DeprecatedCSSOMValue::cssText

◆ cssValueType

readonly attribute unsigned short DeprecatedCSSOMValue::cssValueType

The documentation for this interface was generated from the following file: