Skip to content

Commit b270f08

Browse files
committed
various editorial changes
1 parent 52f41d4 commit b270f08

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css3-values/Overview.src.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
10941094
<!-- <th>Cascaded value</th> -->
10951095
<th>Specified value</th>
10961096
<th>Computed value</th>
1097-
<!-- <th>Used value</th>-->
1097+
<th>Used value</th>
10981098
<th>Actual value</th>
10991099
</tr>
11001100
<tr>
@@ -1104,7 +1104,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11041104
<!-- <td>left</td>-->
11051105
<td>left</td>
11061106
<td>left</td>
1107-
<!-- <td>left</td>-->
1107+
<td>left</td>
11081108
<td>left</td>
11091109
</tr>
11101110
<tr>
@@ -1115,7 +1115,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11151115
<!-- <td>inherit</td> -->
11161116
<td class="say">4.2px</td>
11171117
<td>4.2px</td>
1118-
<!-- <td>4.2px</td>-->
1118+
<td>4.2px</td>
11191119
<td>4px</td>
11201120
</tr>
11211121
<tr>
@@ -1125,7 +1125,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11251125
<!-- <td>(no specified value)</td>-->
11261126
<td>auto (initial&nbsp;value)</td>
11271127
<td>auto</td>
1128-
<!-- <td>120px</td>-->
1128+
<td>120px</td>
11291129
<td>120px</td>
11301130
</tr>
11311131
<tr>
@@ -1135,7 +1135,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11351135
<!-- <td>inherit</td> -->
11361136
<td class="say">inside</td>
11371137
<td>inside</td>
1138-
<!-- <td>inside</td>-->
1138+
<td>inside</td>
11391139
<td>inside</td>
11401140
</tr>
11411141
<tr>
@@ -1145,7 +1145,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11451145
<!-- <td>initial</td>-->
11461146
<td>outside (initial&nbsp;value)</td>
11471147
<td>outside</td>
1148-
<!-- <td>outside</td>-->
1148+
<td>outside</td>
11491149
<td>outside</td>
11501150
</tr>
11511151
<tr>
@@ -1155,7 +1155,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11551155
<!-- <td>1.2em</td>-->
11561156
<td>1.2em</td>
11571157
<td class="say">14.1px</td>
1158-
<!-- <td>14.1px</td>-->
1158+
<td>14.1px</td>
11591159
<td>14px</td>
11601160
</tr>
11611161
<tr>
@@ -1165,7 +1165,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11651165
<!-- <td>80%</td>-->
11661166
<td>80%</td>
11671167
<td>80%</td>
1168-
<!-- <td class="say">354.2px</td>-->
1168+
<td class="say">354.2px</td>
11691169
<td>354px</td>
11701170
</tr>
11711171
<tr>
@@ -1175,7 +1175,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11751175
<!-- <td>auto</td>-->
11761176
<td>auto</td>
11771177
<td>auto</td>
1178-
<!-- <td class="say">134px</td>-->
1178+
<td class="say">134px</td>
11791179
<td>134px</td>
11801180
</tr>
11811181
<tr>
@@ -1185,7 +1185,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11851185
<!-- <td>auto</td>-->
11861186
<td>auto</td>
11871187
<td>auto</td>
1188-
<!-- <td class="say">176px</td>-->
1188+
<td class="say">176px</td>
11891189
<td>176px</td>
11901190
</tr>
11911191
<tr>
@@ -1195,7 +1195,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
11951195
<!-- <td>(no specified value)</td>-->
11961196
<td>auto (initial&nbsp;value)</td>
11971197
<td>auto</td>
1198-
<!-- <td>auto</td>-->
1198+
<td>auto</td>
11991199
<td>auto</td>
12001200
</tr>
12011201
<tr>
@@ -1205,7 +1205,7 @@ <h3>Finding the <dfn>actual value</dfn></h3>
12051205
<!-- <td>3</td>-->
12061206
<td>3</td>
12071207
<td>3</td>
1208-
<!-- <td>3</td>-->
1208+
<td>3</td>
12091209
<td>3</td>
12101210
</tr>
12111211
</tbody>

0 commit comments

Comments
 (0)