Skip to content

Commit 2fdf92e

Browse files
dirkschulzesvgeesus
authored andcommitted
Fix linking issues, no normative changes
1 parent 4552d6a commit 2fdf92e

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

css-masking-1/Overview.bs

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,14 @@ spec:svg2; type:element
3838
text:title
3939
text:script
4040
text:style
41-
spec:css-color-4; type:property; text:color
42-
spec:css-fonts-4; type:property; text:font-stretch
41+
spec:svg; type:element; text:font
42+
spec:css-color-4; type:property
43+
text:color
44+
spec:css-fonts-4; type:property;
45+
text:font-family
46+
text:font-stretch
47+
text:font-weight
48+
text:font-style
4349
spec:filter-effects-1; type:property;
4450
text:flood-color
4551
text:flood-opacity
@@ -50,6 +56,7 @@ spec:filter-effects-1; type:element;
5056
text:fecolormatrix
5157
text:filter
5258
spec:css-transforms-1; type:dfn; text:user coordinate system
59+
spec:css-overflow-3; type:value; for:overflow; text:visible
5360
</pre>
5461
<pre class=anchors>
5562
spec:svg2; url:https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute; type:element-attr; for:svg; text:viewBox
@@ -374,13 +381,13 @@ Note: The 'clip-rule' property does not apply to <<basic-shape>>s.
374381
<div class=example>
375382
<p>The following drawing illustrates the <a value>nonzero</a> rule:</p>
376383
<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;">
378385

379386
<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>
380387
</div>
381388
<p>The following drawing illustrates the <a value>evenodd</a> rule:</p>
382389
<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;">
384391

385392
<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>
386393

@@ -983,7 +990,7 @@ Inherited: no
983990
Percentages: n/a
984991
Computed value: as specified
985992
Media: visual
986-
Animation discrete: discrete
993+
Animation type: discrete
987994
</pre>
988995

989996
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
14591466
* Initial values for 'mask-repeat', 'mask-position' and 'mask-origin' changed to ''mask-repeat/no-repeat'', ''mask-position/center'' and ''mask-origin/border-box''.
14601467
* Multiple layers of mask images were deferred to a future level of this specification.
14611468
* 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.
14631470

14641471
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>.
14651472
* Better integration with terms and definitions of CSS Backgrounds and Borders module.

0 commit comments

Comments
 (0)