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
A basic shape function as defined in the CSS Shapes module [[!CSS-SHAPES]]. A basic shape makes use of the specified reference box to size and position the basic shape. If no reference box is specified, the <avaluefor=mask-clip>border-box</a> will be used as reference box.
@@ -187,15 +187,15 @@ <h3 id="the-clip-path">Clipping Shape: the 'clip-path' property</h3>
187
187
<p>If specified in combination with a <<basic-shape>> it provides the reference box for the <<basic-shape>>.</p>
188
188
<p>If specified by itself, uses the edges of the specified box, including any corner shaping (e.g. defined by 'border-radius' [[!CSS3BG]]), as clipping path. See also <ahref="https://www.w3.org/TR/css-shapes/#shapes-from-box-values">“Shapes from box values”</a> [[!CSS-SHAPES]].</p>
189
189
</dd>
190
-
<dt><dfndfn-type=value>fill-box</dfn></dt>
190
+
<dt><dfn>fill-box</dfn></dt>
191
191
<dd>
192
192
Uses the <a>object bounding box</a> as reference box.
193
193
</dd>
194
-
<dt><dfndfn-type=value>stroke-box</dfn></dt>
194
+
<dt><dfn>stroke-box</dfn></dt>
195
195
<dd>
196
196
Uses the <i>stroke bounding box</i> as reference box.
197
197
</dd>
198
-
<dt><dfndfn-type=value>view-box</dfn></dt>
198
+
<dt><dfn>view-box</dfn></dt>
199
199
<dd>
200
200
<p>Uses the nearest <ahref="https://www.w3.org/TR/SVG11/intro.html#TermSVGViewport">SVG viewport</a> as reference box.</p>
201
201
<p>If a <a>'viewBox'</a> attribute is specified for the <ahref="https://www.w3.org/TR/SVG11/intro.html#TermSVGViewport">SVG viewport</a> creating element:
@@ -305,10 +305,10 @@ <h3 id="the-clip-rule">Winding Rules: the 'clip-rule' property</h3>
305
305
306
306
The 'clip-rule' property indicates the algorithm which is to be used to determine whether a given point is inside a shape for a <i>clipping region</i> created with a <a>graphics element</a>. The definition of the algorithms and the 'clip-rule' values follows the definition of the 'fill-rule' property. See section <ahref="https://www.w3.org/TR/2011/REC-SVG11-20110816/painting.html#FillProperties">“Fill Properties”</a> in SVG 1.1 [[!SVG11]].
307
307
308
-
<dldfn-for=clip-rule>
309
-
<dt><dfndfn-type=value>nonzero</dfn></dt>
308
+
<dldfn-type=valuedfn-for=clip-rule>
309
+
<dt><dfn>nonzero</dfn></dt>
310
310
<dd>See description of 'fill-rule' property [[!SVG11]].</dd>
311
-
<dt><dfndfn-type=value>evenodd</dfn></dt>
311
+
<dt><dfn>evenodd</dfn></dt>
312
312
<dd>See description of 'fill-rule' property [[!SVG11]].</dd>
0 commit comments