Skip to content

Commit 6cfefda

Browse files
dirkschulzesvgeesus
authored andcommitted
Editorial changes fixing issues found by Alan Stearns.
1 parent 94f842e commit 6cfefda

3 files changed

Lines changed: 37 additions & 11 deletions

File tree

css-masking-1/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2013-11-02 Dirk Schulze <dschulze@adobe.com>
2+
"Animatable" section of 'mask-size', 'mask-position' described
3+
as repeatable list of lists. Changed to a single list.
4+
Computed value of 'mask-repeat' and 'mask-position' was described
5+
as list of items. Changed to have just one value.
6+
Change link to ED from http://dev.w3.org/fxtf/masking/ to
7+
http://dev.w3.org/fxtf/css-masking-1/
8+
19
2013-10-09 Dirk Schulze <dschulze@adobe.com>
210
Removed 'child' and select() function from the first level of Masking. The CSS WG
311
is looking into a more general approach that can be used cross-specification.

css-masking-1/Overview.src.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h3 id="the-mask-repeat">The 'mask-repeat' property</h3>
253253
Applies to: All elements. In SVG, it applies to <a>container elements</a> without the <a>'defs'</a> element and all <a>graphics elements</a>
254254
Inherited: no
255255
Percentages: n/a
256-
Computed value: A list, each item consisting of: two keywords, one per dimension
256+
Computed value: Consists of: two keywords, one per dimension
257257
Media: visual
258258
Animatable: no
259259
</pre>
@@ -289,10 +289,10 @@ <h3 id="the-mask-position">The 'mask-position' property</h3>
289289
Initial: center
290290
Applies to: All elements. In SVG, it applies to <a>container elements</a> without the <a>'defs'</a> element and all <a>graphics elements</a>
291291
Inherited: no
292-
Percentages: refer to size of <i>mask painting area</i> <em>minus</em> size of mask image; see text
293-
Computed value: A list, each item consisting of: two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a <<length>>), otherwise as a percentage.
292+
Percentages: refer to size of <i>mask painting area</i> <em>minus</em> size of mask image; see text 'background-position' [[!CSS3BG]]
293+
Computed value: Consisting of: two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a <<length>>), otherwise as a percentage.
294294
Media: visual
295-
Animatable: as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc
295+
Animatable: as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc
296296
</pre>
297297

298298
See the 'background-position' property [[!CSS3BG]] for the definitions of the property values.
@@ -392,7 +392,7 @@ <h3 id="the-mask-size">The 'mask-size' property</h3>
392392
Percentages: n/a
393393
Computed value: as specified, but with lengths made absolute
394394
Media: visual
395-
Animatable: as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a> (<span class="note">This means keyword values are not animatable.
395+
Animatable: as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a> (<span class="note">This means keyword values are not animatable.</span>)
396396
</pre>
397397

398398
Specifies the size of the mask images.
@@ -1126,6 +1126,15 @@ <h3 id="InterfaceSVGMaskElement">Interface SVGMaskElement</h3>
11261126

11271127
<h2 class="no-num" id="changes">Changes since last publication</h2>
11281128

1129+
The following changes were made since the <a href="http://www.w3.org/TR/2013/WD-css-masking-1-20131029/">29 October 2013 Last Call Working Draft</a>.
1130+
1131+
<ul>
1132+
<li>"Animatable" section of 'mask-size', 'mask-position' described as repeatable list of lists. Changed to a single list.</li>
1133+
<li>Computed value of 'mask-repeat' and 'mask-position' was described as list of items. Changed to have just one value.</li>
1134+
<li>Change link to ED from <a href='http://dev.w3.org/fxtf/masking/'>http://dev.w3.org/fxtf/masking/</a> to <a href='http://dev.w3.org/fxtf/css-masking-1/'>http://dev.w3.org/fxtf/css-masking-1/</a></li>
1135+
</ul>
1136+
1137+
11291138
The following significant changes were made since the <a href="http://www.w3.org/TR/2013/WD-css-masking-20130620/">20 June 2013 Working Draft</a>.
11301139

11311140
<ul>

0 commit comments

Comments
 (0)