Skip to content

Commit

Permalink
Add flow-root (for #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jul 4, 2017
1 parent aa242f4 commit ec84f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/css-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@
<value name="flow" version="3.0" browsers="none">
<desc>The element lays out its contents using flow layout (block-and-inline layout).</desc>
</value>
<value name="flow-root" version="3.0" browsers="none">
<value name="flow-root" version="3.0" browsers="C58,FF53">
<desc>The element generates a block container box, and lays out its contents using flow layout.</desc>
</value>
<value name="grid" version="3.0" browsers="FF52,C57,S10.1,O44">
Expand Down
5 changes: 5 additions & 0 deletions src/data/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2220,6 +2220,10 @@
"name": "flexbox",
"browsers": "O12.1"
},
{
"name": "flow-root",
"browsers": "C58,FF53"
},
{
"name": "grid",
"browsers": "FF52,C57,S10.1,O44"
Expand Down Expand Up @@ -11249,6 +11253,7 @@
"block": "The element generates a block-level box",
"flex": "The element generates a principal flex container box and establishes a flex formatting context.",
"flexbox": "The element lays out its contents using flow layout (block-and-inline layout). Standardized as 'flex'.",
"flow-root": "The element generates a block container box, and lays out its contents using flow layout.",
"grid": "The element generates a principal grid container box, and establishes a grid formatting context.",
"inline-block": "A block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the box itself is formatted as an inline box.",
"inline-flex": "Inline-level flex container.",
Expand Down

0 comments on commit ec84f33

Please sign in to comment.