|
13 | 13 |
|
14 | 14 | <style type="text/css"> |
15 | 15 | .example img { display: block } |
16 | | -body { line-height: 1.2 } |
| 16 | +body { line-height: 1.3 } |
17 | 17 | </style> |
18 | 18 |
|
19 | 19 | <body> |
@@ -484,6 +484,10 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1. |
484 | 484 | class=property>string-set</code></a>’ property copies text as well |
485 | 485 | as white-space into the named string. |
486 | 486 |
|
| 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 | + |
487 | 491 | <div class=example> |
488 | 492 | <pre> |
489 | 493 | h2 { |
@@ -570,6 +574,13 @@ <h4 id=using-named-strings><span class=secno>2.1.2. </span>Using named |
570 | 574 | value was assigned. On that page, the empty string is used. |
571 | 575 | </ul> |
572 | 576 |
|
| 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 ‘<code class=css>display: |
| 580 | + none</code>’ 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 | + |
573 | 584 | <div class=example> |
574 | 585 | <p>In this example, the first term on the page will be shown in the top |
575 | 586 | 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> |
655 | 666 | </dl> |
656 | 667 |
|
657 | 668 | <p>The keywords have the same meaning as for the ‘<code |
658 | | - class=css>string()</code>’ value. |
| 669 | + class=css>string()</code>’ value, and the place of the assignments |
| 670 | + are the same. |
659 | 671 |
|
660 | 672 | <p>The ‘<code class=css>element()</code>’ value cannot be |
661 | 673 | combined with any other values. |
|
0 commit comments