@@ -38,24 +38,23 @@ table-cell | table-caption | none | inherit;; inline;; *;; no;; N/A ;;
3838all */
3939
4040/* float;; left | right | none | inherit;; none;;
41- all elements except positioned and generated content ;; no;; N/A ;; visual */
41+ all but positioned elements and generated content ;; no;; N/A ;; visual */
4242/* clear;; none | left | right | both | inherit;; none;; block-level elements;; no;; N/A ;; visual */
4343
4444/* direction;; ltr | rtl | inherit;; ltr;; all elements, but see prose;; yes;; N/A ;; visual */
4545/* unicode-bidi;; normal | embed | bidi-override | inherit;; normal;; all elements,
4646but see prose;; no;; N/A ;; visual */
4747/* position;; static | relative | absolute | fixed | inherit;;
4848static;; all elements, but not to generated content;; no;; N/A ;; visual */
49- /* top;; <length> | <percentage> | auto | inherit;; auto;; elements
50- with 'position' different than 'static';; no;; refer to height of containing block ;; visual */
51- /* bottom;; <length> | <percentage> | auto | inherit;; auto;; elements
52- with 'position' different than 'static';; no;; refer to height of containing block ;; visual */
53- /* left;; <length> | <percentage> | auto | inherit;; auto;; elements
54- with 'position' different than 'static';; no;; refer to width of containing block ;; visual */
55- /* right;; <length> | <percentage> | auto | inherit;; auto;; elements
56- with 'position' different than 'static';; no;; refer to width of containing block ;; visual */
57-
58- /* z-index;; auto | <integer> | inherit;; auto;; elements with 'position' different than 'static';; no;; N/A ;; visual */
49+ /* top;; <length> | <percentage> | auto | inherit;; auto;; positioned elements;; no;; refer to height of containing block ;; visual */
50+ /* bottom;; <length> | <percentage> | auto | inherit;; auto;;
51+ positioned elements ;; no;; refer to height of containing block ;; visual */
52+ /* left;; <length> | <percentage> | auto | inherit;; auto;; positioned
53+ elements;; no;; refer to width of containing block ;; visual */
54+ /* right;; <length> | <percentage> | auto | inherit;; auto;; positioned
55+ elements;; no;; refer to width of containing block ;; visual */
56+
57+ /* z-index;; auto | <integer> | inherit;; auto;; positioned elements;; no;; N/A ;; visual */
5958
6059/* width;; <length> | <percentage> | auto | inherit;; auto;; all elements but
6160non-replaced inline elements, table rows, and row groups;; no;; refer to width of containing block;; visual */
0 commit comments