Skip to content

Commit f79e08d

Browse files
dirkschulzesvgeesus
authored andcommitted
Rename fill-box to fill for mask-box-slice. Catch from fantasai.
1 parent ac37303 commit f79e08d

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

css-masking-1/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ <h3 id="the-mask-box-slice">Mask Image Slicing: the 'mask-box-slice' property</h
902902
Animatable: no
903903
</pre>
904904

905-
This property specifies inward offsets from the top, right, bottom, and left edges of the mask image, dividing it into nine regions: four corners, four edges and a middle. The middle image part is discarded (treated as fully transparent black) unless the <dfn dfn-for=mask-box-slice dfn-type=value>fill-box</dfn> keyword is present.
905+
This property specifies inward offsets from the top, right, bottom, and left edges of the mask image, dividing it into nine regions: four corners, four edges and a middle. The middle image part is discarded (treated as fully transparent black) unless the <dfn dfn-for=mask-box-slice dfn-type=value>fill</dfn> keyword is present.
906906

907907
See the 'border-image-slice' property [[!CSS3BG]] for the definitions of the property values.
908908

css-masking-1/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h3 class="heading settled heading" data-level=7.6 id=the-mask-origin><span clas
643643
<dd>
644644
The position is relative to the <em>margin box</em>.
645645
</dd>
646-
<dt><dfn class=css-code data-dfn-for=mask-origin data-dfn-type=value data-export="" id=valuedef-fill-box2>fill-box<a class=self-link href=#valuedef-fill-box2></a></dfn></dt>
646+
<dt><dfn class=css-code data-dfn-for=mask-origin data-dfn-type=value data-export="" id=valuedef-fill-box>fill-box<a class=self-link href=#valuedef-fill-box></a></dfn></dt>
647647
<dd>
648648
The position is relative to the <a href=http://www.w3.org/TR/2011/REC-SVG11-20110816/types.html#__svg__SVGLocatable__getBBox>object bounding box</a>.
649649
</dd>
@@ -663,9 +663,9 @@ <h3 class="heading settled heading" data-level=7.6 id=the-mask-origin><span clas
663663
</dd>
664664
</dl>
665665

666-
<p>For SVG elements without associated CSS layout box, the values <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-content-box title=content-box>content-box</a>, <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-padding-box title=padding-box>padding-box</a>, <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-border-box title=border-box>border-box</a> and <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-margin-box title=margin-box>margin-box</a> compute to <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-fill-box2 title=fill-box>fill-box</a>.
666+
<p>For SVG elements without associated CSS layout box, the values <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-content-box title=content-box>content-box</a>, <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-padding-box title=padding-box>padding-box</a>, <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-border-box title=border-box>border-box</a> and <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-margin-box title=margin-box>margin-box</a> compute to <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-fill-box title=fill-box>fill-box</a>.
667667

668-
<p>For elements with associated CSS layout box, the values <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-fill-box2 title=fill-box>fill-box</a>, <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-stroke-box title=stroke-box>stroke-box</a> and <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-view-box title=view-box>view-box</a> compute to the initial value of <a class=property data-link-type=propdesc href=#propdef-mask-origin title=mask-origin>mask-origin</a>.
668+
<p>For elements with associated CSS layout box, the values <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-fill-box title=fill-box>fill-box</a>, <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-stroke-box title=stroke-box>stroke-box</a> and <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-view-box title=view-box>view-box</a> compute to the initial value of <a class=property data-link-type=propdesc href=#propdef-mask-origin title=mask-origin>mask-origin</a>.
669669

670670
<p class=note>Note: If <a class=property data-link-type=propdesc href=#propdef-mask-clip title=mask-clip>mask-clip</a> is <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-padding-box title=padding-box>padding-box</a>, <a class=property data-link-type=propdesc href=#propdef-mask-origin title=mask-origin>mask-origin</a> is <a class=css-code data-link-for=mask-origin data-link-type=value href=#valuedef-border-box title=border-box>border-box</a>, <a class=property data-link-type=propdesc href=#propdef-mask-position title=mask-position>mask-position</a> is <span class=css data-link-type=maybe title="top left">top left</span> (the initial value), and the element has a non-zero border, then the top and left of the mask image will be clipped.
671671

@@ -823,7 +823,7 @@ <h3 class="heading settled heading" data-level=8.1 id=the-mask-box-source><span
823823
<h3 class="heading settled heading" data-level=8.2 id=the-mask-box-slice><span class=secno>8.2 </span><span class=content>Mask Image Slicing: the <a class=property data-link-type=propdesc href=#propdef-mask-box-slice title=mask-box-slice>mask-box-slice</a> property</span><a class=self-link href=#the-mask-box-slice></a></h3>
824824

825825
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-mask-box-slice>mask-box-slice<a class=self-link href=#propdef-mask-box-slice></a></dfn><tr><th>Value:<td class=prod>[<a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#number-value title="<number>">&lt;number&gt;</a> | <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#percentage-value title="<percentage>">&lt;percentage&gt;</a>]{1,4} fill?<tr><th>Initial:<td>0 fill<tr><th>Applies to:<td>All elements. In SVG, it applies to <a href=http://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermContainerElement>container elements</a> excluding the <a href=http://www.w3.org/TR/2011/REC-SVG11-20110816/struct.html#DefsElement><code class=element-name>&lt;defs&gt;</code></a> element and all <a href=http://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsElement>graphics elements</a><tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>as specified<tr><th>Percentages:<td>refer to size of the mask image<tr><th>Animatable:<td>no</table>
826-
<p>This property specifies inward offsets from the top, right, bottom, and left edges of the mask image, dividing it into nine regions: four corners, four edges and a middle. The middle image part is discarded (treated as fully transparent black) unless the <dfn class=css-code data-dfn-for=mask-box-slice data-dfn-type=value data-export="" id=valuedef-fill-box>fill-box<a class=self-link href=#valuedef-fill-box></a></dfn> keyword is present.
826+
<p>This property specifies inward offsets from the top, right, bottom, and left edges of the mask image, dividing it into nine regions: four corners, four edges and a middle. The middle image part is discarded (treated as fully transparent black) unless the <dfn class=css-code data-dfn-for=mask-box-slice data-dfn-type=value data-export="" id=valuedef-fill>fill<a class=self-link href=#valuedef-fill></a></dfn> keyword is present.
827827

828828
<p>See the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#border-image-slice title=border-image-slice>border-image-slice</a> property <a data-biblio-type=normative data-link-type=biblio href=#css3bg title=css3bg>[CSS3BG]</a> for the definitions of the property values.
829829

@@ -1433,10 +1433,10 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
14331433
<li>content-box<ul><li>value for mask-clip, <a href=#valuedef-content-box0 title="section 7.5">7.5</a>
14341434
<li>value for mask-origin, <a href=#valuedef-content-box title="section 7.6">7.6</a>
14351435
</ul><li>evenodd, <a href=#evenodd title="section 6.2">6.2</a>
1436+
<li>fill, <a href=#valuedef-fill title="section 8.2">8.2</a>
14361437
<li>fill-box<ul><li>value for clip-path, <a href=#valuedef-fill-box0 title="section 5.1">5.1</a>
14371438
<li>value for mask-clip, <a href=#valuedef-fill-box1 title="section 7.5">7.5</a>
1438-
<li>value for mask-origin, <a href=#valuedef-fill-box2 title="section 7.6">7.6</a>
1439-
<li>value for mask-box-slice, <a href=#valuedef-fill-box title="section 8.2">8.2</a>
1439+
<li>value for mask-origin, <a href=#valuedef-fill-box title="section 7.6">7.6</a>
14401440
</ul><li>&lt;geometry-box&gt;, <a href=#typedef-geometry-box title="section 5.1">5.1</a>
14411441
<li>height, <a href=#element-attrdef-height title="section 9.1">9.1</a>
14421442
<li>&lt;left&gt;, <a href=#typedef-left title="section Unnumbered section">Unnumbered section</a>

css-masking-1/issues-lc-2013.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,16 @@ <h1>CSS Masking Module Level 1 Disposition of Comments for 2013-10-29 LCWD</h1>
8787
Response:
8888
Closed: retracted
8989
</pre>
90-
<pre class='open' id='issue-8'>
90+
<pre class='a' id='issue-8'>
9191
Issue 8. <a href="#issue-8">#</a>
9292
Summary: clip-rule is not defined
9393
From: Elika J. Etemad
9494
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
9595
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html</a>
9696
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html</a>
9797
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0117.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0117.html</a>
98-
Open
98+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0319.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0319.html</a>
99+
Closed: Accepted
99100
</pre>
100101
<pre class='open' id='issue-9'>
101102
Issue 9. <a href="#issue-9">#</a>

css-masking-1/issues-lc-2013.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html
5959
Response: http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html
6060
Comment: http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html
6161
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0117.html
62-
Open
62+
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0319.html
63+
Closed: Accepted
6364
----
6465
Issue 9.
6566
Summary: Does 'mask-source-type' apply to 'mask-box-image-source'

0 commit comments

Comments
 (0)