Skip to content

Commit 1f0dcb6

Browse files
committed
[css2] changes to min/max width and height: PLEASE VERIFY: they do not apply to table elements or non-replaced inline elements; removed link on background-position
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401561
1 parent e398825 commit 1f0dcb6

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

css2/properties/properties.db

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,20 @@ non-replaced inline elements, table columns, and column groups;;
6363
no;; see prose ;; visual */
6464

6565
/* min-width;; <length> | <percentage> | inherit;; UA dependent;;
66-
all elements except non-replaced inline elements;; no;; refer to
66+
all elements except non-replaced inline elements and table elements;;
67+
no;; refer to
6768
width of containing block ;; visual */
6869
/* max-width;; <length> | <percentage> | none | inherit;; none;;
69-
all elements except non-replaced inline elements;; no;; refer to
70+
all elements except non-replaced inline elements and table
71+
elements;; no;; refer to
7072
width of containing block ;; visual */
7173
min-height: <length> | <percentage>
72-
/* min-height;; <length> | <percentage> | inherit;; 0;; *;; no;; refer to
73-
height of containing block ;; visual */
74-
/* max-height;; <length> | <percentage> | none | inherit;; none;; *;; no;; refer to
75-
height of containing block ;; visual */
74+
/* min-height;; <length> | <percentage> | inherit;; 0;;
75+
all elements except non-replaced inline elements and table elements;;
76+
no;; refer to height of containing block ;; visual */
77+
/* max-height;; <length> | <percentage> | none | inherit;; none;;
78+
all elements except non-replaced inline elements and table elements;;
79+
no;; refer to height of containing block ;; visual */
7680

7781
/* line-height;; normal | <number> | <length> | <percentage> | inherit;; normal;;
7882
*;; yes;; refer to the font size of the element itself ;;
@@ -113,7 +117,7 @@ no;; refer to the size of the box itself ;; visual
113117
/* background;;
114118
[<'background-color'> || <'background-image'> || <'background-repeat'>
115119
|| <'background-attachment'> || <'background-position'>] | inherit;;
116-
XX;; *;; no;; allowed on <'background-position'> ;; visual
120+
XX;; *;; no;; allowed on 'background-position' ;; visual
117121
*/
118122

119123
/* font-family;;

0 commit comments

Comments
 (0)