File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7878boxes 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
8588parent's width ;; visual */
You can’t perform that action at this time.
0 commit comments