Skip to content

Commit 2f886da

Browse files
committed
make @Form optional
1 parent c4445ab commit 2f886da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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)