@@ -124,6 +124,16 @@ <h4 class="list-group-item-heading">Auto-placement form</h4>
124
124
</ p >
125
125
< p > Example of auto-placement grid applied to a simple form. Span is not supported yet as you can see in the buttons row.</ p >
126
126
</ li >
127
+ < li class ="list-group-item ">
128
+ < h4 class ="list-group-item-heading "> Auto-placement span</ h4 >
129
+ < p > Span is not supported yet as you can see in the example.</ p >
130
+ < p >
131
+ < a href ="autoplacement-span.html " class ="label label-primary "> example</ a >
132
+ < a href ="https://github.com/Igalia/css-grid-layout/blob/master/autoplacement-span.html " class ="label label-success "> html</ a >
133
+ < a href ="https://github.com/Igalia/css-grid-layout/blob/master/autoplacement-span.png " class ="label label-info "> screenshot</ a >
134
+ < a href ="http://www.w3.org/TR/css-grid/#grid-auto-flow-property " class ="label label-warning "> spec</ a >
135
+ </ p >
136
+ </ li >
127
137
< li class ="list-group-item ">
128
138
< h4 class ="list-group-item-heading "> z-index</ h4 >
129
139
< p >
@@ -134,11 +144,6 @@ <h4 class="list-group-item-heading">z-index</h4>
134
144
</ p >
135
145
< p > Example with several overlaping grid items where painting order is defined by the implicit DOM order and different z-index values.</ p >
136
146
</ li >
137
- </ ul >
138
- </ div >
139
- < div class ="panel panel-default ">
140
- < div class ="panel-heading "> < h3 > Issues (Blink/WebKit)</ h3 > </ div >
141
- < ul class ="list-group ">
142
147
< li class ="list-group-item ">
143
148
< h4 class ="list-group-item-heading "> DOM order</ h4 >
144
149
< p >
@@ -159,16 +164,6 @@ <h4 class="list-group-item-heading">Repaint</h4>
159
164
</ p >
160
165
< p > Items that expands to several cells are painted more than once.</ p >
161
166
</ li >
162
- < li class ="list-group-item ">
163
- < h4 class ="list-group-item-heading "> Auto-placement span</ h4 >
164
- < p > Span is not supported yet as you can see in the example.</ p >
165
- < p >
166
- < a href ="autoplacement-span.html " class ="label label-primary "> example</ a >
167
- < a href ="https://github.com/Igalia/css-grid-layout/blob/master/autoplacement-span.html " class ="label label-success "> html</ a >
168
- < a href ="https://github.com/Igalia/css-grid-layout/blob/master/autoplacement-span.png " class ="label label-info "> screenshot</ a >
169
- < a href ="http://www.w3.org/TR/css-grid/#grid-auto-flow-property " class ="label label-warning "> spec</ a >
170
- </ p >
171
- </ li >
172
167
</ ul >
173
168
</ div >
174
169
</ div >
0 commit comments