-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed Accepted as Obvious Bugfixcss-break-3Current WorkCurrent Workcss-ruby-1Current WorkCurrent Work
Description
CSS break says
inline-block and inline-table boxes (and other inline-level display types that establish a new formatting context) may also be considered monolithic.
Ruby containers are inline-level and establish a new ruby formatting context. But I think they are not monolithic, because a ruby can break across lines.
Instead, I would say something like
atomic inlines (like inline-block and inline-table boxes) may also be considered monolithic.
Related: #1180
SelenIT
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious Bugfixcss-break-3Current WorkCurrent Workcss-ruby-1Current WorkCurrent Work