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
@@ -374,13 +381,13 @@ Note: The 'clip-rule' property does not apply to <<basic-shape>>s.
374
381
<div class=example>
375
382
<p>The following drawing illustrates the <a value>nonzero</a> rule:</p>
376
383
<div class=figure>
377
-
<p><img src="images/cliprule-nonzero.svg" alt="Shape with nonzero rule." style="border: solid black 1px;">
384
+
<p><img src="images/cliprule-nonzero.svg" alt="Shape with nonzero rule." width="12cm" style="border: solid black 1px;">
378
385
379
386
<p class=caption>Three shapes from left to right: Star with 5 points drawn in one continuous, overlapping line; 2 clockwise drawn circles, one contains the other and both are subpaths of the same shape; 2 circles, one containing the other with the bigger one drawn in a clockwise direction and the smaller one in a counter-clockwise direction and both belonging to the same shape. Only the last shape has a "hole".</p>
380
387
</div>
381
388
<p>The following drawing illustrates the <a value>evenodd</a> rule:</p>
382
389
<div class=figure>
383
-
<p><img src="images/cliprule-evenodd.svg" alt="Shape with even-odd rule." style="border: solid black 1px;">
390
+
<p><img src="images/cliprule-evenodd.svg" alt="Shape with even-odd rule." width="12cm" style="border: solid black 1px;">
384
391
385
392
<p class=caption>Three shapes from left to right: Star with 5 points drawn in one continuous, overlapping line; 2 clockwise drawn circles, one contains the other and both are subpaths of the same shape; 2 circles, one containing the other with the bigger one drawn in a clockwise direction and the smaller one in a counter-clockwise direction and both belonging to the same shape. All 3 shapes have a "hole".</p>
386
393
@@ -983,7 +990,7 @@ Inherited: no
983
990
Percentages: n/a
984
991
Computed value: as specified
985
992
Media: visual
986
-
Animation discrete: discrete
993
+
Animation type: discrete
987
994
</pre>
988
995
989
996
The 'mask-border-mode' property indicates whether the <<image>> value for 'mask-border-source' is treated as luminance mask or alpha mask. (See <a href="#MaskValues">Mask processing</a>.)
@@ -1459,7 +1466,7 @@ The following significant changes were made since the <a href="https://www.w3.or
1459
1466
* Initial values for 'mask-repeat', 'mask-position' and 'mask-origin' changed to ''mask-repeat/no-repeat'', ''mask-position/center'' and ''mask-origin/border-box''.
1460
1467
* Multiple layers of mask images were deferred to a future level of this specification.
1461
1468
* Added security model for pixel operations and fetching of masking and clipping resources.
1462
-
* Deferred ''child'' and select() function to next level.
1469
+
* Deferred "child" and select() function to next level.
1463
1470
1464
1471
The following significant changes were made since the <a href="https://www.w3.org/TR/2012/WD-css-masking-20121115/">15 November 2012 Working Draft</a>.
1465
1472
* Better integration with terms and definitions of CSS Backgrounds and Borders module.
0 commit comments