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 5814183 commit 996e71fCopy full SHA for 996e71f
schemas/styles/csl-choose.rnc
@@ -10,8 +10,7 @@ div {
10
element cs:choose { choose.if, choose.else-if*, choose.else? }
11
12
## When specifying conditions, we allow either the attribute syntax or the element-based one.
13
- choose.condition =
14
- (condition.atts, match?)
+ choose.condition = condition.atts, match?
15
choose.if = element cs:if { choose.condition, rendering-element* }
16
choose.else-if =
17
element cs:else-if { choose.condition, rendering-element* }
0 commit comments