November 2001
Intermediate to advanced
936 pages
68h 43m
English
CSSStyleDeclaration.getPropertyPriority( ) — get the priority of a CSS attribute
DOM Level 2 CSS
String getPropertyPriority(String propertyName);propertyName
The name of the CSS attribute.
The string “important” if the named CSS attribute is
explicitly specified in this declaration block and has the
!important priority modifier. Returns the empty
string otherwise.