masking/index.html

changeset 731
fd09b94a3a4d
parent 727
ad311bae0010
child 734
59236286d848
     1.1 --- a/masking/index.html	Sat Mar 09 06:51:24 2013 -0800
     1.2 +++ b/masking/index.html	Sat Mar 09 17:18:22 2013 -0800
     1.3 @@ -11,7 +11,7 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Masking" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-03-08 name=dcterms.issued>
     1.8 +  <meta content=2013-03-10 name=dcterms.issued>
     1.9    <meta
    1.10     content="http://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html"
    1.11     name=dcterms.creator>
    1.12 @@ -34,14 +34,14 @@
    1.13  
    1.14     <h1>CSS Masking</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 March 2013</h2>
    1.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 March 2013</h2>
    1.18  
    1.19     <dl>
    1.20      <dt>This version:
    1.21  
    1.22      <dd><a
    1.23       href="http://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html">http://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html</a>
    1.24 -     <!--http://www.w3.org/TR/2013/WD-css-masking-20130308/-->
    1.25 +     <!--http://www.w3.org/TR/2013/WD-css-masking-20130310/-->
    1.26  
    1.27      <dt>Latest version:
    1.28  
    1.29 @@ -408,8 +408,8 @@
    1.30     href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
    1.31     definition conventions</a> from <a href="#CSS21"
    1.32     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
    1.33 -   this specification are defined in CSS Level 2 Revision 1 <a
    1.34 -   href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
    1.35 +   this specification are defined in CSS Values and Units Module Level 3 <a
    1.36 +   href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>.
    1.37  
    1.38    <p> In addition to the property-specific values listed in their
    1.39     definitions, all properties defined in this specification also accept the
    1.40 @@ -711,7 +711,7 @@
    1.41  
    1.42     <dd> A URL reference to a <a class=element-name
    1.43      href="#MaskElement">‘<code class=property>mask</code>’</a> element
    1.44 -    (for example ‘<code class=css>url(commonmasks.xml#mask)</code>’) or
    1.45 +    (for example ‘<code class=css>url(commonmasks.svg#mask)</code>’) or
    1.46      an <a href="#ltimagegt"><var>&lt;image&gt;</var></a>.
    1.47  
    1.48     <dt>‘<code class=css>child</code>’
    1.49 @@ -860,7 +860,7 @@
    1.50      <tr>
    1.51       <th>Animatable:
    1.52  
    1.53 -     <td>yes except keyword values
    1.54 +     <td>no
    1.55    </table>
    1.56  
    1.57    <p>The ‘<a href="#mask-source-type"><code
    1.58 @@ -1098,7 +1098,13 @@
    1.59      <tr>
    1.60       <th>Animatable:
    1.61  
    1.62 -     <td>yes
    1.63 +     <td>as <a
    1.64 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable
    1.65 +      list</a> of <a
    1.66 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
    1.67 +      list</a> of <a
    1.68 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
    1.69 +      percentage, or calc</a>
    1.70    </table>
    1.71  
    1.72    <p>Where
    1.73 @@ -1410,7 +1416,14 @@
    1.74      <tr>
    1.75       <th>Animatable:
    1.76  
    1.77 -     <td>yes except keyword values
    1.78 +     <td>as <a
    1.79 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable
    1.80 +      list</a> of <a
    1.81 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
    1.82 +      list</a> of <a
    1.83 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
    1.84 +      percentage, or calc</a> (<span class=note>This means keyword values are
    1.85 +      not animatable.</span>)
    1.86    </table>
    1.87  
    1.88    <p>Specifies the size of the mask images. Where
    1.89 @@ -1563,7 +1576,7 @@
    1.90      <tr>
    1.91       <th>Animatable:
    1.92  
    1.93 -     <td>yes except keyword values
    1.94 +     <td>no
    1.95    </table>
    1.96  
    1.97    <p>The ‘<a href="#mask-type"><code class=property>mask-type</code></a>’
    1.98 @@ -2675,7 +2688,12 @@
    1.99      <tr>
   1.100       <th>Animatable:
   1.101  
   1.102 -     <td>yes
   1.103 +     <td>See <a
   1.104 +      href="http://dev.w3.org/csswg/css3-exclusions/#shape-inside">‘<code
   1.105 +      class=property>shape-inside</code>’</a> and <a
   1.106 +      href="http://dev.w3.org/csswg/css3-exclusions/#shape-outside">‘<code
   1.107 +      class=property>shape-outside</code>’</a> <a href="#CSS3-EXCLUSIONS"
   1.108 +      rel=biblioentry>[CSS3-EXCLUSIONS]<!--{{!CSS3-EXCLUSIONS}}--></a>
   1.109    </table>
   1.110  
   1.111    <pre class=prod><dfn id=ltclip-sourcegt>&lt;clip-source&gt;</dfn> = <a
   1.112 @@ -2770,7 +2788,7 @@
   1.113      <tr>
   1.114       <th>Animatable:
   1.115  
   1.116 -     <td>yes
   1.117 +     <td>no
   1.118    </table>
   1.119  
   1.120    <dl>
   1.121 @@ -2880,7 +2898,8 @@
   1.122      <tr>
   1.123       <th>Animatable:
   1.124  
   1.125 -     <td>yes
   1.126 +     <td>as <a
   1.127 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-rect">rectangle</a>
   1.128    </table>
   1.129  
   1.130    <p class=note>With this specification the ‘<a href="#ClipProperty"><code
   1.131 @@ -3500,13 +3519,6 @@
   1.132  
   1.133    <pre class=idl>interface <b>SVGMaskElement</b> : <a
   1.134     href="http://www.w3.org/TR/2011/REC-SVG11-20110816/types.html#InterfaceSVGElement">SVGElement</a> {
   1.135 -
   1.136 -  // Mask Types
   1.137 -  const unsigned short <a
   1.138 -   href="#SVGMaskElement__SVG_MASKTYPE_LUMINANCE">SVG_MASKTYPE_LUMINANCE</a> = 0;
   1.139 -  const unsigned short <a
   1.140 -   href="#SVGMaskElement__SVG_MASKTYPE_ALPHA">SVG_MASKTYPE_ALPHA</a> = 1;
   1.141 -
   1.142    readonly attribute <a
   1.143     href="http://www.w3.org/TR/2011/REC-SVG11-20110816/types.html#InterfaceSVGAnimatedEnumeration">SVGAnimatedEnumeration</a> <a
   1.144     href="#SVGMaskElement__maskUnits">maskUnits</a>;
   1.145 @@ -3532,27 +3544,6 @@
   1.146     href="http://www.w3.org/TR/2011/REC-SVG11-20110816/types.html#InterfaceSVGUnitTypes">SVGUnitTypes</a>;</pre>
   1.147  
   1.148    <dl class=interface>
   1.149 -   <dt class=constants-header>Constants in group “Mask Types”:
   1.150 -
   1.151 -   <dd>
   1.152 -    <dl class=constants>
   1.153 -     <dt class="constant first-child"
   1.154 -      id="SVGMaskElement__SVG_MASKTYPE_LUMINANCE"><b>SVG_MASKTYPE_LUMINANCE</b><span
   1.155 -      class=idl-type-parenthetical> (unsigned short)</span>
   1.156 -
   1.157 -     <dd class=constant>
   1.158 -      <div> Corresponds to value <a class=attr-value
   1.159 -       href="#luminance">‘<code class=property>luminance</code>’</a>.</div>
   1.160 -
   1.161 -     <dt class=constant
   1.162 -      id="SVGMaskElement__SVG_MASKTYPE_ALPHA"><b>SVG_MASKTYPE_ALPHA</b><span
   1.163 -      class=idl-type-parenthetical> (unsigned short)</span>
   1.164 -
   1.165 -     <dd class=constant>
   1.166 -      <div> Corresponds to value <a class=attr-value href="#alpha">‘<code
   1.167 -       class=property>alpha</code>’</a>.</div>
   1.168 -    </dl>
   1.169 -
   1.170     <dt class=attributes-header>Attributes:
   1.171  
   1.172     <dd>
   1.173 @@ -3689,6 +3680,16 @@
   1.174     </dd>
   1.175     <!---->
   1.176  
   1.177 +   <dt id=CSS3VAL>[CSS3VAL]
   1.178 +
   1.179 +   <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a
   1.180 +    href="http://www.w3.org/TR/2012/CR-css3-values-20120828/"><cite>CSS
   1.181 +    Values and Units Module Level 3.</cite></a> 28 August 2012. W3C Candidate
   1.182 +    Recommendation. (Work in progress.) URL: <a
   1.183 +    href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a>
   1.184 +   </dd>
   1.185 +   <!---->
   1.186 +
   1.187     <dt id=DOM>[DOM]
   1.188  
   1.189     <dd>Anne van Kesteren; et al. <a
   1.190 @@ -3723,7 +3724,7 @@
   1.191    <dl>
   1.192     <dt id=ref-svg2><strong class=normref>[SVG2]</strong>
   1.193  
   1.194 -   <dd> Cameron McCormack; <a
   1.195 +   <dd> Cameron McCormack; et al. <a
   1.196      href="http://www.w3.org/TR/2012/WD-SVG2-20120828/"><cite>Scalable Vector
   1.197      Graphics (SVG) 2</cite>.</a> 28 August 2012. W3C Working Draft. (Work in
   1.198      progress.) URL: <a

mercurial