8000 [css-transitions] Fix newline to match bikeshed's strange handling of… · w3c/csswg-drafts@a208d6a · GitHub
Skip to content

Commit a208d6a

Browse files
committed
[css-transitions] Fix newline to match bikeshed's strange handling of <pre>.
1 parent 0820456 commit a208d6a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

8000

css-transitions/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,8 @@ url: http://dev.w3.org/csswg/css-color-3/#html4; type: value; text: green;
915915
transition, these values will be used for the transitions
916916
<em>to</em> the associated transitioning values. For example:
917917
</p>
918-
<pre>li {
918+
<pre>
919+
li {
919920
transition: background-color linear 1s;
920921
background: blue;
921922
}

css-transitions/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,8 @@ <h2 class="heading settled" data-level="3" id="starting"><span class="secno">3.
14771477
</p>
14781478

14791479

1480-
<pre>li { transition: background-color linear 1s;
1480+
<pre>li {
1481+
transition: background-color linear 1s;
14811482
background: blue;
14821483
}
14831484
li:hover {

0 commit comments

Comments
 (0)