[css3-transitions] Fix outline-offset to transition as length.

Mon, 14 Jan 2013 16:26:52 -0800

author
Tab Atkins <jackalmage@gmail.com>
date
Mon, 14 Jan 2013 16:26:52 -0800
changeset 7182
a38c76f0336b
parent 7181
e9e3036fad25
child 7183
6013bb8b5fe9

[css3-transitions] Fix outline-offset to transition as length.

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	Sun Jan 13 22:20:10 2013 -0800
     1.2 +++ b/css3-transitions/Overview.html	Mon Jan 14 16:26:52 2013 -0800
     1.3 @@ -10,11 +10,11 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Transitions" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-01-09 name=dcterms.issued>
     1.8 +  <meta content=2013-01-15 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130109/"
    1.13 +  <meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130115/"
    1.14     name=dcterms.identifier>
    1.15    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    1.16    <link href="../default.css" rel=stylesheet type="text/css">
    1.17 @@ -38,14 +38,15 @@
    1.18  
    1.19     <h1>CSS Transitions</h1>
    1.20  
    1.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 January 2013</h2>
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 January
    1.23 +    2013</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28 -    <dd> <a href="http://www.w3.org/TR/2013/ED-css3-transitions-20130109/">
    1.29 +    <dd> <a href="http://www.w3.org/TR/2013/ED-css3-transitions-20130115/">
    1.30       http://dev.w3.org/csswg/css3-transitions/</a>
    1.31 -     <!--http://www.w3.org/TR/2013/WD-css3-transitions-20130109/-->
    1.32 +     <!--http://www.w3.org/TR/2013/WD-css3-transitions-20130115/-->
    1.33  
    1.34      <dt>Latest version:
    1.35  
    1.36 @@ -1506,7 +1507,7 @@
    1.37      <tr>
    1.38       <td>outline-offset
    1.39  
    1.40 -     <td>integer
    1.41 +     <td>length
    1.42  
    1.43      <tr>
    1.44       <td>outline-width
     2.1 --- a/css3-transitions/Overview.src.html	Sun Jan 13 22:20:10 2013 -0800
     2.2 +++ b/css3-transitions/Overview.src.html	Mon Jan 14 16:26:52 2013 -0800
     2.3 @@ -1476,7 +1476,7 @@
     2.4           <td>outline-color</td><td>color</td>
     2.5         </tr>
     2.6         <tr>
     2.7 -         <td>outline-offset</td><td>integer</td>
     2.8 +         <td>outline-offset</td><td>length</td>
     2.9         </tr>
    2.10         <tr>
    2.11           <td>outline-width</td><td>length</td>

mercurial