Skip to content

Commit fcda5f6

Browse files
committed
spec/css3-regions/complex-layout-example: edited
1 parent a88320a commit fcda5f6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

spec/css3-regions/complex-layout-example.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
This large example served as the motivational example in the introduction of the spec for a few years. It shows a complex layout using a lot of features, in some cases in a forced way just to include a feature. The example will be replaced in the spec with smaller, more focused examples.
22

3+
=== Intro ===
4+
5+
=== Code ===
6+
7+
This was originally included in Appendix A with this note:
8+
9+
A multi-column element is used for #region2, which is a bit gratuitous here (because grid cells could be used). The reason to use a multi-column element is to illustrate that regions can be multi-column.
10+
11+
Similarly, the last region breaks out of the grid in this example merely to show that regions in a region chain do not need to share a single parent.
12+
313
<code css>
414
<style>
515
#grid {

0 commit comments

Comments
 (0)