|
11 | 11 |
|
12 | 12 | <meta content="CSS Flexible Box Layout Module" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2012-12-04 name=dcterms.issued> |
| 14 | + <meta content=2013-01-12 name=dcterms.issued> |
15 | 15 | <meta content="http://dev.w3.org/csswg/css3-flexbox/" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-flexbox-20121204/" |
| 17 | + <meta content="http://www.w3.org/TR/2013/ED-css3-flexbox-20130112/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet |
20 | 20 | type="text/css"> |
|
217 | 217 |
|
218 | 218 | <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1> |
219 | 219 |
|
220 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 4 December 2012</h2> |
| 220 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 12 January 2013</h2> |
221 | 221 |
|
222 | 222 | <dl> |
223 | 223 | <dt>This version: |
224 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20121204/">http://www.w3.org/TR/2012/CR-css3-flexbox-20121204/</a>--> |
| 224 | + <!--<dd><a href="http://www.w3.org/TR/2013/ED-css3-flexbox-20130112/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130112/</a>--> |
225 | 225 |
|
226 | 226 | <dd><a |
227 | 227 | href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a> |
@@ -282,7 +282,7 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 4 December 2012</h2> |
282 | 282 | <!--begin-copyright--> |
283 | 283 | <p class=copyright><a |
284 | 284 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
285 | | - rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr |
| 285 | + rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr |
286 | 286 | title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a |
287 | 287 | href="http://www.csail.mit.edu/"><abbr |
288 | 288 | title="Massachusetts Institute of Technology">MIT</abbr></a>, <a |
@@ -1864,7 +1864,7 @@ <h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2> |
1864 | 1864 | .item { |
1865 | 1865 | width: 80px; |
1866 | 1866 | } |
1867 | | -<style> |
| 1867 | +</style> |
1868 | 1868 |
|
1869 | 1869 | <div id="flex"> |
1870 | 1870 | <div class='item'>1</div> |
@@ -3869,10 +3869,10 @@ <h3 class=no-num id=normative>Normative references</h3> |
3869 | 3869 | <dt id=CSS21>[CSS21] |
3870 | 3870 |
|
3871 | 3871 | <dd>Bert Bos; et al. <a |
3872 | | - href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style |
| 3872 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style |
3873 | 3873 | Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June |
3874 | 3874 | 2011. W3C Recommendation. URL: <a |
3875 | | - href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> |
| 3875 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a> |
3876 | 3876 | </dd> |
3877 | 3877 | <!----> |
3878 | 3878 |
|
|
0 commit comments