File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 40
40
|
41
41
## Tests whether the locator matches the given locator types.
42
42
attribute locator {
43
- list { (terms.locator.testable | "sub-verbo" )+ }
43
+ list { (terms.locator)+ }
44
44
}
45
45
|
46
46
## Tests whether the cite position matches the given positions.
Original file line number Diff line number Diff line change @@ -125,15 +125,6 @@ div {
125
125
126
126
## Locators
127
127
terms.locator =
128
- terms.locator.testable
129
- |
130
- ## "sub verbo" is recognized as "sub" & "verbo" in attribute lists; term
131
- ## should be renamed to "sub-verbo"
132
- "sub verbo"
133
-
134
- ## Locator terms that can be tested with the "locator" conditional
135
- ## ("sub verbo" can be tested with "sub-verbo")
136
- terms.locator.testable =
137
128
"act"
138
129
| "appendix"
139
130
| "article-locator"
@@ -151,6 +142,7 @@ div {
151
142
| "paragraph"
152
143
| "rule"
153
144
| "scene"
145
+ | "sub-verbo"
154
146
| "table"
155
147
| "timestamp"
156
148
| "title"
You can’t perform that action at this time.
0 commit comments