Skip to content

Commit 8776b0a

Browse files
committed
[css2] changed reference points for percentage values on top, left, bottom, right
added percentage values to height property --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40501
1 parent a0f828f commit 8776b0a

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

css2/properties/properties.db

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,16 @@
6565

6666
/* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A ;; visual*/
6767
/* position;; static | relative | absolute | fixed;; static;; *;; no;; N/A ;; visual*/
68-
/* top;; <length> | <percentage> | auto ;; auto;; *;; no;; see below ;; visual*/
69-
/* bottom;; <length> | <percentage> | auto ;; auto;; *;; no;; see below ;; visual*/
70-
/* left;; <length> | <percentage> | auto ;; auto;; *;; no;; see below ;; visual*/
71-
/* right;; <length> | <percentage> | auto ;; auto;; *;; no;; see below ;; visual*/
68+
/* top;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to height of containing block ;; visual*/
69+
/* bottom;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to height of containing block ;; visual*/
70+
/* left;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to width of containing block ;; visual*/
71+
/* right;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to width of containing block ;; visual*/
7272

7373
/* z-index;; auto | <integer>;; auto;; elements that may be positioned;; no;; N/A ;; visual*/
7474

75-
/* width;; <length> | <percentage> | auto;; auto;; block-level and replaced elements;; no;; refer to parent element's width ;; visual
76-
*/
75+
/* width;; <length> | <percentage> | auto;; auto;; block-level and replaced elements;; no;; refer to width of containing block ;; visual*/
7776

78-
/* height;; <length> | auto;; auto;; block-level and replaced elements;; no;; refer to parent element's width ;; visual
79-
*/
77+
/* height;; <length> | <percentage> | auto;; auto;; block-level and replaced elements;; no;; see below ;; visual */
8078

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

0 commit comments

Comments
 (0)