Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dgam
on Dec 22, 2011
|
parent
|
context
|
favorite
| on:
Golden Ratio for Readable Web Typography
It's difficult to trust an article on typography whose first paragraph ends with an orphan.
54mf
on Dec 22, 2011
[–]
Short of rewriting the copy (which they could have done, of course), dealing with orphans on the web is kind of impossible. It's a valid point, but I wouldn't let that stop you from taking the rest of the article at face value.
yesbabyyes
on Dec 23, 2011
|
parent
[–]
[...] dealing with orphans on the web is kind of impossible.
Not at all! Just:
html.replace(/\s+(\S+)$/mg, " $1")
EDIT: Bugfix, don't replace whitespace without any characters after, replace all occurrences in a multi-line text
54mf
on Dec 23, 2011
|
root
|
parent
[–]
Well, yeah, but anything is possible with regex. (EXCEPT PARSING HTML, I KNOW.) I meant more along the lines of your typical HTML/CSS markup.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: