-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
needs:feedbackThe editors would like feedback from more people before resolvingThe editors would like feedback from more people before resolvingtopic:spectype:questionKnown unknows: things we need to investigateKnown unknows: things we need to investigate
Description
Previously in #70, we discussed whether window.navigate()
was a great name for this API or not. It seems like it could be confused with navigating to a new URL, so some better name would be good.
However, no suggestion so far seems to work:
focusNavigate()
or other names invoking focus are wrong, because it can also scroll things instead of focusing themdirectionalNavigate()
orspatialNavigate()
or similar are also problematic, because this method should be possible to extend to sequential navigation by passing it a"prev"
or"next"
argument, and that does not work with such names.
So, leaving this issue open to see if we can do better.
Metadata
Metadata
Assignees
Labels
needs:feedbackThe editors would like feedback from more people before resolvingThe editors would like feedback from more people before resolvingtopic:spectype:questionKnown unknows: things we need to investigateKnown unknows: things we need to investigate