- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 02:25:31 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm In directory hutz:/tmp/cvs-serv6668 Modified Files: Overview.html Log Message: x Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- Overview.html 26 Oct 2011 01:43:26 -0000 1.143 +++ Overview.html 26 Oct 2011 02:25:29 -0000 1.144 @@ -13,7 +13,7 @@ <style type="text/css"> .example img { display: block } -body { line-height: 1.2 } +body { line-height: 1.3 } </style> <body> @@ -484,6 +484,10 @@ class=property>string-set</code></a>’ property copies text as well as white-space into the named string. + <p class=note>The exact algorithm for how content is copied into named + strings is not defined in this specification. However, it is suggested + that an algorithm similar to how text is selected for cut/paste is used. + <div class=example> <pre> h2 { @@ -570,6 +574,13 @@ value was assigned. On that page, the empty string is used. </ul> + <p>The assignment is considered to take place on the first page where a + content box representing the element occurs. If the element does not have + any content boxes (e.g., if ‘<code class=css>display: + none</code>’ is set), the assignment is considered to take place on + the page where the first content box would have occured if the element had + been in the normal flow. + <div class=example> <p>In this example, the first term on the page will be shown in the top left corner and the last term on the page will be shown in the top right @@ -655,7 +666,8 @@ </dl> <p>The keywords have the same meaning as for the ‘<code - class=css>string()</code>’ value. + class=css>string()</code>’ value, and the place of the assignments + are the same. <p>The ‘<code class=css>element()</code>’ value cannot be combined with any other values.
Received on Wednesday, 26 October 2011 02:25:32 UTC