- From: Arron Eicholz via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Oct 2011 00:12:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-positioning/longdesc In directory hutz:/tmp/cvs-serv27680 Modified Files: flow-abs-rel-desc.html Added Files: flow-static-desc.html Log Message: Added additional longdesc Index: flow-abs-rel-desc.html =================================================================== RCS file: /sources/public/csswg/css3-positioning/longdesc/flow-abs-rel-desc.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- flow-abs-rel-desc.html 28 Oct 2011 21:48:20 -0000 1.1 +++ flow-abs-rel-desc.html 29 Oct 2011 00:12:13 -0000 1.2 @@ -47,4 +47,4 @@ </p> <p><a href="../Overflow.html#img-flow-abs-rel">Return to image.</a></p> </body> -</html> +</html> \ No newline at end of file --- NEW FILE: flow-static-desc.html --- <!DOCTYPE html> <html> <head> <title>Long description illustrating absolute positioning with respect to the initial containing block</title> </head> <body> <h1>Long description illustrating absolute positioning with respect to the initial containing block</h1> <p> This diagram illustrates the effects of absolutely positioning a box with respect to the initial containing block. </p> <p> A document window is shown, with 8 lines (numbered 1 to 8), each 24px high. All body and "outer" text has been flowed into lines into lines 1, 2, and 3. The "inner" box has been positioned at "-100, 200" relative to the "0, 0" coordinates (the upper left corner of the document window). Most of the "inner" box contents are therefore rendered outside the document window. </p> <p> In the following PRE element, each 24 pixel line is simulated by two lines, the second beginning with the appropriate number. The text that is to the left of the line numbers lies outside the initial containing block. The lines, as they appear in the image, contain approximately: </p> <pre> 1 Beginning of body contents. [@]Start 2 of outer contents. End of outer 3 contents. End of body contents. 4 Inner 5 Conte 6 nts 7 8 </pre> <p> The default text color is black. "Start of outer contents" is red. The "nts" in "Inner contents" is blue. "End of outer contents" is red. </p> <p><a href="../Overview.html#img-flow-static">Return to image.</a></p> </body> </html>
Received on Saturday, 29 October 2011 00:12:17 UTC