Skip to content

Commit ea19f7a

Browse files
authored
Merge pull request #393 from denismaier/fix-form-again
Bugfixes for 1.0.2
2 parents c4445ab + 10dec41 commit ea19f7a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

schemas/styles/csl-variables.rnc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ div {
8080
| "reviewed-title"
8181
| "title"
8282
| "volume-title"
83+
| # Short title forms. Will be removed in CSL 1.1
84+
"title-short"
85+
| "container-title-short"
8386

8487
## String variables
8588
variables.strings =

schemas/styles/csl.rnc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,10 @@ div {
634634
|
635635
## Specify verbatim text.
636636
attribute value { text }
637-
| (attribute variable { variables.standard },
638-
[ a:defaultValue = "long" ] attribute form { "short" | "long" })?
637+
| (
638+
## Select a variable.
639+
attribute variable { variables.standard },
640+
[ a:defaultValue = "long" ] attribute form { "short" | "long" }?)
639641
}
640642
# ==============================================================================
641643

0 commit comments

Comments
 (0)