Skip to content

Commit 9010968

Browse files
committed
[css2] Changed position of property def
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40260
1 parent b9b3dbc commit 9010968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
/* display;; block | inline | list-item | none;; block;; *;; no;; N/A */
5757
/* float;; left | right | none;; none;; *;; no;; N/A */
5858
/* clear;; none | left | right | both;; none;; *;; no;; N/A */
59-
59+
60+
/* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A*/
6061
/* position;; absolute | relative | static;; static;; *;; no;; N/A */
6162
/* top;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */
6263
/* bottom;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */
@@ -298,7 +299,6 @@ auto;; *;; yes;; N/A
298299
#For tables:
299300
/* column-span;; <integer>;; 1;; cell, column, and column-group elements;; no;; N/A */
300301
/* row-span;; <integer>;; 1;; cell elements;; no;; N/A */
301-
/* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A*/
302302
/* caption-side;; top | bottom;; top;; caption elements;; yes;; N/A */
303303
/* speak-header-cell;; once | always;; once;; header cells;; yes;; N/A */
304304

0 commit comments

Comments
 (0)