We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2f5de commit 830ef64Copy full SHA for 830ef64
schemas/styles/csl.rnc
@@ -634,11 +634,8 @@ div {
634
|
635
## Specify verbatim text.
636
attribute value { text }
637
- | ((attribute variable { variables.numbers | variables.strings },
638
- [ a:defaultValue = "long" ] attribute form { "short" | "long" })
639
- | (attribute variable { variables.titles },
640
- [ a:defaultValue = "long" ]
641
- attribute form { "short" | "long" | "sub" | "main" })?)
+ | ((attribute variable { variables.standard },
+ [ a:defaultValue = "long" ] attribute form { "short" | "long" })?)
642
}
643
# ==============================================================================
644
0 commit comments