Re: [csswg-drafts] [css-text] Preventing too-short final lines of blocks (Last Line Minimum Length) (#3473)

> A question on an edge case came up in mind: what to do with a paragraph with "[short word] [long word] [short word]"? An example (there might be better examples but...):
> 
> ```
> It's uncopyrightable,
> no?
> ```
> 
> or
> 
> ```
> It's
> uncopyrightable, no?
> ```
> 
> The former is better, no?


Agreed, the former is better. This would be handled by the `min-last-line: 20% 10%` rule which says that 10% is the maximum length that can be brought down from the penultimate line.

-- 
GitHub Notification of comment by clagnut
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3473#issuecomment-1512525135 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 18 April 2023 06:42:41 UTC