Good proposal by Adobe as this is an actual problem we’re facing in web development right now. Results in better readability and as an extra it also prevents typographic widows
The proposed CSS looks like this:
h1 {
text-wrap: balance;
}
A rather geeky/technical weblog, est. 2001, by Bramus
Good proposal by Adobe as this is an actual problem we’re facing in web development right now. Results in better readability and as an extra it also prevents typographic widows
The proposed CSS looks like this:
h1 {
text-wrap: balance;
}