[css3-transitions] Computed Value line for shorthands should say 'see individual properties'.

Mon, 25 Mar 2013 15:14:55 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 25 Mar 2013 15:14:55 -0700
changeset 7810
9d38acef4dfc
parent 7809
2a3ae65ab0c8
child 7811
85802187d27b

[css3-transitions] Computed Value line for shorthands should say 'see individual properties'.

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Mon Mar 25 15:00:44 2013 -0700
     1.2 +++ b/css3-transitions/Overview.html	Mon Mar 25 15:14:55 2013 -0700
     1.3 @@ -5,17 +5,16 @@
     1.4   <head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
     1.5    <title>CSS Transitions</title>
     1.6  
     1.7 -  <link href="http://purl.org/dc/terms/" rel=schema.dcterms>
     1.8 +  <link href="http://purl.org/dc/terms/" rel=schema.dc>
     1.9    <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
    1.10 -   rel=dcterms.rights>
    1.11 -  <meta content="CSS Transitions" name=dcterms.title>
    1.12 -  <meta content=text name=dcterms.type>
    1.13 -  <meta content=2013-02-20 name=dcterms.issued>
    1.14 +   rel=dc.rights>
    1.15 +  <meta content="CSS Transitions" name=dc.title>
    1.16 +  <meta content=text name=dc.type>
    1.17 +  <meta content=2013-03-25 name=dc.date>
    1.18 +  <meta content="L. David Baron" name=dc.creator>
    1.19 +  <meta content=W3C name=dc.publisher>
    1.20    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.21 -   name=dcterms.creator>
    1.22 -  <meta content=W3C name=dcterms.publisher>
    1.23 -  <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.24 -   name=dcterms.identifier>
    1.25 +   name=dc.identifier>
    1.26    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    1.27    <link href="../default.css" rel=stylesheet type="text/css">
    1.28    <style type="text/css">
    1.29 @@ -38,8 +37,7 @@
    1.30  
    1.31     <h1>CSS Transitions</h1>
    1.32  
    1.33 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 February
    1.34 -    2013</h2>
    1.35 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 March 2013</h2>
    1.36  
    1.37     <dl>
    1.38      <dt>This version:
    1.39 @@ -140,20 +138,22 @@
    1.40     “css3-transitions” in the subject, preferably like this:
    1.41     “[<!---->css3-transitions<!---->] <em>…summary of comment…</em>”
    1.42  
    1.43 -  <p>This document was produced by the <a href="/Style/CSS/members">CSS
    1.44 -   Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
    1.45 +  <p>This document was produced by the <a
    1.46 +   href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
    1.47 +   the <a href="http://www.w3.org/Style/">Style Activity</a>).
    1.48  
    1.49    <p>This document was produced by a group operating under the <a
    1.50 -   href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
    1.51 -   Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
    1.52 +   href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
    1.53 +   2004 W3C Patent Policy</a>. W3C maintains a <a
    1.54 +   href="http://www.w3.org/2004/01/pp-impl/32061/status"
    1.55     rel=disclosure>public list of any patent disclosures</a> made in
    1.56     connection with the deliverables of the group; that page also includes
    1.57     instructions for disclosing a patent. An individual who has actual
    1.58     knowledge of a patent which the individual believes contains <a
    1.59 -   href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
    1.60 +   href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
    1.61     Claim(s)</a> must disclose the information in accordance with <a
    1.62 -   href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
    1.63 -   W3C Patent Policy</a>.</p>
    1.64 +   href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
    1.65 +   6 of the W3C Patent Policy</a>.</p>
    1.66    <!--end-status-->
    1.67  
    1.68    <p> The <a href=ChangeLog>list of changes made to this specification</a> is
    1.69 @@ -839,7 +839,7 @@
    1.70      <tr>
    1.71       <td> <em>Computed value:</em>
    1.72  
    1.73 -     <td> Same as specified value.
    1.74 +     <td> see individual properties
    1.75  
    1.76      <tr>
    1.77       <td> <em>Canonical order:</em>
     2.1 --- a/css3-transitions/Overview.src.html	Mon Mar 25 15:00:44 2013 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Mon Mar 25 15:14:55 2013 -0700
     2.3 @@ -826,7 +826,7 @@
     2.4                <em>Computed value:</em>
     2.5              </td>
     2.6              <td>
     2.7 -              Same as specified value.
     2.8 +              see individual properties
     2.9              </td>
    2.10            </tr>
    2.11            <tr>

mercurial