Skip to content

Commit c42dcfa

Browse files
committed
[css2] Added running-head property
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40305
1 parent 6a6a905 commit c42dcfa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css2/properties/properties.db

Lines changed: 3 additions & 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 | fixed | static;; static;; *;; no;; N/A */
61+
/* position;; absolute | relative | 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 */
@@ -311,3 +311,5 @@ auto;; *;; yes;; N/A
311311
/* column-rule-style;; <border-style>;; none;; block-level elements;; no;; the width of the element itself */
312312
/* column-rule-color;; <color>;; the value of the <color> property;; block-level elements;; no;; N/A */
313313
/* column-rule;; <column-rule-width> || <column-rule-style> || <column-rule-color>;; see individual properties;; block-level elements;; no;; N/A */
314+
315+
/* running-head;; none | title | chapter | section;; none;; *;; no;; N/A */

0 commit comments

Comments
 (0)