Skip to content

Commit 084fdf8

Browse files
committed
Added issue about the syntax of flex(), in preparation for publication.
1 parent 4449ce7 commit 084fdf8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<div class=head>
2222
<h1 id=head-box-flexible>Flexible Box Layout Module</h1>
2323

24-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 1 March 2011</h2>
24+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 21 March 2011</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

29-
<dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110301/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110301/</a></dd> -->
29+
<dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110321/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110321/</a></dd> -->
3030
<a
3131
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
3232

@@ -634,7 +634,10 @@ <h3 id=flex-function><span class=secno>5.2. </span> The &lsquo;<code
634634
a &lt;length> or a &lt;percentage>, or the keyword &lsquo;<code
635635
class=css>auto</code>&rsquo; - anything else is a syntax error. This
636636
argument is also optional; if omitted, it defaults to &lsquo;<code
637-
class=css>0</code>&rsquo;.</p>
637+
class=css>0</code>&rsquo;.
638+
639+
<p class=issue>The precise syntax of the flex() function is still under
640+
discussion.</p>
638641
<!-- ====================================================================== -->
639642

640643
<h2 id=flex-pack><span class=secno>6. </span> The &lsquo;<a

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ <h3 id=flex-function>
425425
anything else is a syntax error. This argument is also optional; if omitted,
426426
it defaults to ''0''.</p>
427427

428+
<p class=issue>The precise syntax of the flex() function is still under discussion.</p>
429+
428430

429431
<!-- ====================================================================== -->
430432

0 commit comments

Comments
 (0)