Skip to content

Commit 8ee2b17

Browse files
committed
Reconcile locator lists
1 parent ee2e9fe commit 8ee2b17

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

schemas/input/csl-citation.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"label": {
4343
"type": "string",
4444
"enum": [
45+
"act",
4546
"appendix",
46-
"article",
47+
"article-locator",
4748
"book",
4849
"canon",
4950
"chapter",
@@ -60,13 +61,15 @@
6061
"paragraph",
6162
"part",
6263
"rule",
64+
"scene",
6365
"section",
64-
"sub verbo",
66+
"sub-verbo",
6567
"supplement",
6668
"table",
6769
"timestamp",
68-
"title",
70+
"title-locator",
6971
"verse",
72+
"version",
7073
"volume"
7174
]
7275
},

schemas/styles/csl-terms.rnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ div {
146146
| "sub-verbo"
147147
| "table"
148148
| "timestamp"
149-
| "title"
149+
| "title-locator"
150150
| "verse"
151151
| terms.locator-number-variables
152152

0 commit comments

Comments
 (0)