Skip to content

Commit 1bc8d0a

Browse files
author
rossen
committed
Introducing position: sticky
1 parent 99f3ea7 commit 1bc8d0a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

css-position/Overview.html

Lines changed: 14 additions & 2 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-10-14 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 13 October 2013</h2>
122+
<h2 class="no-num no-toc">Editor's Draft 14 October 2013</h2>
111123

112124
<dl>
113125
<dt>This version:

0 commit comments

Comments
 (0)