Skip to content

Commit daf5bab

Browse files
committed
spec/css3-regions/regions-use-cases: [Converting hard breaks to named flows]
1 parent 27b958c commit daf5bab

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

spec/css3-regions/regions-use-cases.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,7 @@ Then create a region chain out of the segments, usually giving them a height to
285285
}
286286
</code>
287287

288-
This works only if the class="segment" elements have no direct content, because we only have > * to work with. It would be better if there was an "all content" selector we could use, or if this styling would work for this use case (see https://www.w3.org/Bugs/Public/show_bug.cgi?id=16819)
289-
290-
<code css>
291-
.segment {
292-
flow-into: combined-segments;
293-
flow-from: combined-segments;
294-
height: 50vh;
295-
}
296-
</code>
288+
This works only if the class="segment" elements have no direct content, because we only have > * to work with. It would be better if there was an "all content" selector we could use.
297289
==== Capturing region overflow content ====
298290

299291
{{:spec:css3-regions:regions_region-overflow.jpg?600|}}

0 commit comments

Comments
 (0)