Open
Description
Documentation Link
No response
Problem
During discussion of #24436, and I think many other PRs and issues, we have (as a dev team) collectively been confused about what the behaviour of Locator
s should be when it comes to out of bounds ticks. We should decide and document the behaviour, partly for ourselves, and partly for third-parties using Locator
s (cf. #11518).
My opening suggestion is that we document:
Locator
s must return at least a single tick belowvmin
and a single tick abovevmax
This is cautious in that it always provides a tick to clip when drawing at each end of the range.
Suggested improvement
No response