Skip to content

Commit 941463d

Browse files
committed
[css-transitions] Fix reasonable bikeshed fatal error: fix quoting of values (not properties).
1 parent 7324e92 commit 941463d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-transitions/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
709709
class=css>start</code>’ or ‘<code class=css>end</code>’, and
710710
specifies the point at which the change of values occur within the
711711
interval. If the second parameter is omitted, it is given the value
712-
<code class=property>end</code>’.
712+
<code class=css>end</code>’.
713713

714714
<dt> cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;,
715715
&lt;number&gt;)

css-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ <h3 id="transition-timing-function-property"><a id="transition-timing-function_t
649649
The second parameter, which is optional, is
650650
either the value ''start'' or ''end'', and specifies the point
651651
at which the change of values occur within the interval.
652-
If the second parameter is omitted, it is given the value 'end'.
652+
If the second parameter is omitted, it is given the value ''end''.
653653
</dd>
654654
<dt>
655655
cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;, &lt;number&gt;)

0 commit comments

Comments
 (0)