You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When at the beginning of a Narrative sequence / on the first slide, the Previous button's aria-label reads as:
Back to Narrative item 3 (item 3 of 3)
When on the last slide, the Next button's aria-label reads as:
Forward to Narrative item 1 (item 1 of 3), dimmed button
Since we do not have looping as a feature (as far as I know), I think these cases are both inaccurate.
Should the aria-labels be completely removed in these cases? Should they just be generic like Forward, dimmed button? To be clear, I'm only asking about when the user is on the first or last slide. No changes to the aria-labels in between.
The text was updated successfully, but these errors were encountered:
Subject of the issue
When at the beginning of a Narrative sequence / on the first slide, the Previous button's
aria-label
reads as:Back to Narrative item 3 (item 3 of 3)
When on the last slide, the Next button's
aria-label
reads as:Forward to Narrative item 1 (item 1 of 3), dimmed button
Since we do not have looping as a feature (as far as I know), I think these cases are both inaccurate.
Should the aria-labels be completely removed in these cases? Should they just be generic like
Forward, dimmed button
? To be clear, I'm only asking about when the user is on the first or last slide. No changes to the aria-labels in between.The text was updated successfully, but these errors were encountered: