Skip to content

Commit c2f3079

Browse files
dirkschulzesvgeesus
authored andcommitted
Link fix
1 parent 8f166f8 commit c2f3079

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-masking-1/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h3 id="the-clip-path">Clipping Shape: the 'clip-path' property</h3>
200200

201201
For SVG elements without associated CSS layout box, the <i>used value</i> for <a value for=mask-clip>content-box</a>, <a value for=mask-clip>padding-box</a>, <a value for=mask-clip>border-box</a> and <a value for=mask-clip>margin-box</a> is <a value for=clip-path>fill-box</a>.
202202

203-
For elements with associated CSS layout box, the <i>used value</i> for <a value for=clip-path>fill-box</a>, <a value for=clip-path>stroke-box</a> and <a value for=clip-path>view-box</a> is <em>border-box</em>.
203+
For elements with associated CSS layout box, the <i>used value</i> for <a value for=clip-path>fill-box</a>, <a value for=clip-path>stroke-box</a> and <a value for=clip-path>view-box</a> is <a value for=mask-clip>border-box</a>.
204204

205205

206206

@@ -371,7 +371,7 @@ <h3 id="the-mask-image">Mask Image Source: the 'mask-image' property</h3>
371371
</dd>
372372
</dl>
373373

374-
A computed value of other than ''none'' results in the creation of a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS 'opacity' [[CSS3COLOR]] does.
374+
A computed value of other than ''none'' results in the creation of a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS 'opacity' [[CSS3COLOR]] does for values other than ''1''.
375375

376376
A mask reference that is an empty image (zero width or zero height), that fails to download, is not a reference to an <a element>mask</a> element, is non-existent, or that cannot be displayed (e.g. because it is not in a supported image format) is ignored. It still counts as an image layer but does not mask the element.
377377

@@ -767,7 +767,7 @@ <h3 id="the-mask-box-source">Mask Image Source: the 'mask-box-source' property</
767767

768768
See “<a href="#MaskValues">Mask processing</a>” on how to process the mask image.
769769

770-
A computed value of other than ''none'' results in the creation of a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS 'opacity' [[CSS3COLOR]] does.
770+
A computed value of other than ''none'' results in the creation of a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS 'opacity' [[CSS3COLOR]] does for values other than ''1''.
771771

772772
'mask-box-source' and 'mask-image' can be specified independent of each other. If both properties have a value other than ''none'', the element is masked by both masking operations one after the other.
773773

css-masking-1/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h3 class="heading settled heading" data-level=5.1 id=the-clip-path><span class=
249249

250250
<p>For SVG elements without associated CSS layout box, the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-cascade-3/#used-value title="used value">used value</a> for <a class=css-code data-link-for=mask-clip data-link-type=value href=#valuedef-content-box0 title=content-box>content-box</a>, <a class=css-code data-link-for=mask-clip data-link-type=value href=#valuedef-padding-box0 title=padding-box>padding-box</a>, <a class=css-code data-link-for=mask-clip data-link-type=value href=#valuedef-border-box0 title=border-box>border-box</a> and <a class=css-code data-link-for=mask-clip data-link-type=value href=#valuedef-margin-box0 title=margin-box>margin-box</a> is <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-fill-box0 title=fill-box>fill-box</a>.
251251

252-
<p>For elements with associated CSS layout box, the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-cascade-3/#used-value title="used value">used value</a> for <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-fill-box0 title=fill-box>fill-box</a>, <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-stroke-box0 title=stroke-box>stroke-box</a> and <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-view-box0 title=view-box>view-box</a> is <em>border-box</em>.
252+
<p>For elements with associated CSS layout box, the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-cascade-3/#used-value title="used value">used value</a> for <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-fill-box0 title=fill-box>fill-box</a>, <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-stroke-box0 title=stroke-box>stroke-box</a> and <a class=css-code data-link-for=clip-path data-link-type=value href=#valuedef-view-box0 title=view-box>view-box</a> is <a class=css-code data-link-for=mask-clip data-link-type=value href=#valuedef-border-box0 title=border-box>border-box</a>.
253253

254254

255255

@@ -413,7 +413,7 @@ <h3 class="heading settled heading" data-level=7.1 id=the-mask-image><span class
413413
</dd>
414414
</dl>
415415

416-
<p>A computed value of other than <span class=css data-link-type=maybe title=none>none</span> results in the creation of a <a data-link-spec=css21 data-link-type=dfn href=http://www.w3.org/TR/CSS21/visuren.html#x43 title="stacking context">stacking context</a> <a data-biblio-type=normative data-link-type=biblio href=#css21 title=css21>[CSS21]</a> the same way that CSS <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-color-3/#opacity title=opacity>opacity</a> <a data-biblio-type=informative data-link-type=biblio href=#css3color title=css3color>[CSS3COLOR]</a> does.
416+
<p>A computed value of other than <span class=css data-link-type=maybe title=none>none</span> results in the creation of a <a data-link-spec=css21 data-link-type=dfn href=http://www.w3.org/TR/CSS21/visuren.html#x43 title="stacking context">stacking context</a> <a data-biblio-type=normative data-link-type=biblio href=#css21 title=css21>[CSS21]</a> the same way that CSS <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-color-3/#opacity title=opacity>opacity</a> <a data-biblio-type=informative data-link-type=biblio href=#css3color title=css3color>[CSS3COLOR]</a> does for values other than <span class=css data-link-type=maybe title=1>1</span>.
417417

418418
<p>A mask reference that is an empty image (zero width or zero height), that fails to download, is not a reference to an <a data-link-type=element href=#elementdef-mask title=mask>mask</a> element, is non-existent, or that cannot be displayed (e.g. because it is not in a supported image format) is ignored. It still counts as an image layer but does not mask the element.
419419

@@ -713,7 +713,7 @@ <h3 class="heading settled heading" data-level=8.1 id=the-mask-box-source><span
713713

714714
<p>See “<a href=#MaskValues>Mask processing</a>” on how to process the mask image.
715715

716-
<p>A computed value of other than <span class=css data-link-type=maybe title=none>none</span> results in the creation of a <a data-link-spec=css21 data-link-type=dfn href=http://www.w3.org/TR/CSS21/visuren.html#x43 title="stacking context">stacking context</a> <a data-biblio-type=normative data-link-type=biblio href=#css21 title=css21>[CSS21]</a> the same way that CSS <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-color-3/#opacity title=opacity>opacity</a> <a data-biblio-type=informative data-link-type=biblio href=#css3color title=css3color>[CSS3COLOR]</a> does.
716+
<p>A computed value of other than <span class=css data-link-type=maybe title=none>none</span> results in the creation of a <a data-link-spec=css21 data-link-type=dfn href=http://www.w3.org/TR/CSS21/visuren.html#x43 title="stacking context">stacking context</a> <a data-biblio-type=normative data-link-type=biblio href=#css21 title=css21>[CSS21]</a> the same way that CSS <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-color-3/#opacity title=opacity>opacity</a> <a data-biblio-type=informative data-link-type=biblio href=#css3color title=css3color>[CSS3COLOR]</a> does for values other than <span class=css data-link-type=maybe title=1>1</span>.
717717

718718
<p><a class=property data-link-type=propdesc href=#propdef-mask-box-source title=mask-box-source>mask-box-source</a> and <a class=property data-link-type=propdesc href=#propdef-mask-image title=mask-image>mask-image</a> can be specified independent of each other. If both properties have a value other than <span class=css data-link-type=maybe title=none>none</span>, the element is masked by both masking operations one after the other.
719719

0 commit comments

Comments
 (0)