Skip to content

Commit 4fc8637

Browse files
committed
[css2] Used term positioned element
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401662
1 parent 0e922cb commit 4fc8637

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

css2/properties/properties.db

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,23 @@ table-cell | table-caption | none | inherit;; inline;; *;; no;; N/A ;;
3838
all */
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,
4646
but see prose;; no;; N/A ;; visual */
4747
/* position;; static | relative | absolute | fixed | inherit;;
4848
static;; 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
6160
non-replaced inline elements, table rows, and row groups;; no;; refer to width of containing block;; visual */

0 commit comments

Comments
 (0)