Target logical heading level with CSS?
In the following HTML,
…
Is there a way to target headings by their logical level rather than their tag name?
…
heading 1 has a "resolved" heading depth of 1, and heading 3 of 4. However, the latter is not styled using the h4 selector, and still responds to the h1 selector.Is there a way to target headings by their logical level rather than their tag name?
