[css-transitions][css-animations] Have 2 separate links for issues list, the first excluding issues deferred to next level.

Wed, 08 Jan 2014 14:34:19 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 08 Jan 2014 14:34:19 -0800
changeset 9716
e95ed343922d
parent 9715
465857117f20
child 9717
5d1193862316

[css-transitions][css-animations] Have 2 separate links for issues list, the first excluding issues deferred to next level.

css-animations/Overview.html file | annotate | diff | comparison | revisions
css-animations/Overview.src.html file | annotate | diff | comparison | revisions
css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-animations/Overview.html	Wed Jan 08 17:11:56 2014 +0000
     1.2 +++ b/css-animations/Overview.html	Wed Jan 08 14:34:19 2014 -0800
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5    <meta content="CSS Animations" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-09-10 name=dcterms.date>
     1.8 +  <meta content=2014-01-08 name=dcterms.date>
     1.9    <meta content="L. David Baron" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11    <meta content="http://dev.w3.org/csswg/css3-animations/"
    1.12 @@ -33,8 +33,7 @@
    1.13  
    1.14     <h1>CSS Animations</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 September
    1.17 -    2013</h2>
    1.18 +   <h2 class="no-num no-toc">Editor's Draft 8 January 2014</h2>
    1.19  
    1.20     <dl>
    1.21      <dt>This version:
    1.22 @@ -85,9 +84,11 @@
    1.23  
    1.24      <dt>Issues list:
    1.25  
    1.26 -    <dd><a
    1.27 -     href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---&amp;cmdtype=doit">in
    1.28 -     Bugzilla</a>
    1.29 +    <dd>In Bugzilla: <a
    1.30 +     href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---&amp;status_whiteboard=defer%20to%20level%202&amp;status_whiteboard_type=notregexp">for
    1.31 +     this level</a>, <a
    1.32 +     href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---">for
    1.33 +     all levels</a>
    1.34  
    1.35      <dt>Feedback:
    1.36  
    1.37 @@ -106,7 +107,7 @@
    1.38     <!--begin-copyright-->
    1.39     <p class=copyright><a
    1.40      href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
    1.41 -    rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
    1.42 +    rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr
    1.43      title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
    1.44      href="http://www.csail.mit.edu/"><abbr
    1.45      title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
    1.46 @@ -295,13 +296,13 @@
    1.47  
    1.48    <p><em>This section is not normative.</em>
    1.49  
    1.50 -  <p> CSS Transitions <a href="#CSS3-TRANSITIONS"
    1.51 -   rel=biblioentry>[CSS3-TRANSITIONS]<!--{{CSS3-TRANSITIONS}}--></a> provide
    1.52 -   a way to interpolate CSS property values when they change as a result of
    1.53 -   underlying property changes. This provides an easy way to do simple
    1.54 -   animation, but the start and end states of the animation are controlled by
    1.55 -   the existing property values, and transitions provide little control to
    1.56 -   the author on how the animation progresses.
    1.57 +  <p> CSS Transitions <a
    1.58 +   href="#ref-CSS3-TRANSITIONS">[CSS3-TRANSITIONS]<!--{{CSS3-TRANSITIONS}}--></a>
    1.59 +   provide a way to interpolate CSS property values when they change as a
    1.60 +   result of underlying property changes. This provides an easy way to do
    1.61 +   simple animation, but the start and end states of the animation are
    1.62 +   controlled by the existing property values, and transitions provide little
    1.63 +   control to the author on how the animation progresses.
    1.64  
    1.65    <p> This proposal introduces <dfn id=defined-animations>defined
    1.66     animations</dfn>, in which the author can specify the changes in CSS
    1.67 @@ -323,14 +324,14 @@
    1.68  
    1.69    <p> This specification follows the <a
    1.70     href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
    1.71 -   definition conventions</a> from <a href="#CSS21"
    1.72 -   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
    1.73 +   definition conventions</a> from <a
    1.74 +   href="#ref-CSS21">[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
    1.75     this specification are defined in CSS Level 2 Revision 1 <a
    1.76 -   href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS
    1.77 -   modules may expand the definitions of these value types: for example <a
    1.78 -   href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>, when
    1.79 -   combined with this module, expands the definition of the
    1.80 -   <var>&lt;length&gt;</var> value type as used in this specification.
    1.81 +   href="#ref-CSS21">[CSS21]<!--{{!CSS21}}--></a>. Other CSS modules may
    1.82 +   expand the definitions of these value types: for example <a
    1.83 +   href="#ref-CSS3VAL">[CSS3VAL]<!--{{CSS3VAL}}--></a>, when combined with
    1.84 +   this module, expands the definition of the <var>&lt;length&gt;</var> value
    1.85 +   type as used in this specification.
    1.86  
    1.87    <p>In addition to the property-specific values listed in their definitions,
    1.88     all properties defined in this specification also accept the <a
    1.89 @@ -343,12 +344,13 @@
    1.90    <h2 id=animations><span class=secno>3. </span> Animations</h2>
    1.91  
    1.92    <p> CSS Animations affect computed property values. This effect happens by
    1.93 -   adding a specified value to the CSS cascade (<a href="#CSS3CASCADE"
    1.94 -   rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>) (at the level for
    1.95 -   CSS Animations) that will produce the correct computed value for the
    1.96 -   current state of the animation. As defined in <a href="#CSS3CASCADE"
    1.97 -   rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>, animations
    1.98 -   override all normal rules, but are overriden by !important rules.
    1.99 +   adding a specified value to the CSS cascade (<a
   1.100 +   href="#ref-CSS3CASCADE">[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>) (at the
   1.101 +   level for CSS Animations) that will produce the correct computed value for
   1.102 +   the current state of the animation. As defined in <a
   1.103 +   href="#ref-CSS3CASCADE">[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>,
   1.104 +   animations override all normal rules, but are overriden by !important
   1.105 +   rules.
   1.106  
   1.107    <p> If at one point in time there are multiple animations specifying
   1.108     behavior for the same property, the animation whose name occurs last in
   1.109 @@ -446,7 +448,7 @@
   1.110     For information on how to avoid content that can lead to seizures, see <a
   1.111     href="http://www.w3.org/TR/WCAG20/#seizure">Guideline 2.3: Seizures: Do
   1.112     not design content in a way that is known to cause seizures</a> (<a
   1.113 -   href="#WCAG20" rel=biblioentry>[WCAG20]<!--{{WCAG20}}--></a>).
   1.114 +   href="#ref-WCAG20">[WCAG20]<!--{{WCAG20}}--></a>).
   1.115  
   1.116    <h2 id=keyframes><span class=secno>4. </span> Keyframes</h2>
   1.117  
   1.118 @@ -846,9 +848,8 @@
   1.119     class=property>animation-timing-function</code></a>’ property describes
   1.120     how the animation will progress over one cycle of its duration. See the
   1.121     ‘<code class=property>transition-timing-function</code>’ property <a
   1.122 -   href="#CSS3-TRANSITIONS"
   1.123 -   rel=biblioentry>[CSS3-TRANSITIONS]<!--{{!CSS3-TRANSITIONS}}--></a> for a
   1.124 -   complete description of timing function calculation.
   1.125 +   href="#ref-CSS3-TRANSITIONS">[CSS3-TRANSITIONS]<!--{{!CSS3-TRANSITIONS}}--></a>
   1.126 +   for a complete description of timing function calculation.
   1.127  
   1.128    <table class=propdef>
   1.129     <tbody>
   1.130 @@ -908,8 +909,7 @@
   1.131    <p>All the valid values of ‘<code
   1.132     class=css>&lt;single-timing-function&gt;</code>’ are defined by the
   1.133     ‘<code class=property>transition-timing-function</code>’ property <a
   1.134 -   href="#CSS3-TRANSITIONS"
   1.135 -   rel=biblioentry>[CSS3-TRANSITIONS]<!--{{!CSS3-TRANSITIONS}}--></a>.
   1.136 +   href="#ref-CSS3-TRANSITIONS">[CSS3-TRANSITIONS]<!--{{!CSS3-TRANSITIONS}}--></a>.
   1.137  
   1.138    <p> For a keyframed animation, the ‘<a
   1.139     href="#animation-timing-function"><code
   1.140 @@ -1794,9 +1794,7 @@
   1.141    <!--begin-normative-->
   1.142    <!-- Sorted by label -->
   1.143  
   1.144 -  <dl class=bibliography>
   1.145 -   <dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
   1.146 -    <!---->
   1.147 +  <dl class=bibliography><!---->
   1.148  
   1.149     <dt id=CSS21>[CSS21]
   1.150  
   1.151 @@ -1811,10 +1809,10 @@
   1.152     <dt id=CSS3-TRANSITIONS>[CSS3-TRANSITIONS]
   1.153  
   1.154     <dd>Dean Jackson; et al. <a
   1.155 -    href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/"><cite>CSS
   1.156 -    Transitions.</cite></a> 12 February 2013. W3C Working Draft. (Work in
   1.157 +    href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/"><cite>CSS
   1.158 +    Transitions.</cite></a> 19 November 2013. W3C Working Draft. (Work in
   1.159      progress.) URL: <a
   1.160 -    href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">http://www.w3.org/TR/2013/WD-css3-transitions-20130212/</a>
   1.161 +    href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">http://www.w3.org/TR/2013/WD-css3-transitions-20131119/</a>
   1.162     </dd>
   1.163     <!---->
   1.164    </dl>
   1.165 @@ -1824,17 +1822,15 @@
   1.166    <!--begin-informative-->
   1.167    <!-- Sorted by label -->
   1.168  
   1.169 -  <dl class=bibliography>
   1.170 -   <dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
   1.171 -    <!---->
   1.172 +  <dl class=bibliography><!---->
   1.173  
   1.174     <dt id=CSS3CASCADE>[CSS3CASCADE]
   1.175  
   1.176 -   <dd>Håkon Wium Lie; Elika J. Etemad; Tab Atkins Jr. <a
   1.177 -    href="http://www.w3.org/TR/2013/WD-css3-cascade-20130103/"><cite>CSS
   1.178 -    Cascading and Inheritance Level 3.</cite></a> 3 January 2013. W3C Working
   1.179 -    Draft. (Work in progress.) URL: <a
   1.180 -    href="http://www.w3.org/TR/2013/WD-css3-cascade-20130103/">http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a>
   1.181 +   <dd>Håkon Wium Lie; fantasai; Tab Atkins Jr. <a
   1.182 +    href="http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/"><cite>CSS
   1.183 +    Cascading and Inheritance Level 3.</cite></a> 3 October 2013. W3C
   1.184 +    Candidate Recommendation. (Work in progress.) URL: <a
   1.185 +    href="http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/">http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/</a>
   1.186     </dd>
   1.187     <!---->
   1.188  
     2.1 --- a/css-animations/Overview.src.html	Wed Jan 08 17:11:56 2014 +0000
     2.2 +++ b/css-animations/Overview.src.html	Wed Jan 08 14:34:19 2014 -0800
     2.3 @@ -48,18 +48,20 @@
     2.4  		<dd>Sylvain Galineau, Microsoft
     2.5  
     2.6  	<dt>Issues list:
     2.7 -		<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---&amp;cmdtype=doit">in Bugzilla</a>
     2.8 +		<dd>In Bugzilla:
     2.9 +			<a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---&amp;status_whiteboard=defer%20to%20level%202&amp;status_whiteboard_type=notregexp">for this level</a>,
    2.10 +			<a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---">for all levels</a>
    2.11  
    2.12 -  <dt>Feedback:</dt>
    2.13 -    <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback"
    2.14 -         >www-style@w3.org</a> 
    2.15 -         with subject line &ldquo;<kbd>[css-animations] 
    2.16 -         <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
    2.17 -         (<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/"
    2.18 -           >archives</a>)
    2.19 +	<dt>Feedback:</dt>
    2.20 +		<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback"
    2.21 +			>www-style@w3.org</a> 
    2.22 +			with subject line &ldquo;<kbd>[css-animations] 
    2.23 +			<var>&hellip; message topic &hellip;</var></kbd>&rdquo;
    2.24 +			(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/"
    2.25 +			>archives</a>)
    2.26  
    2.27  	<dt>Test suite:
    2.28 -	    <dd><a href="http://test.csswg.org/suites/css-animations-1/nightly-unstable/">http://test.csswg.org/suites/css-animations-1/nightly-unstable/</a>
    2.29 +		<dd><a href="http://test.csswg.org/suites/css-animations-1/nightly-unstable/">http://test.csswg.org/suites/css-animations-1/nightly-unstable/</a>
    2.30  </dl>
    2.31  
    2.32  <!--copyright-->
     3.1 --- a/css-transitions/Overview.html	Wed Jan 08 17:11:56 2014 +0000
     3.2 +++ b/css-transitions/Overview.html	Wed Jan 08 14:34:19 2014 -0800
     3.3 @@ -10,7 +10,7 @@
     3.4     rel=dcterms.rights>
     3.5    <meta content="CSS Transitions" name=dcterms.title>
     3.6    <meta content=text name=dcterms.type>
     3.7 -  <meta content=2013-11-19 name=dcterms.date>
     3.8 +  <meta content=2014-01-08 name=dcterms.date>
     3.9    <meta content="L. David Baron" name=dcterms.creator>
    3.10    <meta content=W3C name=dcterms.publisher>
    3.11    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    3.12 @@ -40,7 +40,7 @@
    3.13  
    3.14     <h1>CSS Transitions</h1>
    3.15  
    3.16 -   <h2 class="no-num no-toc">Editor's Draft 19 November 2013</h2>
    3.17 +   <h2 class="no-num no-toc">Editor's Draft 8 January 2014</h2>
    3.18  
    3.19     <dl>
    3.20      <dt>This version:
    3.21 @@ -84,9 +84,11 @@
    3.22  
    3.23      <dt>Issues list:
    3.24  
    3.25 -    <dd><a
    3.26 -     href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Transitions&amp;resolution=---&amp;cmdtype=doit">in
    3.27 -     Bugzilla</a>
    3.28 +    <dd>In Bugzilla: <a
    3.29 +     href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Transitions&amp;resolution=---&amp;status_whiteboard=defer%20to%20level%202&amp;status_whiteboard_type=notregexp">for
    3.30 +     this level</a>, <a
    3.31 +     href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Transitions&amp;resolution=---">for
    3.32 +     all levels</a>
    3.33  
    3.34      <dt>Feedback:
    3.35  
    3.36 @@ -105,7 +107,7 @@
    3.37     <!--begin-copyright-->
    3.38     <p class=copyright><a
    3.39      href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
    3.40 -    rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
    3.41 +    rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr
    3.42      title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
    3.43      href="http://www.csail.mit.edu/"><abbr
    3.44      title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
     4.1 --- a/css-transitions/Overview.src.html	Wed Jan 08 17:11:56 2014 +0000
     4.2 +++ b/css-transitions/Overview.src.html	Wed Jan 08 14:34:19 2014 -0800
     4.3 @@ -52,7 +52,9 @@
     4.4        class=org href="http://www.mozilla.org/">Mozilla</a>)
     4.5  
     4.6    <dt>Issues list:
     4.7 -    <dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Transitions&amp;resolution=---&amp;cmdtype=doit">in Bugzilla</a>
     4.8 +    <dd>In Bugzilla:
     4.9 +        <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Transitions&amp;resolution=---&amp;status_whiteboard=defer%20to%20level%202&amp;status_whiteboard_type=notregexp">for this level</a>,
    4.10 +        <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Transitions&amp;resolution=---">for all levels</a>
    4.11  
    4.12    <dt>Feedback:
    4.13      <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-transitions%5D%20feedback">www-style@w3.org</a>

mercurial