Live data from Hacker News

Em Baseline Generator

joshnh.com

21–29 of 29 posts

Re: Em Baseline Generator

#21
post #8

Earlier quoted context omitted.

Absolutely, you can hack it on a very individual basis, but this introduces some major problems. For instance, browsers and operating systems all render fonts differently, and as the web is fluid by nature, simply having a sentence break to the next line can be an issue. Also, it can be incredibly different based on the typefaces you are using.

then i still don't get it. When a simple line break would break a horizontal baseline-aligned grid, wouldn't it break a horizontal baseline-plus-some-space-aligned grid? Although the css prop. "line-heigt" is not implemented in a convenient way, it is still deterministic as I understand from the quoted article: "This is determ­ined by work­ing out the dif­fer­ence between the line-height and the font-size, divid­ing…

Only if you are using line-height to hack together a print baseline on the web.

Let me put it this way, if there was a semi-reasonable solution, I'm sure you would have heard about it.

Re: Em Baseline Generator

#23

The letters are hanging in the air, i think a good demonstration would show the baseline of the letters to coincide with the line pattern! http://upload.wikimedia.org/wikipedia/commons/3/39/Typograph...

You could check out http://www.baselinecss.com which uses a lineheight + top to push text down.

Re: Em Baseline Generator

#25

Would be nice to have classes for the 6 font sizes as well. I typically don't use H tags to control font size.

Seems easy enough to just edit the generated code to add your classes.

Also, shouldn't you be using headlines when headlines should be used instead of classes? Semantics and everything.

Re: Em Baseline Generator

#26
Another thing: When your reactive layout switches to a single column. Float the sliders. so they're always visible.

Actually floating the sliders so they're always visible is probably a good idea regardless of layout.

Re: Em Baseline Generator

#28

Another thing: When your reactive layout switches to a single column. Float the sliders. so they're always visible. Actually floating the sliders so they're always visible is probably a good idea regardless of layout.

What browser/OS? I can't replicate the issue you seem to be having.

Re: Em Baseline Generator

#29
post #25

Would be nice to have classes for the 6 font sizes as well. I typically don't use H tags to control font size.

Seems easy enough to just edit the generated code to add your classes. Also, shouldn't you be using headlines when headlines should be used instead of classes? Semantics and everything.

Sure but semantic importance doesn't necessarily need to have anything to do with font sizing. It's also easy enough to generate the code myself, the point of a generator would arguably have been to do that for me.
Post reply on HN