|
63 | 63 | </p> |
64 | 64 | <h1 class="p-name no-ref" id=title>CSS Shapes Module Level 1</h1> |
65 | 65 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
66 | | - <span class=dt-updated><span class=value-title title=20140116>16 January 2014</span></span></span></h2> |
| 66 | + <span class=dt-updated><span class=value-title title=20140121>21 January 2014</span></span></span></h2> |
67 | 67 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-shapes/>http://dev.w3.org/csswg/css-shapes/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-shapes/>http://www.w3.org/TR/css-shapes/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-shapes/>http://dev.w3.org/csswg/css-shapes/</a> |
68 | 68 | <dt>Feedback:</dt> |
69 | 69 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-shapes%5D%20feedback">www-style@w3.org</a> |
@@ -601,7 +601,14 @@ <h3 class="heading settled heading" data-level=3.2 id=basic-shape-computed-value |
601 | 601 | <h3 class="heading settled heading" data-level=3.3 id=basic-shape-serialization><span class=secno>3.3 </span><span class=content> |
602 | 602 | Serialization of Basic Shapes</span><a class=self-link href=#basic-shape-serialization></a></h3> |
603 | 603 |
|
604 | | -<p> To serialize the <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a> functions, serialize as per their individual grammars, in the order the grammars are written in, omitting components when possible without changing the meaning, joining space-separated tokens with a single space, and following each serialized comma with a single space. |
| 604 | +<p> To serialize the <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a> functions, |
| 605 | + serialize as per their individual grammars, |
| 606 | + in the order the grammars are written in, |
| 607 | + avoiding calc() expressions where possible, |
| 608 | + using keywords where possible, |
| 609 | + omitting components when possible without changing the meaning, |
| 610 | + joining space-separated tokens with a single space, |
| 611 | + and following each serialized comma with a single space. |
605 | 612 |
|
606 | 613 | <h3 class="heading settled heading" data-level=3.4 id=basic-shape-interpolation><span class=secno>3.4 </span><span class=content> |
607 | 614 | Interpolation of Basic Shapes</span><a class=self-link href=#basic-shape-interpolation></a></h3> |
|
0 commit comments