https://github.com/ucan-wg/delegation#selectors:
Every selection MUST begin and/or end with a single dot.
This seems to say it's legal for a selection to begin with something other than a dot, as long as it ends with one. Is that accurate? It looks to me like every selector must begin with a dot, and the only selector that can end with a dot is ".".
https://github.com/ucan-wg/delegation#selectors:
This seems to say it's legal for a selection to begin with something other than a dot, as long as it ends with one. Is that accurate? It looks to me like every selector must begin with a dot, and the only selector that can end with a dot is
".".