I know it in the spec stylesheets but why was this made like this?


EDIT:

If anyone is wondering what I am talking about read more from the spec stylesheets

After May 2025 this styling is removed.

To fix this follow Moziilla’s web docs. It shows how to consistently size headings for old browsers.

  • Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    5 months ago

    They probably expect you to use a new section with h1 for each uhhh section where you would use a h2 tag. So I gueas the h2 didn’t get any new styling information at all.

    In the end it’s a mess most devs just fix with their own stylesheet.