Skip to content

Commit 06d0f0d

Browse files
committed
[css2] Made initial value of 'min-width' UA-dependent instead of 0.
Added 'none' as value to 'max-width' and 'max-height' and made it the intitial value. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401543
1 parent 22d1f65 commit 06d0f0d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

css2/properties/properties.db

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,16 @@ non-replaced inline elements, table rows, and row groups;; no;; refer to width o
6262
non-replaced inline elements, table columns, and column groups;;
6363
no;; see prose ;; visual */
6464

65-
/* min-width;; <length> | <percentage> | inherit;; 0;; *;; no;; refer to
65+
/* min-width;; <length> | <percentage> | inherit;; UA dependent;;
66+
all elements except non-replaced inline elements;; no;; refer to
6667
width of containing block ;; visual */
67-
/* max-width;; <length> | <percentage> | inherit;; 100%;; *;; no;; refer to
68+
/* max-width;; <length> | <percentage> | none | inherit;; none;;
69+
all elements except non-replaced inline elements;; no;; refer to
6870
width of containing block ;; visual */
6971
min-height: <length> | <percentage>
7072
/* min-height;; <length> | <percentage> | inherit;; 0;; *;; no;; refer to
7173
height of containing block ;; visual */
72-
/* max-height;; <length> | <percentage> | inherit;; 100%;; *;; no;; refer to
74+
/* max-height;; <length> | <percentage> | none | inherit;; none;; *;; no;; refer to
7375
height of containing block ;; visual */
7476

7577
/* line-height;; normal | <number> | <length> | <percentage> | inherit;; normal;;

0 commit comments

Comments
 (0)