Skip to content

Commit 9c2f695

Browse files
committed
[css2] Added widows, orphans, counter-increment.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401971
1 parent 4e5013a commit 9c2f695

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

css2/properties/properties.db

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,26 @@ leftwards | rightwards | inherit;;
916916
as specified
917917
*/
918918

919+
#For widows/orphans:
920+
/* widows;;
921+
<integer> | inherit;;
922+
2;;
923+
block-level elements;;
924+
yes;;
925+
N/A;;
926+
visual, paged;;
927+
as specified
928+
*/
929+
/* orphans;;
930+
<integer> | inherit;;
931+
2;;
932+
block-level elements;;
933+
yes;;
934+
N/A;;
935+
visual, paged;;
936+
as specified
937+
*/
938+
919939
/* content;;
920940
[ <string> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit;;
921941
empty string;;
@@ -936,6 +956,25 @@ leftwards | rightwards | inherit;;
936956
as specified
937957
*/
938958

959+
/* counter-reset;;
960+
[ <identifier> <integer>? ]+ | none | inherit;;
961+
none;;
962+
*;;
963+
no;;
964+
N/A;;
965+
all;;
966+
as specified
967+
*/
968+
/* counter-increment;;
969+
[ <identifier> <integer>? ]+ | none | inherit;;
970+
none;;
971+
*;;
972+
no;;
973+
N/A;;
974+
all;;
975+
as specified
976+
*/
977+
939978
/* outline;;
940979
[ <'outline-color'> || <'outline-style'> || <'outline-width'> ] | inherit;;
941980
see individual properties;;

0 commit comments

Comments
 (0)