Skip to content

Commit 52015cd

Browse files
committed
[css2] added 'fixed' value on 'position' property
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40290
1 parent d97ab0b commit 52015cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css2/properties/properties.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
/* clear;; none | left | right | both;; none;; *;; no;; N/A */
5959

6060
/* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A*/
61-
/* position;; absolute | relative | static;; static;; *;; no;; N/A */
61+
/* position;; absolute | relative | fixed | static;; static;; *;; no;; N/A */
6262
/* top;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */
6363
/* bottom;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */
6464
/* left;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */

0 commit comments

Comments
 (0)