Skip to content

Commit f40fdb8

Browse files
committed
[css-flexbox] Remove all the propdef lines that don't apply to shorthands.
1 parent 1411e82 commit f40fdb8

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,13 +1119,6 @@ Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
11191119
<pre class='propdef shorthand'>
11201120
Name: flex-flow
11211121
Value: <'flex-direction'> || <'flex-wrap'>
1122-
Initial: row nowrap
1123-
Applies to: <a>flex containers</a>
1124-
Inherited: no
1125-
Percentages: n/a
1126-
Computed value: specified value
1127-
Media: visual
1128-
Animation type: discrete
11291122
</pre>
11301123

11311124
The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties,
@@ -1491,11 +1484,6 @@ The 'flex' Shorthand</h3>
14911484
<pre class='propdef shorthand'>
14921485
Name: flex
14931486
Value: none | [ <<'flex-grow'>> <<'flex-shrink'>>? || <<'flex-basis'>> ]
1494-
Initial: 1 0 auto
1495-
Applies to: <a>flex items</a>
1496-
Inherited: no
1497-
Media: visual
1498-
Canonical order: per grammar
14991487
</pre>
15001488

15011489
The 'flex' property specifies the components of a <dfn>flexible length</dfn>:

0 commit comments

Comments
 (0)