Yes, the previous version ignored the descendant classes and said it was used even though it may not have been since having that element with that class is not enough to know if that selector was used or not.
The new version does not say "used" if it is not clear. It then punts to the CSS Selectors used report for a complete test of the full exact selector. This prevents "Delete Unused Selectors" from suggesting you can remove something that is in fact really used.
|