Skip to content

Commit 53e1992

Browse files
author
rossen
committed
Clarifying the containing model of sticky positioned boxes.
1 parent 77cfce3 commit 53e1992

2 files changed

Lines changed: 193 additions & 182 deletions

File tree

css-position/Overview.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33

44
<html lang=en>
5-
<head profile="http://www.w3.org/2006/03/hcard">
5+
<head
6+
profile="http://dublincore.org/documents/2008/08/04/dc-html/ http://www.w3.org/2006/03/hcard">
67
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
78
<title>CSS Positioned Layout Module Level 3</title>
89

10+
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
11+
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
12+
rel=dcterms.rights>
13+
<meta content="CSS Positioned Layout Module Level 3" name=dcterms.title>
14+
<meta content=text name=dcterms.type>
15+
<meta content=2013-11-11 name=dcterms.date>
16+
<meta content="Rossen Atanassov" name=dcterms.creator>
17+
<meta content="Arron Eicholz" name=dcterms.creator>
18+
<meta content=W3C name=dcterms.publisher>
19+
<meta content="http://dev.w3.org/csswg/css3-positioning/"
20+
name=dcterms.identifier>
921
<link href=default.css rel=stylesheet type="text/css">
1022
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1123
type="text/css">
@@ -107,7 +119,7 @@
107119

108120
<h1>CSS Positioned Layout Module Level 3</h1>
109121

110-
<h2 class="no-num no-toc">Editor's Draft 14 October 2013</h2>
122+
<h2 class="no-num no-toc">Editor's Draft 11 November 2013</h2>
111123

112124
<dl>
113125
<dt>This version:
@@ -1085,10 +1097,12 @@ <h3 id=sticky-positioning><span class=secno>6.2. </span><span
10851097
title="sticky positioning|sticky position|stickily positioned">Sticky
10861098
positioning</span></h3>
10871099

1088-
<p id=a-stickily-positioned-box-is-positioned-> A stickily positioned box
1089-
is positioned similarly to a <a href="#relative-positioning1">relatively
1090-
positioned</a> box, but the offset is computed with reference to its
1091-
<span>flow root</span> in addition to the containing block.
1100+
<p id=a-stickily-positioned-box-is-positioned-> A <span>stickily
1101+
positioned</span> box is positioned similarly to a <a
1102+
href="#relative-positioning1">relatively positioned</a> box, but the
1103+
offset is computed with reference to the nearest ancestor with a
1104+
<span>scrolling box</span>, or the viewport if no ancestor has a
1105+
<span>scrolling box</span>.
10921106

10931107
<p id=specifically-once-a-box-has-been-laid-ou> Specifically, once a box
10941108
has been laid out according to the <a href="#normal-flow0">normal flow</a>

0 commit comments

Comments
 (0)