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
If one <<box>> value is present then it sets both 'mask-origin' and 'mask-clip' to that value. If two <<box>> values are present, then the first sets 'mask-origin' and the second 'mask-clip'.
420
420
421
-
The properties 'mask-image', 'mask-repeat', 'mask-position', 'mask-clip', 'mask-origin' and 'mask-size' must have no effect if <<mask-reference>> references a <a>'mask element'</a> element. In this case the element defines position, sizing and clipping of the <i>mask source</i>.
421
+
The <i>used value</i> of the properties 'mask-image', 'mask-repeat', 'mask-position', 'mask-clip', 'mask-origin' and 'mask-size' must have no effect if <<mask-reference>> references a <a>'mask element'</a> element. In this case the element defines position, sizing and clipping of the <i>mask source</i>.
422
422
423
423
The 'mask' shorthand also resets 'mask-box-image' to its initial value. It is therefore recommended that authors use the 'mask' shorthand, rather than other shorthands or the individual properties, to override any mask settings earlier in the cascade. This will ensure that 'mask-box-image' has also been reset to allow the new styles to take effect.
<dd>Defines the coordinate system for the contents of the
943
948
<a>'clipPath'</a>.<br>
944
949
If <spanclass="attr-value">clipPathUnits="userSpaceOnUse"</span>,
@@ -1129,6 +1134,7 @@ <h2 class="no-num" id="changes">Changes since last publication</h2>
1129
1134
The following changes were made since the <ahref="http://www.w3.org/TR/2013/WD-css-masking-1-20131029/">29 October 2013 Last Call Working Draft</a>.
1130
1135
1131
1136
<ul>
1137
+
<li>Make clear that the <i>used value</i> of the properties 'mask-image', 'mask-repeat', 'mask-position', 'mask-clip', 'mask-origin' and 'mask-size' must be ignored for <<mask-source>>, not the properties.</li>
1132
1138
<li>"Animatable" section of 'mask-size', 'mask-position' described as repeatable list of lists. Changed to a single list.</li>
1133
1139
<li>Computed value of 'mask-repeat' and 'mask-position' was described as list of items. Changed to have just one value.</li>
1134
1140
<li>Change link to ED from <ahref='http://dev.w3.org/fxtf/masking/'>http://dev.w3.org/fxtf/masking/</a> to <ahref='http://dev.w3.org/fxtf/css-masking-1/'>http://dev.w3.org/fxtf/css-masking-1/</a></li>
0 commit comments