Skip to content

Commit c9f646e

Browse files
committed
[css-transitions] Fix reasonable bikeshed fatal error: fix quoting of values (not properties).
1 parent 672efe0 commit c9f646e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-transitions/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
932932
<code class=property>background-color</code>’ would have its new
933933
value (‘<code class=css>green</code>’) is ‘<code
934934
class=css>2s</code>’, so the transition from ‘<code
935-
class=property>blue</code>’ to ‘<code class=property>green</code>
936-
takes 2 seconds. However, when the list item leaves the :hover state, the
935+
class=css>blue</code>’ to ‘<code class=css>green</code> takes 2
936+
seconds. However, when the list item leaves the :hover state, the
937937
transition from ‘<code class=css>green</code>’ to ‘<code
938938
class=css>blue</code>’ takes 1 second.
939939
</div>

css-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ <h2 id="starting">
905905
When a list item with these style rules enters the :hover
906906
state, the computed 'transition-duration' at the time that
907907
'background-color' would have its new value (''green'') is ''2s'',
908-
so the transition from 'blue' to 'green' takes 2 seconds.
908+
so the transition from ''blue'' to ''green'' takes 2 seconds.
909909
However, when the list item leaves the :hover state, the
910910
transition from ''green'' to ''blue'' takes 1 second.
911911
</p>

0 commit comments

Comments
 (0)