I'm currently working on a page that uses a bunch of fieldsets on one form page that also implements CSS3 columns.
The problem is the columns wrap in such a way that sometimes half a fieldset is left behind when breaking to the next column.
On the project I'm actually working on, I'm staring at a fieldset legend in Chrome 15 that is spliced in half with the top half of the letters at the bottom of one column and the bottom half of the letters at the top of the next column. In Firefox 7, I don't see this problem (maybe they already are breaking ONLY at line breaks or after block elements).
I don't think this is a Chome-specific bug, I think it's just not specified how it should be done yet, or something.
Anyway, I want to explicitly tell all column-supporting browsers to break in between those fieldsets. Thanks.
I made a mockup of the situation. See this jsFiddle. (Obviously looks a little different than the project I described above, but same bug.)