|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Shapes Module Level 1" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-09-27 name=dcterms.date> |
| 15 | + <meta content=2013-09-30 name=dcterms.date> |
16 | 16 | <meta content="Vincent Hardy" name=dcterms.creator> |
17 | 17 | <meta content="Rossen Atanassov" name=dcterms.creator> |
18 | 18 | <meta content="Alan Stearns" name=dcterms.creator> |
|
51 | 51 |
|
52 | 52 | <h1 id=css-shapes-module>CSS Shapes Module Level 1</h1> |
53 | 53 |
|
54 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September |
| 54 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 September |
55 | 55 | 2013</h2> |
56 | 56 |
|
57 | 57 | <dl> |
@@ -199,7 +199,10 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2> |
199 | 199 | <li><a href="#supported-basic-shapes"><span class=secno>3.2.1. |
200 | 200 | </span>Supported Shapes</a> |
201 | 201 |
|
202 | | - <li><a href="#basic-shape-interpolation"><span class=secno>3.2.2. |
| 202 | + <li><a href="#basic-shape-syntax"><span class=secno>3.2.2. |
| 203 | + </span>Syntax of Basic Shapes</a> |
| 204 | + |
| 205 | + <li><a href="#basic-shape-interpolation"><span class=secno>3.2.3. |
203 | 206 | </span>Interpolation of Basic Shapes</a> |
204 | 207 | </ul> |
205 | 208 |
|
@@ -533,7 +536,28 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported |
533 | 536 |
|
534 | 537 | <p> |
535 | 538 |
|
536 | | - <h4 id=basic-shape-interpolation><span class=secno>3.2.2. |
| 539 | + <h4 id=basic-shape-syntax><span class=secno>3.2.2. </span>Syntax of Basic |
| 540 | + Shapes</h4> |
| 541 | + |
| 542 | + <pre> |
| 543 | +rectangle() = |
| 544 | + rectangle( <shape-arg>, <shape-arg>, <shape-arg>, <shape-arg> [, <shape-arg>]? [, <shape-arg>]? ) |
| 545 | + |
| 546 | +inset-rectangle() = |
| 547 | + inset-rectangle( <shape-arg>, <shape-arg>, <shape-arg>, <shape-arg> [, <shape-arg>]? [, <shape-arg>]? ) |
| 548 | + |
| 549 | +circle() = circle( <shape-arg>, <shape-arg>, <shape-arg> ) |
| 550 | + |
| 551 | +ellipse() = ellipse( <shape-arg>, <shape-arg>, <shape-arg>, <shape-arg> ) |
| 552 | + |
| 553 | +polygon() = polygon( [<fill-rule>,]? [<shape-arg>]{2}# ) |
| 554 | + |
| 555 | +<shape-arg> = <length> | <percentage> |
| 556 | + |
| 557 | +<fill-rule> = nonzero | evenodd |
| 558 | +</pre> |
| 559 | + |
| 560 | + <h4 id=basic-shape-interpolation><span class=secno>3.2.3. |
537 | 561 | </span>Interpolation of Basic Shapes</h4> |
538 | 562 |
|
539 | 563 | <p>For interpolating between one basic shape and a second, the rules |
|
0 commit comments