Skip to content

Commit 46f498e

Browse files
committed
Remove reference to condition element from v1.0
1 parent cd4e89e commit 46f498e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schemas/styles/csl-choose.rnc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ div {
1212
## When specifying conditions, we allow either the attribute syntax or the element-based one.
1313
choose.condition =
1414
(condition.atts, match?)
15-
| element cs:conditions { match, condition.elem+ }
1615
choose.if = element cs:if { choose.condition, rendering-element* }
1716
choose.else-if =
1817
element cs:else-if { choose.condition, rendering-element* }

0 commit comments

Comments
 (0)