Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

h1 font-size in section

  • 3 replies
  • 1 has this problem
  • 82 views
  • Last reply by johannes

more options

The stock html.css renders h1 tags inside a section with equal size as h2 both in and outside a section.

If h1 font-size is different inside a section than also a h2 font-size is expected to have different, smaller size.

The stock html.css renders h1 tags inside a section with equal size as h2 both in and outside a section. If h1 font-size is different inside a section than also a h2 font-size is expected to have different, smaller size.

Chosen solution

If you believe this to be a bug -- File a bug report at https://bugzilla.mozilla.org -- Once there if you have not an account already, you will need to create one. When registered follow the documentation for bug filing to help you get started.

Read this answer in context 👍 0

All Replies (3)

more options

Chosen Solution

If you believe this to be a bug -- File a bug report at https://bugzilla.mozilla.org -- Once there if you have not an account already, you will need to create one. When registered follow the documentation for bug filing to help you get started.

more options

That is odd: https://jsfiddle.net/1v2L9Lkm/

This is the internal rules file that scales down h1 depending on how many of article, aside, nav, or section it is nested in. As you point out, that does not apply to other heading types.

https://dxr.mozilla.org/mozilla-release/source/layout/style/res/html.css#185

I don't know if this will be changed (maybe there's a standard??), but you could file a bug: https://bugzilla.mozilla.org/

Until then, you would need to override the built-in rule with your own CSS.

more options