|
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-06-14 name=dcterms.date> |
| 15 | + <meta content=2013-06-20 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> |
|
55 | 55 |
|
56 | 56 | <h1 id=css-shapes-module>CSS Shapes Module Level 1</h1> |
57 | 57 |
|
58 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2013</h2> |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 June 2013</h2> |
59 | 59 |
|
60 | 60 | <dl> |
61 | 61 | <dt>This version: |
62 | 62 |
|
63 | 63 | <dd><a |
64 | 64 | href="http://dev.w3.org/csswg/css-shapes/">http://dev.w3.org/csswg/css-shapes/</a></dd> |
65 | | - <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130614/</a></dd>--> |
| 65 | + <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130620/</a></dd>--> |
66 | 66 |
|
67 | 67 | <dt>Latest version: |
68 | 68 |
|
@@ -333,19 +333,26 @@ <h3 id=basic-shapes-from-svg-syntax><span class=secno>3.2. </span>Basic |
333 | 333 | href="http://www.w3.org/TR/SVG/shapes.html">basic shapes</a>. The |
334 | 334 | definitions use <code><a |
335 | 335 | href="http://www.w3.org/TR/css3-values/#lengths"><length></a></code> |
336 | | - type and the <code><a href=""><percentage></a></code> types (see <a |
337 | | - href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>). |
338 | | - Percentages are resolved from the computed value of the <a |
| 336 | + type and the <code><a |
| 337 | + href="http://www.w3.org/TR/css3-values/#percentages"><percentage></a></code> |
| 338 | + types <a href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>. |
| 339 | + When using this syntax to define shapes, the relevant box is determined by |
| 340 | + the computed value of the <a |
339 | 341 | href="http://www.w3.org/TR/css3-ui/#box-sizing">‘<code |
340 | | - class=property>box-sizing</code>’</a> property <a href="#CSS3UI" |
341 | | - rel=biblioentry>[CSS3UI]<!--{{!CSS3UI}}--></a> on the element to which the |
342 | | - property applies. For the radius <code>r</code> of the <a |
| 342 | + class=property>box-sizing</code>’</a> property. The coordinate system |
| 343 | + for the shape has its origin on the top-left corner of the relevant box |
| 344 | + with the x-axis running to the right and the y-axis running downwards. All |
| 345 | + the lengths expressed in percentages are resolved from the relevant box. |
| 346 | + For the radius <code>r</code> of the <a |
343 | 347 | href="#circle"><code>circle</code></a> shape, a percentage value is |
344 | 348 | resolved as <a |
345 | 349 | href="http://www.w3.org/TR/SVG/coords.html#Units">specified</a> in the SVG |
346 | | - recommendation (see <a href="#SVG11" |
347 | | - rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>). Path styling like stroking |
348 | | - is not considered part of the specified shape. |
| 350 | + recommendation <a href="#SVG11" |
| 351 | + rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>. If the relevant box of the |
| 352 | + element is dependent on auto sizing (i.e., the element's ‘<code |
| 353 | + class=property>width</code>’ or ‘<code class=property>height</code>’ |
| 354 | + property is ‘<code class=property>auto</code>’), then the percentage |
| 355 | + values resolve to 0. |
349 | 356 |
|
350 | 357 | <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported |
351 | 358 | Shapes</h4> |
@@ -1053,16 +1060,6 @@ <h3 class=no-num id=normative-references>Normative references</h3> |
1053 | 1060 | </dd> |
1054 | 1061 | <!----> |
1055 | 1062 |
|
1056 | | - <dt id=CSS3UI>[CSS3UI] |
1057 | | - |
1058 | | - <dd>Tantek Çelik. <a |
1059 | | - href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/"><cite>CSS Basic |
1060 | | - User Interface Module Level 3 (CSS3 UI).</cite></a> 17 January 2012. W3C |
1061 | | - Working Draft. (Work in progress.) URL: <a |
1062 | | - href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/">http://www.w3.org/TR/2012/WD-css3-ui-20120117/</a> |
1063 | | - </dd> |
1064 | | - <!----> |
1065 | | - |
1066 | 1063 | <dt id=CSS3VAL>[CSS3VAL] |
1067 | 1064 |
|
1068 | 1065 | <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a |
|
0 commit comments