Skip to content

Commit e342e82

Browse files
committed
1 parent c107c3e commit e342e82

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@
206206

207207
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
208208

209-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 8 August 2012</h2>
209+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 13 August 2012</h2>
210210

211211
<dl>
212212
<dt>This version:
213-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120808/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120808/</a>-->
213+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120813/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120813/</a>-->
214214

215215

216216
<dd><a
@@ -2166,7 +2166,7 @@ <h4 id=flex-grow-property><span class=secno>7.3.1. </span> The ‘<a
21662166
<tr>
21672167
<th>Initial:
21682168

2169-
<td><code class=css>0</code>
2169+
<td>0
21702170

21712171
<tr>
21722172
<th>Applies to:
@@ -2224,7 +2224,7 @@ <h4 id=flex-shrink-property><span class=secno>7.3.2. </span> The ‘<a
22242224
<tr>
22252225
<th>Initial:
22262226

2227-
<td><code class=css>1</code>
2227+
<td>1
22282228

22292229
<tr>
22302230
<th>Applies to:
@@ -4116,7 +4116,7 @@ <h2 class=no-num id=property>Property index</h2>
41164116

41174117
<td>&lt;number>
41184118

4119-
<td>‘0’
4119+
<td>0
41204120

41214121
<td>flex items
41224122

@@ -4131,7 +4131,7 @@ <h2 class=no-num id=property>Property index</h2>
41314131

41324132
<td>&lt;number>
41334133

4134-
<td>‘1’
4134+
<td>1
41354135

41364136
<td>flex items
41374137

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ <h4 id='flex-grow-property'>
16261626
<td>&lt;number>
16271627
<tr>
16281628
<th>Initial:
1629-
<td>''0''
1629+
<td>0
16301630
<tr>
16311631
<th>Applies to:
16321632
<td>flex items
@@ -1663,7 +1663,7 @@ <h4 id='flex-shrink-property'>
16631663
<td>&lt;number>
16641664
<tr>
16651665
<th>Initial:
1666-
<td>''1''
1666+
<td>1
16671667
<tr>
16681668
<th>Applies to:
16691669
<td>flex items

0 commit comments

Comments
 (0)