Skip to content

Commit a7e3d6e

Browse files
committed
[css-shapes] cors-same-origin placeholder
1 parent e64f078 commit a7e3d6e

2 files changed

Lines changed: 29 additions & 12 deletions

File tree

css-shapes/Overview.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Shapes Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-06-07 name=dcterms.date>
15+
<meta content=2013-06-11 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -55,14 +55,14 @@
5555

5656
<h1 id=css-shapes-module>CSS Shapes Module Level 1</h1>
5757

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>
5959

6060
<dl>
6161
<dt>This version:
6262

6363
<dd><a
6464
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>-->
6666

6767
<dt>Latest version:
6868

@@ -742,10 +742,15 @@ <h4 id=shape-outside-property><span class=secno>3.4.1. </span>The ‘<a
742742
<dd> If the &lt;uri&gt; references
743743
<!--an SVG shape element, that element defines the shape.
744744
Otherwise, if the &lt;uri&gt; references -->
745-
an image, the shape is extracted and computed based on the alpha channel
746-
of the specified image. If the &lt;uri&gt; 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 &lt;uri&gt; 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.
749754
</dl>
750755
<!-- End section "The shape-outside Property" -->
751756

css-shapes/Overview.src.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,24 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
572572
<dl>
573573
<dt><dfn title="'shape-outside'!!'&lt;uri&gt;'">&lt;uri&gt;</dfn></dt>
574574
<dd>
575-
If the &lt;uri&gt; references <!--an SVG shape element, that element defines the shape.
576-
Otherwise, if the &lt;uri&gt; references --> an image, the shape is extracted and computed
577-
based on the alpha channel of the specified image.
575+
If the &lt;uri&gt; references
576+
<!--an SVG shape element, that element defines the shape.
577+
Otherwise, if the &lt;uri&gt; references -->
578+
an image,
579+
which is
580+
<a href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>,
581+
the shape is extracted
582+
and computed based
583+
on the alpha channel
584+
of the specified image.
578585

579-
If the &lt;uri&gt; does not reference <!-- an SVG shape element or --> an image, the
580-
effect is as if the value 'auto' had been specified.
586+
If the &lt;uri&gt; does not reference
587+
<!-- an SVG shape element or -->
588+
an image or if it references an image
589+
which is not
590+
<a href="http://fetch.spec.whatwg.org/#cors-same-origin">CORS-same-origin</a>,
591+
the effect is as if
592+
the value 'auto' had been specified.
581593
</dd>
582594
</dl>
583595
<!-- End section "The shape-outside Property" -->

0 commit comments

Comments
 (0)