DiviArea.Utils.getCssSpecificity(selector, attribValue)
Calculates the CSS Specificity of a given selector.
Params
selector
- The CSS selector, like
body .et_ob_section
prop
- The attribute value to compare. The function checks, if the value contains an
!important
marker.
Returns
An specificity array, consisting of 4 numeric values.
Notes
No notes