A question on aria-current's "location" value. For a site with a top-level ("global") nav bar and secondary page-level ("local") nav bar, would using aria-current="location" be suitable for marking up the current "global" section a user is in? For example, the nav bar as sections on cats, dogs, and mice, and the user is in the dogs section. The spec (
https://www.w3.org/TR/wai-aria-1.1/#aria-current) seems to say it is as it mentions the "current location within an environment or context".