Skip to content

Commit b7bde8a

Browse files
committed
[css-flexbox-1] Set status back to ED, after publishing the LC
1 parent 9e39add commit b7bde8a

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<pre class='metadata'>
44
Shortname: css-flexbox
55
Level: 1
6-
Status: LCWD
7-
Date: 2014-03-25
8-
Deadline: 2014-04-21
6+
Status: ED
7+
!Date: 2014-03-25
8+
!Deadline: 2014-04-22
99
Group: csswg
1010
ED: http://dev.w3.org/csswg/css-flexbox/
11-
TR: http://www.w3.org/TR/css-flexbox/
11+
TR: http://www.w3.org/TR/css-flexbox-1/
1212
Previous Version: http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/
1313
Previous Version: http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/
1414
Previous Version: http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/
@@ -347,7 +347,7 @@ Overview</h3>
347347
<div class="col"></div>
348348
<div class="desc">
349349
<img src="images/computer.jpg" alt='You get: a white computer with matching keyboard and monitor.'>
350-
<h1 style="font-size: 1.4em;">Computer Starter Kit</h1>
350+
<h1 id=quiet-pubrules-1 style="font-size: 1.4em;">Computer Starter Kit</h1>
351351
<p>
352352
This is the best computer money can buy,
353353
if you don't have much money.
@@ -360,7 +360,7 @@ Overview</h3>
360360
</div>
361361
<div class="desc">
362362
<img src="images/printer.png" alt='You get: beautiful ASCII art.'>
363-
<h1 style="font-size: 1.4em;">Printer</h1>
363+
<h1 id=quiet-pubrules-2 style="font-size: 1.4em;">Printer</h1>
364364
<p>
365365
Only capable of printing
366366
ASCII art.
@@ -1093,7 +1093,7 @@ Reordering and Accessibility</h4>
10931093
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
10941094
Likewise, 'order' does not affect
10951095
the default traversal order of sequential navigation modes
1096-
(such as cycling through links, see e.g. 'nav-index' [[CSS3UI]] or <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a> [[HTML40]]).
1096+
(such as cycling through links, see e.g. 'nav-index' [[CSS3UI]] or <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-tabindex"><code>tabindex</code></a> [[HTML40]]).
10971097
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
10981098
style sheets that use 'order' to perform logical reordering are non-conforming.
10991099

@@ -2839,8 +2839,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
28392839
to help ensure that the item is large enough to fit its contents.
28402840
<p class='note'>
28412841
It is intended that this will compute to the ''min-content'' keyword
2842-
when the specification defining it (<a href="http://www.w3.org/TR/css3-writing-modes/#intrinsic-sizing">Writing Modes Appendix D</a>)
2843-
is sufficiently mature.</p>
2842+
when the specification defining it ([[CSS3-SIZING]]) is sufficiently mature.
28442843
</del>
28452844
<ins>
28462845
<p>On a <a>flex item</a> whose 'overflow' is not ''overflow/visible'',

0 commit comments

Comments
 (0)