Email or username:

Password:

Forgot your password?
Top-level
Scott Kellum :typetura:

@Una Are you planning on doing perf tweaks to get up to the 10 lines of text noted in the spec? Maybe the spec threshold needs to be lowered if it’s too expensive.

> UAs may treat this value as wrap if there are more than ten lines to balance.

3 comments
Una Kravets

@scott Yeah, it's possible the spec is wishful thinking with the 10 lines and should maybe be revised for implementation consistency. I know our eng team tried to make it happen but it got really slow after 4

Scott Kellum :typetura:

@Una Makes sense! As much as I love the idea of balancing a big paragraph I’m sure it’s super expensive.

Side note: It’s really just the last few lines that need to be balanced to avoid the widow. Curious how it would look if you only ever balanced the last 4 lines.

Una Kravets

@scott that's something we were just discussing with @tabatkins -- this might be a different property altogether

Go Up