Skip to content

Commit ef135bb

Browse files
committed
[css3-box] Added 'flex' and 'inline-flex' to the list of values for
'display' and added a reference to [CSS3-FLEXBOX]. Replaced some "&" by "&" because Prince complained about the "&" (although the way it was used was valid HTML4).
1 parent 0451682 commit ef135bb

1 file changed

Lines changed: 24 additions & 15 deletions

File tree

css-box/Overview.src.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
.equiv-table tr {vertical-align: baseline}
2121
.equiv-table img {max-width: 12em; max-width: 100%}
2222
.minidiagram {height: 5em; vertical-align: middle}
23+
dt {display: inline}
24+
dt + dt::before {content: ", "}
2325
/* Undo the max-width in the 2012 style for editor's drafts: */
2426
body {max-width: none}
2527
</style>
@@ -53,13 +55,16 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 26 Sep 2006]</h2>
5355

5456
<dd><a href="http://www.w3.org/TR/2002/WD-css3-box-20021024"
5557
>http://www.w3.org/TR/2002/WD-css3-box-20021024</a>
58+
5659
<dt>Feedback:</dt>
57-
<dd><a href="mailto:www-style@w3.org?subject=%5B[css-box]%5D%20feedback"
58-
>www-style@w3.org</a>
59-
with subject line &ldquo;<kbd>[css-box]
60-
<var>&hellip; message topic &hellip;</var></kbd>&rdquo;
61-
(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/"
62-
>archives</a>)
60+
61+
<dd><a
62+
href="mailto:www-style@w3.org?subject=%5B[css3-box]%5D%20feedback"
63+
>www-style@w3.org</a> with subject line &ldquo;[css3-box]
64+
<var>&hellip; message topic &hellip;</var>&rdquo; (<a
65+
rel="discussion"
66+
href="http://lists.w3.org/Archives/Public/www-style/"
67+
>archives</a>)
6368

6469
<dt>Editors:
6570

@@ -1082,7 +1087,7 @@ <h3 id=display>The display property</h3>
10821087
table-header-group | table-footer-group | table-row |
10831088
table-column-group | table-column | table-cell | table-caption |
10841089
ruby | ruby-base | ruby-text | ruby-base-group | ruby-text-group |
1085-
container | none
1090+
container | flex | inline-flex | none
10861091
<tr><th>Initial: <td>inline
10871092
<tr><th>Applies to:<td>all elements
10881093
<tr><th>Inherited: <td>no
@@ -1152,7 +1157,8 @@ <h3 id=display>The display property</h3>
11521157
table-footer-group, table-row, table-column-group, table-column,
11531158
table-cell, table-caption <dd>See the Tables module [[CSS3TBL]].
11541159

1155-
<dt>ruby, ruby-base, ruby-text, ruby-base-group, ruby-text-group
1160+
<dt>ruby<dt>ruby-base<dt>ruby-text<dt>ruby-base-group<dt
1161+
>ruby-text-group
11561162
<dd>See the Ruby module [[CSS3RUBY]].
11571163

11581164
<dt>container <span class=issue>or align-box?</span> <dd>Like
@@ -1163,6 +1169,9 @@ <h3 id=display>The display property</h3>
11631169
the <a href="#contain-floats">discussion of how to force an element
11641170
to contain floats.</a>]</span>
11651171

1172+
<dt>flex <dt>inline-flex <dd>See the Flexible Box Layout Module
1173+
[[CSS3-FLEXBOX]].
1174+
11661175
<dt>none <dd>This value causes an element to not appear in the
11671176
formatting structure (i.e., in visual media, the element generates
11681177
no boxes and has no effect on layout). Descendant elements do not
@@ -1901,7 +1910,7 @@ <h2>The width and height properties</h2>
19011910

19021911
<table class=propdef>
19031912
<tr><th>Name: <td><dfn>width</dfn>
1904-
<tr><th>Value: <td>[<var>&lt;length></var> | <var>&lt;percentage></var>] &&
1913+
<tr><th>Value: <td>[<var>&lt;length></var> | <var>&lt;percentage></var>] &amp;&amp;
19051914
[border-box | content-box]? | available | min-content |
19061915
max-content | fit-content | auto
19071916
<tr><th>Initial: <td>auto
@@ -1922,7 +1931,7 @@ <h2>The width and height properties</h2>
19221931

19231932
<table class=propdef>
19241933
<tr><th>Name: <td><dfn>height</dfn>
1925-
<tr><th>Value: <td>[<var>&lt;length></var> | <var>&lt;percentage></var>] &&
1934+
<tr><th>Value: <td>[<var>&lt;length></var> | <var>&lt;percentage></var>] &amp;&amp;
19261935
[border-box | content-box]? | available | min-content |
19271936
max-content | fit-content | complex | auto
19281937
<tr><th>Initial: <td>auto
@@ -2092,7 +2101,7 @@ <h2 id=min-max>The min-width, max-width, min-height and
20922101
<table class=propdef>
20932102
<tr><th>Name: <td><dfn>min-width</dfn>, <dfn>min-height</dfn>
20942103
<tr><th>Value: <td>[ [<var>&lt;length&gt;</var> |
2095-
<var>&lt;percentage&gt;</var>] && [border-box | content-box]? ] |
2104+
<var>&lt;percentage&gt;</var>] &amp;&amp; [border-box | content-box]? ] |
20962105
available | min-content | max-content | fit-content
20972106
<tr><th>Initial: <td>0
20982107
<tr><th>Applies to: <td>all elements but non-replaced
@@ -2113,7 +2122,7 @@ <h2 id=min-max>The min-width, max-width, min-height and
21132122
<table class=propdef>
21142123
<tr><th>Name: <td><dfn>max-width</dfn>, <dfn>max-height</dfn>
21152124
<tr><th>Value: <td>[ [<var>&lt;length&gt;</var> |
2116-
<var>&lt;percentage&gt;</var>] && [border-box | content-box]? ] |
2125+
<var>&lt;percentage&gt;</var>] &amp;&amp; [border-box | content-box]? ] |
21172126
available | min-content | max-content | fit-content | none
21182127
<tr><th>Initial: <td>none
21192128
<tr><th>Applies to: <td>all elements but non-replaced inline
@@ -2760,7 +2769,7 @@ <h2 id=Calculating>Calculating widths, heights and margins</h2>
27602769

27612770
<p>Select from the table the resolved height and width values for the
27622771
appropriate constraint violation. Take the <var>max-width</var> and
2763-
<var>max-height</var> as max(min, max) so that <var>min</var> &#8804
2772+
<var>max-height</var> as max(min, max) so that <var>min</var> &#8804;
27642773
<var>max</var> holds true. In this table <var>w</var> and <var>h</var>
27652774
stand for the results of the width and height computations ignoring
27662775
the 'min-width', 'min-height', 'max-width' and 'max-height'
@@ -3482,7 +3491,7 @@ <h2>The float property</h2>
34823491
<table class=propdef>
34833492
<tr><th>Name: <td><dfn>float</dfn>
34843493
<tr><th>Value: <td>[ left | right | top | bottom | start | end | none |
3485-
<var>&lt;page-floats&gt;</var> ] && contour?
3494+
<var>&lt;page-floats&gt;</var> ] &amp;&amp; contour?
34863495
<tr><th>Initial: <td>none
34873496
<tr><th>Applies to: <td>all, but see text
34883497
<tr><th>Inherited: <td>no
@@ -5640,7 +5649,7 @@ <h2 class=no-num>The ‘float-displace’ property [alternative 3]</h2>
56405649
<td><dfn>float-displace</dfn>
56415650
<tr>
56425651
<td><em>Value:</em>
5643-
<td>auto | &lt;length> && [ block | block-within-page ]?
5652+
<td>auto | &lt;length> &amp;&amp; [ block | block-within-page ]?
56445653
<tr>
56455654
<td><em>Initial:</em>
56465655
<td>line

0 commit comments

Comments
 (0)