- From: <bugzilla@jessica.w3.org>
- Date: Wed, 08 Jan 2014 05:59:33 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24232
Bug ID: 24232
Summary: The containing block of fixpos elements in the top
layer shouldn't be the ICB
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Fullscreen
Assignee: annevk@annevk.nl
Reporter: falken@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
The spec says the containing block of an element in the top layer is the
initial containing block. However, this would mean elements with fixed
positioning don't behave as such: they would be positioned relative to the
document's origin rather than the viewport's. Instead, the containing block of
fixpos elements should be the viewport, as normal.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 8 January 2014 05:59:34 UTC