Object: CSSValue
CSSValue constants
|
Constant |
Value type |
Description |
Support level |
Availability |
|---|---|---|---|---|
|
0 |
CSS_INHERIT |
An inherited value. |
DOM 2 Style |
4.6 or later |
|
1 |
CSS_PRIMITIVE |
DOM 2 Style |
4.6 or later |
|
|
2 |
CSS_VALUE_LIST |
A CSSValueList. |
DOM 2 Style |
4.6 or later |
|
3 |
CSS_CUSTOM |
A custom value. |
DOM 2 Style |
4.6 or later |
CSSValue properties
|
Property name |
Type |
Description |
Status |
Support level |
Availability |
|---|---|---|---|---|---|
|
unsigned short |
Returns the type of value, represented using a CSSValue constant. |
read only |
DOM 2 Style |
4.6 or later |