Skip to content

Commit 4fc804f

Browse files
committed
x
1 parent 81c80d6 commit 4fc804f

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<style type="text/css">
1515
.example img { display: block }
16-
body { line-height: 1.2 }
16+
body { line-height: 1.3 }
1717
</style>
1818

1919
<body>
@@ -484,6 +484,10 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
484484
class=property>string-set</code></a>&rsquo; property copies text as well
485485
as white-space into the named string.
486486

487+
<p class=note>The exact algorithm for how content is copied into named
488+
strings is not defined in this specification. However, it is suggested
489+
that an algorithm similar to how text is selected for cut/paste is used.
490+
487491
<div class=example>
488492
<pre>
489493
h2 {
@@ -570,6 +574,13 @@ <h4 id=using-named-strings><span class=secno>2.1.2. </span>Using named
570574
value was assigned. On that page, the empty string is used.
571575
</ul>
572576

577+
<p>The assignment is considered to take place on the first page where a
578+
content box representing the element occurs. If the element does not have
579+
any content boxes (e.g., if &lsquo;<code class=css>display:
580+
none</code>&rsquo; is set), the assignment is considered to take place on
581+
the page where the first content box would have occured if the element had
582+
been in the normal flow.
583+
573584
<div class=example>
574585
<p>In this example, the first term on the page will be shown in the top
575586
left corner and the last term on the page will be shown in the top right
@@ -655,7 +666,8 @@ <h3 id=running-elements><span class=secno>2.2. </span>Running elements</h3>
655666
</dl>
656667

657668
<p>The keywords have the same meaning as for the &lsquo;<code
658-
class=css>string()</code>&rsquo; value.
669+
class=css>string()</code>&rsquo; value, and the place of the assignments
670+
are the same.
659671

660672
<p>The &lsquo;<code class=css>element()</code>&rsquo; value cannot be
661673
combined with any other values.

0 commit comments

Comments
 (0)