Path > Indicate current item
Problem
Active item isn't indicated.
Solution
Use aria-current
. See usage notes.
Depending on the use case for the Path component, aria-current="step"
could be used to indicate the current step in a flow, or something like aria-current="true"
could be used more generally. See other options in the usage notes link above.
Edited by Jeremy Elder