Skip to content

Commit 4361fa4

Browse files
committed
[css2] filled in values on widows and orphans
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40308
1 parent 8a9996c commit 4361fa4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ auto;; *;; yes;; N/A
300300
/* speak-header-cell;; once | always;; once;; header cells;; yes;; N/A */
301301

302302
#For widows/orphans:
303-
/* widows;; <integer>;; 2;; ?? ;; ??;; N/A */
304-
/* orphans;; <integer>;; 2;; ?? ;; ??;; N/A */
303+
/* widows;; <integer>;; 2;; block-level elements;; yes;; N/A */
304+
/* orphans;; <integer>;; 2;; block-level elements;; yes;; N/A */
305305

306306
#support for multi-column
307307
/* columns;; <length> | <number> | <percentage>;; 1;; block-level elements;; no;; the width of the element itself */
@@ -313,3 +313,6 @@ auto;; *;; yes;; N/A
313313
/* column-rule;; <column-rule-width> || <column-rule-style> || <column-rule-color>;; see individual properties;; block-level elements;; no;; N/A */
314314

315315
/* running-head;; none | title | chapter | section;; none;; *;; no;; N/A */
316+
317+
318+

0 commit comments

Comments
 (0)