|
17 | 17 | position: relative;
|
18 | 18 | border: solid;
|
19 | 19 | text-orientation: sideways;
|
20 |
| - font-family: Ahem; |
| 20 | + font: 15px/1 Ahem; |
21 | 21 | }
|
22 | 22 |
|
23 | 23 | .columns { grid-template-columns: 100px 100px; }
|
|
66 | 66 | <div style="height: 200px">
|
67 | 67 | <pre>min-content-sized rows - items with relative height</pre>
|
68 | 68 | <div class="inline-grid alignItemsBaseline columns min-content-rows">
|
69 |
| - <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="100" data-expected-height="80">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
70 |
| - <div class="firstRowSecondColumn height200Percent" data-offset-x="100" data-offset-y="0" data-expected-width="100" data-expected-height="160"></div> |
71 |
| - <div class="autoRowAutoColumnSpanning2 height25" data-offset-x="0" data-offset-y="80" data-expected-width="200" data-expected-height="25"></div> |
| 69 | + <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="100" data-expected-height="75">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
| 70 | + <div class="firstRowSecondColumn height200Percent" data-offset-x="100" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div> |
| 71 | + <div class="autoRowAutoColumnSpanning2 height25" data-offset-x="0" data-offset-y="75" data-expected-width="200" data-expected-height="25"></div> |
72 | 72 | </div>
|
73 | 73 | </div>
|
74 | 74 |
|
75 | 75 | <div style="height: 200px">
|
76 | 76 | <pre>max-content-sized rows - items with relative height</pre>
|
77 | 77 | <div class="inline-grid alignItemsBaseline columns max-content-rows">
|
78 |
| - <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="100" data-expected-height="80">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
79 |
| - <div class="firstRowSecondColumn height200Percent" data-offset-x="100" data-offset-y="0" data-expected-width="100" data-expected-height="160"></div> |
80 |
| - <div class="autoRowAutoColumnSpanning2 height25" data-offset-x="0" data-offset-y="80" data-expected-width="200" data-expected-height="25"></div> |
| 78 | + <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="100" data-expected-height="75">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
| 79 | + <div class="firstRowSecondColumn height200Percent" data-offset-x="100" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div> |
| 80 | + <div class="autoRowAutoColumnSpanning2 height25" data-offset-x="0" data-offset-y="75" data-expected-width="200" data-expected-height="25"></div> |
81 | 81 | </div>
|
82 | 82 | </div>
|
83 | 83 |
|
84 | 84 | <div style="height: 200px">
|
85 | 85 | <pre>fit-content-sized rows - items with relative height</pre>
|
86 | 86 | <div class="inline-grid alignItemsBaseline columns fit-content-rows">
|
87 |
| - <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="100" data-expected-height="80">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
88 |
| - <div class="firstRowSecondColumn height200Percent" data-offset-x="100" data-offset-y="0" data-expected-width="100" data-expected-height="160"></div> |
89 |
| - <div class="autoRowAutoColumnSpanning2 height25" data-offset-x="0" data-offset-y="80" data-expected-width="200" data-expected-height="25"></div> |
| 87 | + <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="100" data-expected-height="75">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
| 88 | + <div class="firstRowSecondColumn height200Percent" data-offset-x="100" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div> |
| 89 | + <div class="autoRowAutoColumnSpanning2 height25" data-offset-x="0" data-offset-y="75" data-expected-width="200" data-expected-height="25"></div> |
90 | 90 | </div>
|
91 | 91 | </div>
|
92 | 92 |
|
|
120 | 120 | <div style="height: 250px">
|
121 | 121 | <pre>min-content-sized columns - items with relative width</pre>
|
122 | 122 | <div class="inline-grid justifyItemsBaseline rows min-content-columns">
|
123 |
| - <div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="80" data-expected-height="100">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
124 |
| - <div class="secondRowFirstColumn verticalRL width200Percent" data-offset-x="0" data-offset-y="100" data-expected-width="160" data-expected-height="100"></div> |
125 |
| - <div class="firstRowSpanning2AutoColumn verticalRL width25" data-offset-x="80" data-offset-y="0" data-expected-width="25" data-expected-height="200"></div> |
| 123 | + <div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="75" data-expected-height="100">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
| 124 | + <div class="secondRowFirstColumn verticalRL width200Percent" data-offset-x="0" data-offset-y="100" data-expected-width="150" data-expected-height="100"></div> |
| 125 | + <div class="firstRowSpanning2AutoColumn verticalRL width25" data-offset-x="75" data-offset-y="0" data-expected-width="25" data-expected-height="200"></div> |
126 | 126 | </div>
|
127 | 127 | </div>
|
128 | 128 |
|
129 | 129 | <div style="height: 250px">
|
130 | 130 | <pre>max-content-sized columns - items with relative width</pre>
|
131 | 131 | <div class="inline-grid justifyItemsBaseline rows max-content-columns">
|
132 |
| - <div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="80" data-expected-height="100">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
133 |
| - <div class="secondRowFirstColumn verticalRL width200Percent" data-offset-x="0" data-offset-y="100" data-expected-width="160" data-expected-height="100"></div> |
134 |
| - <div class="firstRowSpanning2AutoColumn verticalRL width25" data-offset-x="80" data-offset-y="0" data-expected-width="25" data-expected-height="200"></div> |
| 132 | + <div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="75" data-expected-height="100">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
| 133 | + <div class="secondRowFirstColumn verticalRL width200Percent" data-offset-x="0" data-offset-y="100" data-expected-width="150" data-expected-height="100"></div> |
| 134 | + <div class="firstRowSpanning2AutoColumn verticalRL width25" data-offset-x="75" data-offset-y="0" data-expected-width="25" data-expected-height="200"></div> |
135 | 135 | </div>
|
136 | 136 | </div>
|
137 | 137 |
|
138 | 138 | <div style="height: 250px">
|
139 | 139 | <pre>fit-content-sized columns - items with relative width</pre>
|
140 | 140 | <div class="inline-grid justifyItemsBaseline rows fit-content-columns">
|
141 |
| - <div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="80" data-expected-height="100">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
142 |
| - <div class="secondRowFirstColumn verticalRL width200Percent" data-offset-x="0" data-offset-y="100" data-expected-width="160" data-expected-height="100"></div> |
143 |
| - <div class="firstRowSpanning2AutoColumn verticalRL width25" data-offset-x="80" data-offset-y="0" data-expected-width="25" data-expected-height="200"></div> |
| 141 | + <div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="75" data-expected-height="100">ÉÉ É ÉÉ ÉÉÉÉ É ÉÉ ÉÉÉ ÉÉ É</div> |
| 142 | + <div class="secondRowFirstColumn verticalRL width200Percent" data-offset-x="0" data-offset-y="100" data-expected-width="150" data-expected-height="100"></div> |
| 143 | + <div class="firstRowSpanning2AutoColumn verticalRL width25" data-offset-x="75" data-offset-y="0" data-expected-width="25" data-expected-height="200"></div> |
144 | 144 | </div>
|
145 | 145 | </div>
|
146 | 146 |
|
|
0 commit comments