Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

h1 font-size in section

  • 3 відповіді
  • 1 має цю проблему
  • 77 переглядів
  • Остання відповідь від 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.

Обране рішення

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.

Читати цю відповідь у контексті 👍 0

Усі відповіді (3)

more options

Вибране рішення

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