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 22771 - html layers reflow in browsers
Summary: html layers reflow in browsers
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 10:47 UTC by Jim Michaels
Modified: 2013-09-03 13:23 UTC (History)
4 users (show)

See Also:


Attachments

Description Jim Michaels 2013-07-23 10:47:14 UTC
when using layers, it is pretty much impossible to try to reflow the document restarting from the top in a different layer - this frustrates me, because that's now the concept of a layer is supposed to work.
currently, when you have elements with different z-indexes interspersed throughout the document, you get big holes and strangenesses in your document where it should be reflowing either next in the same layer if z-indexes match, or to the top of the layer if it's the first element in the layer.
layers are supposed to be like transparent sheets of plastic laid on top of each other and you put things on it. yes? 
I would expect my next css z-index:2; layer to reflow from the top like a layered document is supposed to. 
lay some transparencies on top of each other for a visual - or imagine it. 
where does each document start at? the top. 


how it should work:
I would like to see new css z-index (layers) have the elements which have that css property reflow from the top of the document.
elements that come later on which are from the main z-index (layer), should simply be put in place where they belong on that layer, without holes.
Comment 1 Robin Berjon 2013-09-03 13:23:10 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: none
Rationale: This is not a feature for HTML, it seems like something for CSS. I would suggest discussing it on www-style.