css3-transitions/Overview.src.html

changeset 5319
f91b37f68e81
parent 5316
cd3920d7b157
child 5320
a8cc1c867298
     1.1 --- a/css3-transitions/Overview.src.html	Thu Mar 29 13:05:47 2012 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Thu Mar 29 13:08:32 2012 -0700
     1.3 @@ -4,6 +4,7 @@
     1.4  <html lang="en">
     1.5  <head>
     1.6    <title>CSS Transitions</title>
     1.7 +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     1.8    <link rel="stylesheet" type="text/css" href="../default.css">
     1.9    <style type="text/css">
    1.10      table.animatable-properties {
    1.11 @@ -1168,7 +1169,6 @@
    1.12            start/end of the transition or as a result of 'cubic-bezier()'
    1.13            functions with Y values outside of [0, 1]) map to the closer
    1.14            endpoint; if neither value is 'visible' then not interpolable.
    1.15 -          </span>
    1.16          </li>
    1.17          <li>
    1.18            <strong>shadow</strong>: interpolated via the color, x, y
    1.19 @@ -1186,7 +1186,7 @@
    1.20          </li>
    1.21          <li>
    1.22            <strong>paint server</strong> (SVG): interpolation is only supported
    1.23 -          between</strong>: gradient to gradient and color to color. They then
    1.24 +          between: gradient to gradient and color to color. They then
    1.25            work as above.
    1.26          </li>
    1.27          <li>

mercurial