How much are specificity hacks used? #27
Labels
✅ Has algorithm (1/3)
An implementable algorithm for how to measure this stat has been described in the issue
✅ Has JS (2/3)
JS has been written to calculate this stat
✅ Has SQL (3/3)
BigQuery SQL has been written to calculate this stat.
proposed stat
Proposed statistic to study
Section: Selectors
By specificity hacks I mean selector rewritings or additions with the sole purpose of increasing or decreasing specificity. Things like:
[id=foo]
.foo.foo.foo
:not(#nonexistent) .actual-selector
etc
I suppose BEM could also be considered a specificity hack.
The text was updated successfully, but these errors were encountered: