|
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-07 name=dcterms.date> |
| 15 | + <meta content=2013-06-11 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 7 June 2013</h2> |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 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-20130607/</a></dd>--> |
| 65 | + <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130611/</a></dd>--> |
66 | 66 |
|
67 | 67 | <dt>Latest version: |
68 | 68 |
|
@@ -742,10 +742,15 @@ <h4 id=shape-outside-property><span class=secno>3.4.1. </span>The ‘<a |
742 | 742 | <dd> If the <uri> references |
743 | 743 | <!--an SVG shape element, that element defines the shape. |
744 | 744 | Otherwise, if the <uri> references --> |
745 | | - an image, the shape is extracted and computed based on the alpha channel |
746 | | - of the specified image. If the <uri> does not reference |
747 | | - <!-- an SVG shape element or --> an image, the effect is as if the value |
748 | | - ‘<code class=property>auto</code>’ had been specified. |
| 745 | + an image, which is <a |
| 746 | + href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>, |
| 747 | + the shape is extracted and computed based on the alpha channel of the |
| 748 | + specified image. If the <uri> does not reference |
| 749 | + <!-- an SVG shape element or --> an image or if it references an image |
| 750 | + which is not <a |
| 751 | + href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>, |
| 752 | + the effect is as if the value ‘<code class=property>auto</code>’ had |
| 753 | + been specified. |
749 | 754 | </dl> |
750 | 755 | <!-- End section "The shape-outside Property" --> |
751 | 756 |
|
|
0 commit comments