Skip to content

Commit

Permalink
Trang csl-choose.rnc
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Aug 9, 2020
1 parent 5814183 commit 996e71f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/styles/csl-choose.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ div {
element cs:choose { choose.if, choose.else-if*, choose.else? }

## When specifying conditions, we allow either the attribute syntax or the element-based one.
choose.condition =
(condition.atts, match?)
choose.condition = condition.atts, match?
choose.if = element cs:if { choose.condition, rendering-element* }
choose.else-if =
element cs:else-if { choose.condition, rendering-element* }
Expand Down

0 comments on commit 996e71f

Please sign in to comment.