-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header Size: H2 and H3 are the same on mobile #1812
Comments
Thanks for reporting this @mmprep!
This is actually the first report we've had of this. I think given how long the styles have been in place and unremarked on, I'd like to keep them as they are -- I'm always hesitant to make visual changes like this when they don't involve fixing bugs, since they could negatively impact someone using the theme who likes the styles as they are. Individual sites can definitely override these using Custom CSS, or if you're working from a fork of the theme, by changing the theme styles!
I do agree that this seem wrong! I'm going to mark the issue as a bug, and tweak the title to reflect this specific issue. Thanks! |
@laurelfulford, thank you for your reply. I'm sure the primacy of the H5 and H6 size message is due to the fact that perhaps no one gets that deep into the subheadings. Mostly everyone is limited to H2 and H3. |
🎉 This issue has been resolved in version 1.59.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.59.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Issue 1
In the desktop view, the sizes of H1-H6 are adequately decreasing.
True, there are complaints about the size of H5 and H6, which turn out to be smaller (0.8em and 0.7em) than the default size of the body text (1em). And that really doesn't make sense, because the point of any header is to highlight further text.
I took a look at the AMA Manual of Style. Here are some excerpts that seemed adequate to me:
It's interesting to see the discussion about H1-H6 sizes here https://stackoverflow.com/questions/55696808/why-do-h5-and-h6-have-smaller-font-sizes-than-p-in-most-user-agent-default. There seems to be a common negligence in standards development that no one is paying attention to.
Issue 2
There is an obvious bug in the mobile view: H2 and H3 sizes are the same.
The text was updated successfully, but these errors were encountered: