Fix markup validation errors and warnings.

Thu, 29 Mar 2012 13:08:32 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 29 Mar 2012 13:08:32 -0700
changeset 5319
f91b37f68e81
parent 5318
1a7463c1d7f7
child 5320
a8cc1c867298

Fix markup validation errors and warnings.

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	Thu Mar 29 13:05:47 2012 -0700
     1.2 +++ b/css3-transitions/Overview.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 content="text/html; charset=utf-8" http-equiv=Content-Type>
     1.8    <link href="../default.css" rel=stylesheet type="text/css">
     1.9  
    1.10    <style type="text/css">
     2.1 --- a/css3-transitions/Overview.src.html	Thu Mar 29 13:05:47 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Thu Mar 29 13:08:32 2012 -0700
     2.3 @@ -4,6 +4,7 @@
     2.4  <html lang="en">
     2.5  <head>
     2.6    <title>CSS Transitions</title>
     2.7 +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     2.8    <link rel="stylesheet" type="text/css" href="../default.css">
     2.9    <style type="text/css">
    2.10      table.animatable-properties {
    2.11 @@ -1168,7 +1169,6 @@
    2.12            start/end of the transition or as a result of 'cubic-bezier()'
    2.13            functions with Y values outside of [0, 1]) map to the closer
    2.14            endpoint; if neither value is 'visible' then not interpolable.
    2.15 -          </span>
    2.16          </li>
    2.17          <li>
    2.18            <strong>shadow</strong>: interpolated via the color, x, y
    2.19 @@ -1186,7 +1186,7 @@
    2.20          </li>
    2.21          <li>
    2.22            <strong>paint server</strong> (SVG): interpolation is only supported
    2.23 -          between</strong>: gradient to gradient and color to color. They then
    2.24 +          between: gradient to gradient and color to color. They then
    2.25            work as above.
    2.26          </li>
    2.27          <li>

mercurial