-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Revert "remove body font-size and line-height" #825
Comments
The first question on this issue is.. are the default font sizes and line-heights of browsers in need of normalizing? |
There is def a better way to do this...but whatever: qr (for mobile): The following browsers have a default font size of 16px on the body element: Chrome 16 (dev channel) (windows 7) The following browsers have a default line-height of 1.1875 (19px) on the body element: Chrome 16 (dev channel) (windows 7) IE 9 (vista and windows 7) has a default line-height of 1.125 (18px). That's all the browsers I feel like testing at the moment. Still need to test iPhone, Mac browsers, Android browsers, other mobile browsers, old IE, and browsers on Windows XP. |
In most cases, it already is. They all default to 16px. So everyone out there starting with a base
That isn't a fair characterisation of the discussion or resolution of the issue that brought up Anyway, I've pushed some placeholder defaults. I don't think these help solve any common problems (and the |
Thanks for the change! And, apologies – I didn't mean to offend. I don't mean to say that I've noticed this as a prevalent issue, just a trend – something I've seen a few times now. At any rate, sorry for coming off a bit troll~ish and thanks for the change! |
To add to some more of your tests:
|
(this is in concern of 125a7a6 )
I'm aware that some discussion went into this, but I'm against this change which removes the default font size from H5BP. It seems to me that font size is a pretty basic default that everyone is going to need to set. I'd think the correct solution for "not everyone likes this font-size" isn't to remove all settings, but to make a note that there are several common settings, or that this setting can be changed.
I'm aware that the browser provides defaults, but I'm not sure that a basic setting like
font-size
should be left to the browser.A rant-y aside
I've noticed a trend in H5BP discussions:
setting X
of H5BP is a bit strange for some reason.setting X
. This compromise makes nobody perfectly happy, but solves the technical argument nicely.I mention this because I really see H5BP as a starting point – the whole point is to provide good defaults. Defaults can be changed, and may not please everyone, but they should serve two purposes:
IMHO
The text was updated successfully, but these errors were encountered: