|
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=20140104>4 January 2014</span></span></span></h2> |
| 66 | + <span class=dt-updated><span class=value-title title=20140106>6 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>
|
@@ -591,7 +591,7 @@ <h3 class="heading settled heading" data-level=3.2 id=basic-shape-computed-value
|
591 | 591 | Omitted values are included and compute to their defaults
|
592 | 592 | </li>
|
593 | 593 | <li>
|
594 |
| - A <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#position-value title="<position>"><position></a> value in <a class=css data-link-type=maybe href=#funcdef-circle title=circle()>circle()</a> or <a class=css data-link-type=maybe href=#funcdef-ellipse title=ellipse()>ellipse()</a> is computed as a pair of offsets (horizontal and vertical) from the top left origin each given as a combination of an absolute length and a percentage |
| 594 | + A <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#position-value title="<position>"><position></a> value in <a class=css data-link-type=maybe href=#funcdef-circle title=circle()>circle()</a> or <a class=css data-link-type=maybe href=#funcdef-ellipse title=ellipse()>ellipse()</a> is computed as a pair of offsets (horizontal then vertical) from the top left origin each given as a combination of an absolute length and a percentage |
595 | 595 | </li>
|
596 | 596 | <li>
|
597 | 597 | A <<a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#border-radius title=border-radius>border-radius</a>> value in <a class=css data-link-type=maybe href=#funcdef-inset title=inset()>inset()</a> is computed as an expanded list of all eight <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>"><length></a> or percentage values.
|
@@ -838,7 +838,7 @@ <h2 class="heading settled heading" data-level=6 id=declaring-shapes><span class
|
838 | 838 | <h3 class="heading settled heading" data-level=6.1 id=shape-outside-property><span class=secno>6.1 </span><span class=content>
|
839 | 839 | Float Area Shape: the <a class=property data-link-type=propdesc href=#propdef-shape-outside title=shape-outside>shape-outside</a> property</span><a class=self-link href=#shape-outside-property></a></h3>
|
840 | 840 |
|
841 |
| -<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-shape-outside>shape-outside<a class=self-link href=#propdef-shape-outside></a></dfn><tr><th>Value:<td>none | [ <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a> || <a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>"><shape-box></a> ] | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>"><image></a><tr><th>Initial:<td>none<tr><th>Applies to:<td>floats<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>as <a href=#basic-shape-computed-values>defined</a> for <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a>, the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>"><image></a> with its URI made absolute, otherwise as specified<tr><th>Animatable:<td>as <a href=#basic-shape-interpolation>specified</a> for <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a>, otherwise no</table> |
| 841 | +<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-shape-outside>shape-outside<a class=self-link href=#propdef-shape-outside></a></dfn><tr><th>Value:<td>none | [ <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a> || <a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>"><shape-box></a> ] | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>"><image></a><tr><th>Initial:<td>none<tr><th>Applies to:<td>floats<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>as <a href=#basic-shape-computed-values>defined</a> for <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a> (with <a class="production css-code" data-link-type=type href=#typedef-shape-box title="<shape-box>"><shape-box></a> following, if supplied), the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-images-3/#image-type title="<image>"><image></a> with its URI made absolute, otherwise as specified.<tr><th>Animatable:<td>as <a href=#basic-shape-interpolation>specified</a> for <a class="production css-code" data-link-type=type href=#typedef-basic-shape title="<basic-shape>"><basic-shape></a>, otherwise no</table> |
842 | 842 | <p> The values of this property have the following meanings:
|
843 | 843 |
|
844 | 844 | <dl data-dfn-for=shape-outside data-dfn-type=value>
|
@@ -1253,7 +1253,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
|
1253 | 1253 | <h2 class="no-num no-ref heading settled heading" id=property-index><span class=content>
|
1254 | 1254 | Property index</span><a class=self-link href=#property-index></a></h2>
|
1255 | 1255 | <div data-fill-with=property-index><table class="proptable data"><thead><tr><th scope=col>Name<th scope=col>Value<th scope=col>Initial<th scope=col>Applies to<th scope=col>Inh.<th scope=col>%ages<th scope=col>Media<th scope=col>Animatable<th scope=col>Computed value<tbody>
|
1256 |
| -<tr><th scope=row><a data-property="">shape-outside</a><td>none | [ <basic-shape> || <shape-box> ] | <image><td>none<td>floats<td>no<td><td>visual<td>as specified for <basic-shape>, otherwise no<td>as defined for <basic-shape>, the <image> with its URI made absolute, otherwise as specified |
| 1256 | +<tr><th scope=row><a data-property="">shape-outside</a><td>none | [ <basic-shape> || <shape-box> ] | <image><td>none<td>floats<td>no<td><td>visual<td>as specified for <basic-shape>, otherwise no<td>as defined for <basic-shape> (with <shape-box> following, if supplied), the <image> with its URI made absolute, otherwise as specified. |
1257 | 1257 | <tr><th scope=row><a data-property="">shape-image-threshold</a><td><number><td>0.0<td>floats<td>no<td><td>visual<td>as number<td>The same as the specified value after clipping the <number> to the range [0.0,1.0]
|
1258 | 1258 | <tr><th scope=row><a data-property="">shape-margin</a><td><length> | <percentage><td>0<td>floats<td>no<td><td>visual<td>as length, percentage, or calc.<td>the absolute length</table></div>
|
1259 | 1259 |
|
|
0 commit comments