RE: [css3-break] What are break opportunities?

-----Original Message-----
From: fantasai [mailto:fantasai.lists@inkedblade.net] 
Sent: Friday, December 13, 2013 12:12 AM
To: Mihai Balan
Cc: WWW Style (www-style@w3.org)
Subject: Re: [css3-break] What are break opportunities?

> Ok, tried to clarify. :)
> 
> In Class A breaks
>    - changed "block-level boxes" to "in-flow block-level boxes"
>    - added "a float and an immediately-adjacent in-flow or floated box"
> http://dev.w3.org/csswg/css-break/#possible-breaks
> 
> Does that help?

It's better. However, I'm not sure it covers the case where the float is inside a box, e.g.:

<div>
  <div style="float: left; break-after: always;">FLOAT CONTENT</div>
  IN-FLOW CONTENT IN-FLOW CONTENT IN-FLOW CONTENT IN-FLOW CONTENT IN-FLOW CONTENT
</div>

How would be the break opportunity defined here? It might be expressed in terms of float & adjacent in-flow anonymous box, but I'm not 100% sure.

Does it make sense, or am I missing something? :)

Thanks a lot,
m. 

Received on Wednesday, 18 December 2013 10:44:18 UTC