You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The syntax of the property of <var><isolation-mode></var> is given with:</p>
767
768
<preclass="isolated"><dfnid="isolated-propid"><var><isolation-mode></var></dfn> = auto | isolate</pre>
768
-
<p>
769
+
<pid="img_isolation">
769
770
In CSS, a background image or the content of an <img> must always be rendered into an isolated group.<br/>For instance, if you link to an SVG file through the 'img' tag, the artwork of that SVG will not blend with the backdrop of the content.</p>
770
771
<p>
771
772
In SVG, <ahref="http://www.w3.org/TR/SVG/masking.html#Masking">'mask'</a> always creates an isolated group.
Copy file name to clipboardExpand all lines: compositing-1/issues-lc-2013.html
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,15 +54,15 @@ <h2 id=lc2013>Comments on draft of 10 October 2013</h2>
54
54
<p>This document is the disposition of comments on the Compositing and Blending
55
55
CR sent to the www-style, public-fx and www-svg mailing lists. The Compositing and Blending CR was
56
56
published <ahref="http://www.w3.org/TR/2002/CR-css3-mediaqueries-20020708/">10 October 2013</a>.
57
-
57
+
<!--
58
58
<p>The following color coding convention is used for comments:</p>
59
59
60
60
<ul>
61
61
<li class=a>The CSS WG agreed with the reviewer.
62
62
<li class=r>The CSS WG disagreed with the reviewer.
63
63
<li class=fo>The CSS WG disagreed with the reviewer and the reviewer raised a Formal Objection.
64
64
</ul>
65
-
65
+
-->
66
66
<p>(There were no formal objections.)</p>
67
67
68
68
<table>
@@ -118,6 +118,7 @@ <h2 id=lc2013>Comments on draft of 10 October 2013</h2>
118
118
This is a request for a non-normative change. This will be done during the CR process.
119
119
</p>
120
120
121
+
121
122
<tr><thcolspan=3class=source><ahref="http://lists.w3.org/Archives/Public/www-svg/2013Dec/0018.html">Comment</a> from Chris Lilley on Fri, 6 Dec 2013; <ahref="http://lists.w3.org/Archives/Public/www-svg/2013Dec/0019.html">answer on www-svg</a>.
122
123
123
124
<tr><td>4<td>
@@ -132,6 +133,28 @@ <h2 id=lc2013>Comments on draft of 10 October 2013</h2>
132
133
major changes in the way browsers draw.
133
134
It will be back for level 2 and either we will change the model so it can
134
135
be implemented or we convince the browsers to redo their graphics engines.
136
+
</p>
137
+
138
+
<p>
139
+
This is a feature request for level 2 of blending and compositing or filters.
140
+
</p>
141
+
142
+
<tr><thcolspan=3class=source><ahref="http://lists.w3.org/Archives/Public/public-fx/2013OctDec/0172.html">Comment</a> from Tavmjong Bah on Tue, 10 Dec 2013; <ahref="http://lists.w3.org/Archives/Public/public-fx/2013OctDec/0181.html">answer on public-fx</a>.
143
+
144
+
<tr><td>5<td>
145
+
<p>It appears that the three circles are being blended in one
146
+
isolation group and then put over the gray background. What is causing
147
+
the circles to be isolated? If the SVG is referenced from an <img> then
148
+
it should be isolated but if it is included inline then it should not
149
+
be(?). If I try the SVG in Chrome the circles are never isolated, no
150
+
matter what I do (stand-alone SVG, external SVG, inline). Is this due to
151
+
a lack of isolation support in Chrome
152
+
<p>
153
+
154
+
<td>
155
+
<p>
156
+
You're correct that this currently doesn't isolate. I will put this feature
0 commit comments