Skip to content

Commit 822c2c2

Browse files
committed
[css2] Initial value of min-width is now '0' instead of UA-dependent
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401997
1 parent 7dde728 commit 822c2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ table-cell | table-caption | none | inherit;;
278278

279279
/* min-width;;
280280
<length> | <percentage> | inherit;;
281-
UA dependent;;
281+
0;;
282282
all elements except non-replaced inline elements and table elements;;
283283
no;;
284284
refer to width of containing block;;
@@ -331,7 +331,7 @@ table-cell | table-caption | none | inherit;;
331331
no;;
332332
refer to the 'line-height' of the element itself;;
333333
visual;;
334-
for <percentage> amd <length> the absolute length, otherwise as specified
334+
for <percentage> and <length> the absolute length, otherwise as specified
335335
*/
336336

337337
/* overflow;;

0 commit comments

Comments
 (0)