goog.html.CssSpecificityModule IDgoog.html.CssSpecificityCalculator for specificity of CSS selectors. VIEW SOURCEExported Functionsexpand_moregetSpecificity( selector ) → Array<number>Calculates the specificity of CSS selectors, using a global cache if supported. ParametersselectorstringThe CSS selector. ReturnsArray<number>The CSS specificity. See Alsohttp://www.w3.org/TR/css3-selectors/#specificity https://specificity.keegan.st/ VIEW SOURCE