|
2 | 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
3 | 3 |
|
4 | 4 | <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"> |
6 | 7 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
7 | 8 | <title>CSS Positioned Layout Module Level 3</title> |
8 | 9 |
|
| 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> |
9 | 21 | <link href=default.css rel=stylesheet type="text/css"> |
10 | 22 | <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
11 | 23 | type="text/css"> |
|
107 | 119 |
|
108 | 120 | <h1>CSS Positioned Layout Module Level 3</h1> |
109 | 121 |
|
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> |
111 | 123 |
|
112 | 124 | <dl> |
113 | 125 | <dt>This version: |
@@ -1085,10 +1097,12 @@ <h3 id=sticky-positioning><span class=secno>6.2. </span><span |
1085 | 1097 | title="sticky positioning|sticky position|stickily positioned">Sticky |
1086 | 1098 | positioning</span></h3> |
1087 | 1099 |
|
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>. |
1092 | 1106 |
|
1093 | 1107 | <p id=specifically-once-a-box-has-been-laid-ou> Specifically, once a box |
1094 | 1108 | has been laid out according to the <a href="#normal-flow0">normal flow</a> |
|
0 commit comments