const CSS_ATTR | The value is a attribute function. The value can be obtained by using the getStringValue method. |
const CSS_CH | The value is a length (ch). The value can be obtained by using the getFloatValue method. |
const CSS_CM | The value is a length (cm). The value can be obtained by using the getFloatValue method. |
const CSS_COUNTER | The value is a counter or counters function. The value can be obtained by using the GetCounterValue method. |
const CSS_DEG | The value is an angle (deg). The value can be obtained by using the getFloatValue method. |
const CSS_DIMENSION | The value is a number with an unknown dimension. The value can be obtained by using the getFloatValue method. |
const CSS_DPCM | The value is a dots per centimeter (dpcm). |
const CSS_DPI | The value is a dots per inch (dpi). |
const CSS_DPPX | The value is a dots per ‘px’ unit (dppx). |
const CSS_EMS | The value is a length (ems). The value can be obtained by using the getFloatValue method. |
const CSS_EXS | The value is a length (exs). The value can be obtained by using the getFloatValue method. |
const CSS_GRAD | The value is an angle (grad). The value can be obtained by using the getFloatValue method. |
const CSS_HZ | The value is a frequency (Hz). The value can be obtained by using the getFloatValue method. |
const CSS_IDENT | The value is an identifier. The value can be obtained by using the getStringValue method. |
const CSS_IN | The value is a length (in). The value can be obtained by using the getFloatValue method. |
const CSS_KHZ | The value is a frequency (kHz). The value can be obtained by using the getFloatValue method. |
const CSS_MM | The value is a length (mm). The value can be obtained by using the getFloatValue method. |
const CSS_MS | The value is a time (ms). The value can be obtained by using the getFloatValue method. |
const CSS_NUMBER | The value is a simple number. The value can be obtained by using the getFloatValue method. |
const CSS_PC | The value is a length (pc). The value can be obtained by using the getFloatValue method. |
const CSS_PERCENTAGE | The value is a percentage. The value can be obtained by using the getFloatValue method. |
const CSS_PT | The value is a length (pt). The value can be obtained by using the getFloatValue method. |
const CSS_PX | The value is a length (px). The value can be obtained by using the getFloatValue method. |
const CSS_RAD | The value is an angle (rad). The value can be obtained by using the getFloatValue method. |
const CSS_RECT | The value is a rect function. The value can be obtained by using the GetRectValue method. |
const CSS_REM | The value is a length (rem). The value can be obtained by using the getFloatValue method. |
const CSS_RGBCOLOR | The value is a RGB color. The value can be obtained by using the GetRGBColorValue method. |
const CSS_S | The value is a time (s). The value can be obtained by using the getFloatValue method. |
const CSS_STRING | The value is a STRING. The value can be obtained by using the getStringValue method. |
const CSS_UNKNOWN | The value is not a recognized CSS2 value. The value can only be obtained by using the cssText attribute. |
const CSS_URI | The value is a URI. The value can be obtained by using the getStringValue method. |
const CSS_VH | The value is a percentage of the full viewport height. |
const CSS_VMAX | The value is a percentage of the viewport width or height, whichever is larger. |
const CSS_VMIN | The value is a percentage of the viewport width or height, whichever is smaller. |
const CSS_VW | The value is a percentage of the full viewport width. |