Skip to content

Commit 0f237dd

Browse files
dbaronsvgeesus
authored andcommitted
Fix bikeshed error related to link to 'bounding box'.
Removing the explicit link default makes it link to SVG, which heycam agrees is correct. css-transforms-1 no longer defines such a term.
1 parent a2a3c29 commit 0f237dd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css-masking-1/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h3 class="heading settled" data-level="6.1" id="ClipPathElement"><span class="s
378378
<p>The contents of the <a data-link-type="element" href="#elementdef-clippath">clipPath</a> represent values in the current <a data-link-type="dfn" href="https://drafts.csswg.org/css-transforms-1/#user-coordinate-system">user coordinate system</a> in place at the time when the <a data-link-type="element" href="#elementdef-clippath">clipPath</a> element is referenced (i.e., the <a data-link-type="dfn" href="https://drafts.csswg.org/css-transforms-1/#user-coordinate-system">user coordinate system</a> for the element referencing the <a data-link-type="element" href="#elementdef-clippath">clipPath</a> element via the <a class="property" data-link-type="propdesc" href="#propdef-clip-path">clip-path</a> property).</p>
379379
<dt><dfn class="css" data-dfn-for="clipPathUnits" data-dfn-type="value" data-export="" id="valdef-clippathunits-objectboundingbox">objectBoundingBox<a class="self-link" href="#valdef-clippathunits-objectboundingbox"></a></dfn>
380380
<dd>
381-
<p>The coordinate system has its origin at the top left corner of the <i data-lt="bounding box">bounding box</i> of the element to which the clipping path applies to and the same width and height of this <i data-lt="bounding box">bounding box</i>. <a href="https://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS <span class="css">px</span> unit.</p>
381+
<p>The coordinate system has its origin at the top left corner of the <a data-link-type="dfn" href="https://svgwg.org/svg2-draft/coords.html#bounding-box">bounding box</a> of the element to which the clipping path applies to and the same width and height of this <a data-link-type="dfn" href="https://svgwg.org/svg2-draft/coords.html#bounding-box">bounding box</a>. <a href="https://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS <span class="css">px</span> unit.</p>
382382
</dl>
383383
<p>If attribute <a data-link-type="element-attr" href="#element-attrdef-clippath-clippathunits">clipPathUnits</a> is not specified, then the effect is as if a value of <a class="css" data-link-type="value" href="#valdef-clippathunits-userspaceonuse">userSpaceOnUse</a> were specified.</p>
384384
<p>Animatable: yes.</p>
@@ -1348,7 +1348,7 @@ <h3 class="heading settled" data-level="9.1" id="MaskElement"><span class="secno
13481348
<p>The <a data-link-type="dfn" href="https://drafts.csswg.org/css-transforms-1/#user-coordinate-system">user coordinate system</a> for the contents of the <a data-link-type="element" href="#elementdef-mask">mask</a> element is the current <a data-link-type="dfn" href="https://drafts.csswg.org/css-transforms-1/#user-coordinate-system">user coordinate system</a> in place at the time when the <a data-link-type="element" href="#elementdef-mask">mask</a> element is referenced (i.e., the <a data-link-type="dfn" href="https://drafts.csswg.org/css-transforms-1/#user-coordinate-system">user coordinate system</a> for the element referencing the <a data-link-type="element" href="#elementdef-mask">mask</a> element via the <a class="property" data-link-type="propdesc" href="#propdef-mask">mask</a> property).</p>
13491349
<dt><dfn class="css" data-dfn-for="maskContentUnits" data-dfn-type="value" data-export="" id="valdef-maskcontentunits-objectboundingbox">objectBoundingBox<a class="self-link" href="#valdef-maskcontentunits-objectboundingbox"></a></dfn>
13501350
<dd>
1351-
<p>The coordinate system has its origin at the top left corner of the <i data-lt="bounding box">bounding box</i> of the element to which the clipping path applies to and the same width and height of this <i data-lt="bounding box">bounding box</i>. <a href="https://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS <span class="css">px</span> unit.</p>
1351+
<p>The coordinate system has its origin at the top left corner of the <a data-link-type="dfn" href="https://svgwg.org/svg2-draft/coords.html#bounding-box">bounding box</a> of the element to which the clipping path applies to and the same width and height of this <a data-link-type="dfn" href="https://svgwg.org/svg2-draft/coords.html#bounding-box">bounding box</a>. <a href="https://www.w3.org/TR/SVG/coords.html#Units">User coordinates</a> are sized equivalently to the CSS <span class="css">px</span> unit.</p>
13521352
<p></p>
13531353
</dl>
13541354
<p>If attribute <a data-link-type="element-attr" href="#element-attrdef-mask-maskcontentunits">maskContentUnits</a> is not specified, then the effect is as if a value of <a class="css" data-link-type="value" href="#valdef-maskcontentunits-userspaceonuse">userSpaceOnUse</a> were specified.</p>
@@ -2065,6 +2065,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
20652065
<ul>
20662066
<li><a href="https://svgwg.org/svg2-draft/text.html#AlignmentBaselineProperty">alignment-baseline</a>
20672067
<li><a href="https://svgwg.org/svg2-draft/text.html#BaselineShiftProperty">baseline-shift</a>
2068+
<li><a href="https://svgwg.org/svg2-draft/coords.html#bounding-box">bounding box</a>
20682069
<li><a href="https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty">color-interpolation</a>
20692070
<li><a href="https://svgwg.org/svg2-draft/painting.html#ColorRenderingProperty">color-rendering</a>
20702071
<li><a href="https://svgwg.org/svg2-draft/text.html#DominantBaselineProperty">dominant-baseline</a>

css-masking-1/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>CSS Masking Module Level 1</h1>
66
TR: https://www.w3.org/TR/css-masking-1/
77
Previous Version: https://www.w3.org/TR/2014/CR-css-masking-1-20140826/
88
Shortname: css-masking
9-
Link Defaults: css-shapes-1 (property) shape-outside, css-backgrounds-3 (type) <position>, svg (property) color-interpolation/fill/fill-opacity/fill-rule/stroke/glyph-orientation-horizontal/glyph-orientation-vertical/marker-start/marker-end/marker-mid/stop-color/stop-opacity/stroke-dasharray/stroke-dashoffset/stroke-linecap/stroke-linejoin/stroke-miterlimit/stroke-opacity/stroke-width/text-anchor, filters-1 (property) filter/flood-opacity/flood-color/color-interpolation-filters, css-display-3 (property) display, css-transforms-1 (property) transform, css-backgrounds-3 (type) <box>, css-images-3 (property) image-rendering, css-color-3 (property) color, svg (property) dominant-baseline, svg (property) alignment-baseline, svg (property) baseline-shift, css-transforms-1 (dfn) bounding box
9+
Link Defaults: css-shapes-1 (property) shape-outside, css-backgrounds-3 (type) <position>, svg (property) color-interpolation/fill/fill-opacity/fill-rule/stroke/glyph-orientation-horizontal/glyph-orientation-vertical/marker-start/marker-end/marker-mid/stop-color/stop-opacity/stroke-dasharray/stroke-dashoffset/stroke-linecap/stroke-linejoin/stroke-miterlimit/stroke-opacity/stroke-width/text-anchor, filters-1 (property) filter/flood-opacity/flood-color/color-interpolation-filters, css-display-3 (property) display, css-transforms-1 (property) transform, css-backgrounds-3 (type) <box>, css-images-3 (property) image-rendering, css-color-3 (property) color, svg (property) dominant-baseline, svg (property) alignment-baseline, svg (property) baseline-shift
1010
Level: 1
1111
Group: fxtf
1212
Editor: Dirk Schulze, Adobe Systems Inc., dschulze@adobe.com

0 commit comments

Comments
 (0)