Commit a5ccd13
docs(rules): a conjunction-joined run is one name word
P3 already says a connective binds name words into one part; what it
did not say is how OTHER rules count that part. They count it as one.
The case that forced the question is #395, where P1's run must stop
"after the first name word" and would otherwise be free to stop
INSIDE a part P3 built, splitting "de la Vega y Santos Juan" between
"Vega" and "Santos".
The clause describes shipped behavior, not an aspiration: H1 counts
this way today, so the examples are the H1 pair —
"Mr. Jack and Jill" -> family="Jack and Jill"
"Mr. Jack Jill" -> given="Jack" (boundary)
decisions.md#P3 records the clause and how it was nearly shipped as an
unexaminable one: the first draft asserted no rule could show it and
carried an Accepted note saying so, having reasoned about which rules
count rather than parsing a name.
Refs #395
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent d325981 commit a5ccd13
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| 159 | + | |
| 160 | + | |
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
162 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
163 | 172 | | |
164 | 173 | | |
165 | 174 | | |
| |||
0 commit comments