Skip to content

Commit

Permalink
[css-masking-1] Change initial value for mask-repeat to repeat and ma…
Browse files Browse the repository at this point in the history
…sk-position to 0% 0%. #111
  • Loading branch information
dirkschulze committed Apr 10, 2018
1 parent 9081aba commit bdb4c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-masking-1/Overview.bs
Expand Up @@ -530,7 +530,7 @@ See the section <a href="#layering">“Layering multiple mask layer images”</a
<pre class=propdef>
Name: mask-repeat
Value: <<repeat-style>>#
Initial: no-repeat
Initial: repeat
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
Inherited: no
Percentages: n/a
Expand Down Expand Up @@ -569,7 +569,7 @@ See the section <a href="#layering">“Layering multiple mask layer images”</a
<pre class=propdef>
Name: mask-position
Value: <<position>>#
Initial: center
Initial: 0% 0%
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
Inherited: no
Percentages: refer to size of <a>mask painting area</a> <em>minus</em> size of <a>mask layer image</a>; see text 'background-position' [[!CSS3BG]]
Expand Down

0 comments on commit bdb4c31

Please sign in to comment.