Open chriseppstein opened 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.
tbody
table
Some tags are implied. e.g.
tbody
is implied by atable
. When doing selector matching for selector removal, simple tags selectors that are implied should be checked for the tags that imply them.