This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24523 - Spec should mention how fullscreen works on fragmented elements
Summary: Spec should mention how fullscreen works on fragmented elements
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Fullscreen (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 17:31 UTC by Mihai Balan
Modified: 2014-08-01 04:22 UTC (History)
6 users (show)

See Also:


Attachments

Description Mihai Balan 2014-02-05 17:31:17 UTC
Specs like CSS Multicol[1], CSS Regions[2] or CSS Overflow[3] introduce the fragmentation of an element across a possibly arbitrary number of boxes.

The fullscreen spec should define how a fragmented element should be displayed when made fullscreen since this is not directly apparent from the current state of the spec (especially when considering the Regions or Overflow cases).

[1] http://dev.w3.org/csswg/css3-multicol/
[2] http://dev.w3.org/csswg/css3-regions/
[3] http://dev.w3.org/csswg/css-overflow/
Comment 1 Anne 2014-02-05 17:36:20 UTC
How have you dealt with the CSSOM cases where we have numerous assumptions about one layout box being one element? The same way as in printing? First layout box would make the most sense to me given you can't do a union meaningfully here.
Comment 2 Anne 2014-07-31 20:12:46 UTC
Ping.
Comment 3 Robert O'Callahan (Mozilla) 2014-07-31 22:50:42 UTC
Just use first layout box here.