You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The red border in figure 11 looks wrong to me. I think only the first fragment should have a block-start border and only the last fragment should have a block-end border. Intermediary fragments should not have block-start/end borders. (All fragments should have inline-start/end borders though.) I'm assuming box-decoration-break has its initial value in this example. box-decoration-break:clone should make all fragments have borders on all sides, as usual.