The aria-current attribute accepts a limited list of values including page, step, location, date, time, true, and false. Any non-null string value not included in this list of enumerated values is treated as if aria-current="true" were set, not the default false value. If the attribute is not present, is an empty string, is present with no value, or is set to aria-current="false" it is not exposed to the user.
Am I correct in saying that the source code should be aria-current="page"?
I’m using the code from the Kirby Starter Kit for my nav bar. But it is simply adding aria-current with no value. Which is coming up as an error when validating the site. So is this a problem with the Kirby Starter Kit code?