Skip to content

Commit ecad2c2

Browse files
committed
[css2] Fixes to width and height
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40620
1 parent c79d50c commit ecad2c2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ elements that generated absolutely positioned and floated boxes ;; no;; N/A ;; v
7777
/* z-index;; auto | <integer>;; auto;; elements generating
7878
boxes outside the normal flow;; no;; N/A ;; visual */
7979

80-
/* width;; <length> | <percentage> | auto;; auto;; block-level and replaced elements;; no;; refer to width of containing block ;; visual */
80+
/* width;; <length> | <percentage> | auto;; auto;; all elements but
81+
non-replaced inline elements or table rows and row groups;; no;; refer to width of containing block;; visual */
8182

82-
/* height;; <length> | <percentage> | auto;; auto;; block-level and replaced elements;; no;; see prose ;; visual */
83+
/* height;; <length> | <percentage> | auto;; auto;; all elements but
84+
non-replaced inline elements and table columns and column groups;;
85+
no;; see prose ;; visual */
8386

8487
/* min-width;; <length> | <percentage>;; 0;; all;; no;; refer to
8588
parent's width ;; visual */

0 commit comments

Comments
 (0)