Skip to content

Commit 996e71f

Browse files
committed
Trang csl-choose.rnc
1 parent 5814183 commit 996e71f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

schemas/styles/csl-choose.rnc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ div {
1010
element cs:choose { choose.if, choose.else-if*, choose.else? }
1111

1212
## When specifying conditions, we allow either the attribute syntax or the element-based one.
13-
choose.condition =
14-
(condition.atts, match?)
13+
choose.condition = condition.atts, match?
1514
choose.if = element cs:if { choose.condition, rendering-element* }
1615
choose.else-if =
1716
element cs:else-if { choose.condition, rendering-element* }

0 commit comments

Comments
 (0)