Skip to content

Commit 22afa40

Browse files
committed
[css2] Added new computed valued for properties that now inherit percentages.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402087
1 parent 4ec53fb commit 22afa40

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

css2/properties/properties.db

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
no;;
2929
refer to width of containing block;;
3030
visual;;
31-
absolute length
31+
the percentage as specified or the absolute length
3232
*/
3333

3434
/* margin-top margin-bottom;;
@@ -39,7 +39,7 @@
3939
no;;
4040
refer to width of containing block;;
4141
visual;;
42-
absolute length
42+
the percentage as specified or the absolute length
4343
*/
4444

4545
/* margin;;
@@ -59,7 +59,7 @@
5959
no;;
6060
refer to width of containing block;;
6161
visual;;
62-
absolute length
62+
the percentage as specified or the absolute length
6363
*/
6464
/* padding;;
6565
<padding-width>{1,4} | inherit;;
@@ -218,7 +218,7 @@ table-cell | table-caption | none | inherit;;
218218
no;;
219219
refer to height of containing block;;
220220
visual;;
221-
absolute length; 'auto' if the property does not apply
221+
the percentage as specified or the absolute length; 'auto' if the property does not apply
222222
*/
223223
/* bottom;;
224224
<length> | <percentage> | auto | inherit;;
@@ -227,7 +227,7 @@ table-cell | table-caption | none | inherit;;
227227
no;;
228228
refer to height of containing block;;
229229
visual;;
230-
absolute length; 'auto' if the property does not apply
230+
the percentage as specified or the absolute length; 'auto' if the property does not apply
231231
*/
232232
/* left;;
233233
<length> | <percentage> | auto | inherit;;
@@ -236,7 +236,7 @@ table-cell | table-caption | none | inherit;;
236236
no;;
237237
refer to width of containing block;;
238238
visual;;
239-
absolute length; 'auto' if the property does not apply
239+
the percentage as specified or the absolute length; 'auto' if the property does not apply
240240
*/
241241
/* right;;
242242
<length> | <percentage> | auto | inherit;;
@@ -245,7 +245,7 @@ table-cell | table-caption | none | inherit;;
245245
no;;
246246
refer to width of containing block;;
247247
visual;;
248-
absolute length; 'auto' if the property does not apply
248+
the percentage as specified or the absolute length; 'auto' if the property does not apply
249249
*/
250250

251251
/* z-index;;
@@ -265,7 +265,7 @@ table-cell | table-caption | none | inherit;;
265265
no;;
266266
refer to width of containing block;;
267267
visual;;
268-
absolute length; 'auto' if the property does not apply
268+
the percentage as specified or the absolute length; 'auto' if the property does not apply
269269
*/
270270

271271
/* height;;
@@ -275,7 +275,7 @@ table-cell | table-caption | none | inherit;;
275275
no;;
276276
see prose;;
277277
visual;;
278-
absolute length; 'auto' if the property does not apply
278+
the percentage as specified or the absolute length; 'auto' if the property does not apply
279279
*/
280280

281281
/* min-width;;
@@ -285,7 +285,7 @@ table-cell | table-caption | none | inherit;;
285285
no;;
286286
refer to width of containing block;;
287287
visual;;
288-
absolute length
288+
the percentage as specified or the absolute length
289289
*/
290290
/* max-width;;
291291
<length> | <percentage> | none | inherit;;
@@ -294,7 +294,7 @@ table-cell | table-caption | none | inherit;;
294294
no;;
295295
refer to width of containing block;;
296296
visual;;
297-
absolute length or 'none'
297+
the percentage as specified or the absolute length or 'none'
298298
*/
299299
/* min-height;;
300300
<length> | <percentage> | inherit;;
@@ -303,7 +303,7 @@ table-cell | table-caption | none | inherit;;
303303
no;;
304304
refer to height of containing block;;
305305
visual;;
306-
absolute length
306+
the percentage as specified or the absolute length
307307
*/
308308
/* max-height;;
309309
<length> | <percentage> | none | inherit;;
@@ -312,7 +312,7 @@ table-cell | table-caption | none | inherit;;
312312
no;;
313313
refer to height of containing block;;
314314
visual;;
315-
absolute length or 'none'
315+
the percentage as specified or the absolute length or 'none'
316316
*/
317317

318318
/* line-height;;
@@ -540,7 +540,7 @@ table-cell | table-caption | none | inherit;;
540540
yes;;
541541
refer to width of containing block;;
542542
visual;;
543-
absolute length
543+
the percentage as specified or the absolute length
544544
*/
545545

546546
/* text-align;;

0 commit comments

Comments
 (0)