[csswg-drafts] [css-multicol] Clipping of content that overflows a column

cvrebert has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-multicol] Clipping of content that overflows a column ==
* 
https://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements

> Content in the normal flow that extends into column gaps (e.g., long
 words or images) is clipped in the middle of the column gap.

* 
https://drafts.csswg.org/css-multicol/#overflow-inside-multicol-elements

> Floated or in-flow content that extends into column gaps or 
neighboring columns — e.g., long words or images — is not clipped and 
may therefore cause overflow.

The ED change occurred in aa4138974baedaa9ae662a056f40f0054eb5d373.
The [email announcing the draft 
change](https://lists.w3.org/Archives/Public/www-style/2013May/0253.html)
 cites the TR as the reasoning for the change...😕

---

A. Some testing suggests that only Firefox implements the ED's "don't 
clip" behavior. Does the group think that the other browsers are 
actually going to change their behavior here? It's been 3 years.
B. The ED's text addresses floated and in-flow content. What about 
non-float out-of-flow content, such as `position:absolute`? Or in the 
case of the CR's text, what about out-of-flow content? I ask because 
of https://bugzilla.mozilla.org/show_bug.cgi?id=1282363

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/314 using your GitHub 
account

Received on Tuesday, 12 July 2016 01:11:04 UTC