You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-position/Overview.bs
+43-14Lines changed: 43 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -717,8 +717,8 @@ Fixed positioning</h3>
717
717
<div class="figure">
718
718
719
719
<img src="images/frame.png" alt="Example of frame layout">
720
-
<span class="dlink"><a id="img-frame" href="images/longdesc/frame-desc.html" title="Long description for frame layout example">[D]</a></span>
721
-
<span class="slink"> <a id="source-frame" href="source/frame-src.html" title="Source code for frame layout example">[S]</a></span>
720
+
<span class="dlink"><a id="img-frame" href="images/longdesc/frame-desc.html" title="Long description for frame layout example">\[D]</a></span>
721
+
<span class="slink"> <a id="source-frame" href="source/frame-src.html" title="Source code for frame layout example">\[S]</a></span>
722
722
723
723
</div>
724
724
@@ -1894,7 +1894,7 @@ Normal flow</h3>
1894
1894
<div class="figure">
1895
1895
1896
1896
<img src="images/flow-generic.png" alt="Image illustrating the normal flow of text between parent and sibling boxes.">
1897
-
<span class="dlink"> <a id="img-flow-generic" href="images/longdesc/flow-generic-desc.html" title="Long description for normal flow example">[D]</a></span>
1897
+
<span class="dlink"> <a id="img-flow-generic" href="images/longdesc/flow-generic-desc.html" title="Long description for normal flow example">\[D]</a></span>
1898
1898
</div>
1899
1899
<!-- End section: Normal flow -->
1900
1900
@@ -1928,7 +1928,7 @@ Relative positioning</h3>
1928
1928
<div class="figure">
1929
1929
1930
1930
<img src="images/flow-relative.png" alt="Image illustrating the effects of relative positioning on a box's content.">
1931
-
<span class="dlink"> <a id="img-flow-relative" href="images/longdesc/flow-relative-desc.html" title="Long description for relative positioning example">[D]</a></span>
1931
+
<span class="dlink"> <a id="img-flow-relative" href="images/longdesc/flow-relative-desc.html" title="Long description for relative positioning example">\[D]</a></span>
1932
1932
</div>
1933
1933
<p class="note">
1934
1934
Note also that had the offset of <em>outer</em> been ''-24px'', the text of <em>outer</em>
@@ -1958,7 +1958,7 @@ Floating a box</h3>
1958
1958
<div class="figure">
1959
1959
1960
1960
<img src="images/flow-float.png" alt="Image illustrating the effects of floating a box.">
1961
-
<span class="dlink"> <a id="img-flow-float" href="images/longdesc/flow-float-desc.html" title="Long description of example illustrating floating">[D]</a></span>
1961
+
<span class="dlink"> <a id="img-flow-float" href="images/longdesc/flow-float-desc.html" title="Long description of example illustrating floating">\[D]</a></span>
1962
1962
1963
1963
</div>
1964
1964
To show the effect of the 'clear' property, we add a <em>sibling</em> element to the
@@ -1997,7 +1997,7 @@ Floating a box</h3>
1997
1997
</div>
1998
1998
<div class="figure">
1999
1999
<img src="images/flow-clear.png" alt="Image illustrating the effects of floating a box without setting the clear property to control the flow of text around the box.">
2000
-
<span class="dlink"> <a id="img-flow-clear" href="images/longdesc/flow-clear-desc.html" title="Long description of example illustrating floating without clear">[D]</a></span>
2000
+
<span class="dlink"> <a id="img-flow-clear" href="images/longdesc/flow-clear-desc.html" title="Long description of example illustrating floating without clear">\[D]</a></span>
2001
2001
</div>
2002
2002
2003
2003
However, if the 'clear' property on the <em>sibling</em> element is set to 'right'
@@ -2017,7 +2017,7 @@ Floating a box</h3>
2017
2017
an element with setting the clear property to control the flow of text around the
href="images/longdesc/flow-clear2-desc.html" title="Long description of example
2020
-
illustrating floating with clear">[D]</a></span>
2020
+
illustrating floating with clear">\[D]</a></span>
2021
2021
</p>
2022
2022
</div>
2023
2023
<!-- End section: floating a box -->
@@ -2050,7 +2050,7 @@ Absolute positioning</h3>
2050
2050
<div class="figure">
2051
2051
<p>
2052
2052
<img src="images/flow-absolute.png" alt="Image illustrating the effects of absolutely positioning a box.">
2053
-
<span class="dlink"> <a id="img-flow-absolute" href="images/longdesc/flow-absolute-desc.html" title="Long description for example illustrating absolute positioning">[D]</a></span>
2053
+
<span class="dlink"> <a id="img-flow-absolute" href="images/longdesc/flow-absolute-desc.html" title="Long description for example illustrating absolute positioning">\[D]</a></span>
2054
2054
</p>
2055
2055
</div>
2056
2056
@@ -2081,7 +2081,7 @@ Absolute positioning</h3>
2081
2081
<div class="figure">
2082
2082
<p>
2083
2083
<img src="images/flow-abs-rel.png" alt="Image illustrating the effects of absolutely positioning a box with respect to a containing block.">
2084
-
<span class="dlink"><a id="img-flow-abs-rel" href="images/longdesc/flow-abs-rel-desc.html" title="Long description for example illustrating positioning with respect to a positioned ancestor">[D]</a></span>
2084
+
<span class="dlink"><a id="img-flow-abs-rel" href="images/longdesc/flow-abs-rel-desc.html" title="Long description for example illustrating positioning with respect to a positioned ancestor">\[D]</a></span>
2085
2085
</p>
2086
2086
</div>
2087
2087
@@ -2107,7 +2107,7 @@ Absolute positioning</h3>
2107
2107
<p>
2108
2108
<img src="images/flow-static.png" alt="Image illustrating the effects of
2109
2109
absolutely positioning a box with respect to a containing block established
2110
-
by a normally positioned parent."><span class="dlink"> <a id="img-flow-static" href="images/longdesc/flow-static-desc.html" title="Long description illustrating absolute positioning with respect to the initial containing block">[D]</a></span>
2110
+
by a normally positioned parent."><span class="dlink"> <a id="img-flow-static" href="images/longdesc/flow-static-desc.html" title="Long description illustrating absolute positioning with respect to the initial containing block">\[D]</a></span>
2111
2111
</p>
2112
2112
</div>
2113
2113
@@ -2129,7 +2129,7 @@ word.</p>
2129
2129
<div class="figure">
2130
2130
<p>
2131
2131
<img src="images/changebar.png" alt="Image illustrating the use of floats to create a changebar effect.">
2132
-
<span class="dlink"> <a id="img-changebar" href="images/longdesc/changebar-desc.html" title="Long description for change bar example">[D]</a></span>
2132
+
<span class="dlink"> <a id="img-changebar" href="images/longdesc/changebar-desc.html" title="Long description for change bar example">\[D]</a></span>
2133
2133
</p>
2134
2134
</div>
2135
2135
@@ -2170,7 +2170,7 @@ Page positioning</h3>
2170
2170
<div class="figure">
2171
2171
<p>
2172
2172
<img src="images/flow-absolute.png" alt="Image illustrating the effects of page positioning a box.">
2173
-
<span class="dlink"> <a id="img-flow-page" href="images/longdesc/flow-page-desc.html" title="Long description for example illustrating page positioning">[D]</a></span>
2173
+
<span class="dlink"> <a id="img-flow-page" href="images/longdesc/flow-page-desc.html" title="Long description for example illustrating page positioning">\[D]</a></span>
2174
2174
</p>
2175
2175
</div>
2176
2176
@@ -2205,7 +2205,7 @@ Page positioning</h3>
2205
2205
<p>
2206
2206
<img src="images/flow-static.png" alt="Image illustrating the effects of
2207
2207
page positioning a box with respect to the initial containing block.">
2208
-
<span class="dlink"> <a id="img-flow-page2" href="images/longdesc/flow-page-desc2.html" title="Long description illustrating page positioning with respect to the initial containing block.">[D]</a></span>
2208
+
<span class="dlink"> <a id="img-flow-page2" href="images/longdesc/flow-page-desc2.html" title="Long description illustrating page positioning with respect to the initial containing block.">\[D]</a></span>
2209
2209
</p>
2210
2210
</div>
2211
2211
<!-- End section: Page positioning -->
@@ -2361,7 +2361,7 @@ Painting order</h3>
2361
2361
<div class="figure">
2362
2362
<p>
2363
2363
<img src="images/stack.png" alt="A stacking context with four layers">
2364
-
<span class="dlink"><a id="img-stack" href="images/longdesc/stack.html" title="Long description for a diagram of a stacking context with four layers">[D]</a></span>
2364
+
<span class="dlink"><a id="img-stack" href="images/longdesc/stack.html" title="Long description for a diagram of a stacking context with four layers">\[D]</a></span>
2365
2365
</p>
2366
2366
<p class="caption">Schematic diagram of a stacking context with four layers.</p>
2367
2367
</div>
@@ -2609,3 +2609,32 @@ Acknowledgments</h2>
2609
2609
helpful people. Thanks to Bert Bos, Tantek Çelik, Anton Prowse,
2610
2610
Rossen Atanassov, Chris Jones, John Jansen, Sylvain Galineau.
2611
2611
<!-- End section: Acknowledgments -->
2612
+
2613
+
<!--
2614
+
██████ ██ ██ ███ ██ ██ ██████ ████████ ██████
2615
+
██ ██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██
2616
+
██ ██ ██ ██ ██ ████ ██ ██ ██ ██
2617
+
██ █████████ ██ ██ ██ ██ ██ ██ ████ ██████ ██████
2618
+
██ ██ ██ █████████ ██ ████ ██ ██ ██ ██
2619
+
██ ██ ██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██
2620
+
██████ ██ ██ ██ ██ ██ ██ ██████ ████████ ██████
2621
+
-->
2622
+
2623
+
<h2 class="no-num" id="changes">Changes</h2>
2624
+
2625
+
<h3 id="changes-201207">
2626
+
Changes since the 7 February 2012 WD</h3>
2627
+
2628
+
The following significant changes were made since the
2629
+
<a href="http://www.w3.org/TR/2012/WD-css3-positioning-20120207/">7 February 2012 Working Draft</a>
2630
+
2631
+
<ul>
2632
+
<li>Added Rossen Atanassov as a new editor
2633
+
<li>Added ''sticky'' keyword to the 'position' property to define the sticky
0 commit comments