[css3-break] fragmentation and full screen elements

Hi everybody,

The full-screen specification defines the API to make individual elements in a page-full screen. The spec covers some aspects related to CSS (such as the stacking context for the full-screen element, making full-screen elements with display:none, positioning, etc.) but I feel there are some pieces.

One of them is fragmentation. More specifically, how should a fragmented element be rendered when in full-screen? The commonsensical solution, both in my opinion and in multicol's, would be to render the element as if it's not fragmented.

However, where should this be specified? In the fragmentation spec? In the full-screen spec? Are there any reasons for a different take on it?

Thanks in advance,
m.

[1] http://www.w3.org/TR/fullscreen/

Received on Monday, 21 October 2013 13:58:23 UTC