Open jwerre opened 8 years ago
Should work for the html
element imo, but not for non-visible elements like elements in the head
element. Maybe the new option could be a black/ignore list of element names.
I think the best course is to just avoid applying styles to the head altogether. My guess is the parser just doesn't discriminate.
I've got a reset style something like this:
the result is:
I can't think of any reason why you would want to apply styling to items in the head. It might be a good idea to turn this off by default and allow it to be turned on in the options.