linkedin / opticss

A CSS Optimizer
BSD 2-Clause "Simplified" License
715 stars 24 forks source link

implied tags #21

Open chriseppstein opened 6 years ago

chriseppstein commented 6 years ago

Some tags are implied. e.g. tbody is implied by a table. When doing selector matching for selector removal, simple tags selectors that are implied should be checked for the tags that imply them.