[css-transitions] Fix reasonable bikeshed fatal error: fix quoting of values (not properties).

Mon, 27 Jan 2014 21:30:43 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 27 Jan 2014 21:30:43 -0800
changeset 9838
c586bf5073db
parent 9837
8ed9fc759a5e
child 9839
70f866e75afd

[css-transitions] Fix reasonable bikeshed fatal error: fix quoting of values (not properties).

css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.html	Mon Jan 27 21:22:06 2014 -0800
     1.2 +++ b/css-transitions/Overview.html	Mon Jan 27 21:30:43 2014 -0800
     1.3 @@ -709,7 +709,7 @@
     1.4      class=css>start</code>’ or ‘<code class=css>end</code>’, and
     1.5      specifies the point at which the change of values occur within the
     1.6      interval. If the second parameter is omitted, it is given the value
     1.7 -    ‘<code class=property>end</code>’.
     1.8 +    ‘<code class=css>end</code>’.
     1.9  
    1.10     <dt> cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;,
    1.11      &lt;number&gt;)
     2.1 --- a/css-transitions/Overview.src.html	Mon Jan 27 21:22:06 2014 -0800
     2.2 +++ b/css-transitions/Overview.src.html	Mon Jan 27 21:30:43 2014 -0800
     2.3 @@ -649,7 +649,7 @@
     2.4            The second parameter, which is optional, is
     2.5            either the value ''start'' or ''end'', and specifies the point
     2.6            at which the change of values occur within the interval.
     2.7 -          If the second parameter is omitted, it is given the value 'end'.
     2.8 +          If the second parameter is omitted, it is given the value ''end''.
     2.9          </dd>
    2.10          <dt>
    2.11            cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)

mercurial