csswg/css3-gcpm Overview.src.html,1.148,1.149

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv6623

Modified Files:
	Overview.src.html 
Log Message:
added text about assignments

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.src.html	26 Oct 2011 01:43:18 -0000	1.148
+++ Overview.src.html	26 Oct 2011 02:25:15 -0000	1.149
@@ -12,7 +12,7 @@
 
 <style type="text/css">
 .example img { display: block }
-body { line-height: 1.2 }
+body { line-height: 1.3 }
 </style>
 
 
@@ -259,6 +259,11 @@
 <p>The 'string-set' 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>
@@ -330,6 +335,8 @@
 <li>''first-except'': similar to ''first'', except on the page where the 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 'display: none' 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 corner. In top center of the page, the first letter of first term will be shown. 
 <pre>
@@ -379,8 +386,8 @@
 result of more than one assignment as the ''element()'' value
 (described below) can refer to different assignments.
 
-<p>Running elements inherit
-through their normal place in the structure of the document.
+<p>Running elements inherit through their normal place in the
+structure of the document.
 
 
 <div class="example">
@@ -402,7 +409,9 @@
 <dt>''first-except''
 </dl>
 
-<p>The keywords have the same meaning as for the ''string()'' value.
+<p>The keywords have the same meaning as for the ''string()'' value,
+and the place of the assignments are the same.
+
 <p>The ''element()'' value cannot be combined with any other values.
 
 <div class="example">

Received on Wednesday, 26 October 2011 02:25:22 UTC