提交 670516b5 编写于 作者: D David Storey

Add grid-auto-flow CSS property

上级 4184f2a4
......@@ -5461,6 +5461,14 @@
<value name="minmax()" version="3.0" browsers="all" />
</values>
</entry>
<entry name="grid-auto-flow" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css-grid-1/#propdef-grid-auto-flow" syntax="div { $(name): column; }">
<desc>Controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.</desc>
<values>
<value name="row" version="3.0" browsers="all" />
<value name="column" version="3.0" browsers="all" />
<value name="dense" version="3.0" browsers="all" />
</values>
</entry>
<entry name="grid-auto-rows" restriction="length, percentage" version="3.0" browsers="none" ref="http://www.w3.org/TR/css-grid-1/#propdef-grid-auto-rows" syntax="div { $(name): 100px; }">
<desc>Specifies the size of implicitly created rows.</desc>
<values>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册