Skip to content

Commit b738095

Browse files
committed
Remove capitalize-subtitle, restore sentence cases
1 parent e3cbc23 commit b738095

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/styles/csl.rnc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,16 +1000,16 @@ div {
10001000
## Capitalizes the first character (other characters remain in
10011001
## their original case).
10021002
"capitalize-first"
1003-
|
1004-
## Capitalizes the first character and the first character of a subtitle
1005-
## (other characters remain in their original case).
1006-
"capitalize-subtitle"
10071003
|
10081004
## Capitalizes the first character of every word (other characters
10091005
## remain in their original case).
10101006
"capitalize-all"
10111007
|
10121008
## Renders text in title case.
10131009
"title"
1010+
|
1011+
## Renders text in sentence case.
1012+
## Deprecated. Will be removed in CSL 1.1
1013+
"sentence"
10141014
}?
10151015
}

0 commit comments

Comments
 (0)