Skip to content

Commit ccf52e8

Browse files
committed
[csswg] Add comment about what pre.output actually does.
--HG-- extra : rebase_source : fd50fd3859486384e3daf34ee059d6547230f38f
1 parent e11c2a4 commit ccf52e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

default.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
pre {
196196
margin-top: 1em;
197197
margin-bottom: 1em;
198+
overflow: auto;
198199
}
199200

200201
/** Example Code **************************************************************/
@@ -407,6 +408,9 @@
407408
margin: 1em auto;
408409
}
409410

411+
/* Displaying the output of text layout, particularly when
412+
line-breaking is being invoked, and thus having a
413+
visible width is good. */
410414
pre.output {
411415
margin: 1em;
412416
border: solid thin silver;

0 commit comments

Comments
 (0)