<ref name="a">book</ref> <ref extends="a">page 2</ref> <ref extends="a">page 2</ref>
is currently rendered as:
- book
- page 2
- page 2
That's not wrong, but: Users expect these two identical sub-references to be merged, because this is how top-level references also behave.