|
15 | 15 |
|
16 | 16 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
17 | 17 |
|
18 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 April 2011</h2> |
| 18 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 May 2011</h2> |
19 | 19 |
|
20 | 20 | <dl> |
21 | 21 | <dt>Latest Version: |
@@ -492,7 +492,7 @@ <h3 id=element-reference><span class=secno>4.3. </span> Using Elements as |
492 | 492 | <p>If the argument to the ‘<code class=css>element()</code>’ |
493 | 493 | function is an ID selector, the function references the element matched by |
494 | 494 | the selector. If it's an identifier, the function references the element |
495 | | - who's <dfn id=css-element-reference-identifier>CSS element reference |
| 495 | + whose <dfn id=css-element-reference-identifier>CSS element reference |
496 | 496 | identifier</dfn> is the given identifier. (CSS does not define how an |
497 | 497 | element acquires a <a href="#css-element-reference-identifier"><i>CSS |
498 | 498 | element reference identifier</i></a>; that is determined by the host |
@@ -525,6 +525,14 @@ <h3 id=element-reference><span class=secno>4.3. </span> Using Elements as |
525 | 525 | <p>If the argument passed to ‘<code class=css>element()</code>’ |
526 | 526 | isn't an ID selector or an ident, it is a syntax error. |
527 | 527 |
|
| 528 | + <p>Implementations may either re-use existing bitmap data generated for the |
| 529 | + referenced element or regenerate the display of the element to maximize |
| 530 | + quality at the image's size (for example, if the implementation detects |
| 531 | + that the referenced element is an SVG fragment); in the latter case, the |
| 532 | + layout of the referenced element in the image must not be changed by the |
| 533 | + regeneration process. That is, the image must look identical to the |
| 534 | + referenced element, modulo rasterization quality. |
| 535 | + |
528 | 536 | <div class=example> TODO: copy an example from the MozHacks article</div> |
529 | 537 | <!-- ====================================================================== --> |
530 | 538 |
|
|
0 commit comments