Skip to content

[a11y] DOM order doesn't reflect the layout order when infinite-looping #30

@ciampo

Description

@ciampo
  • enable loop and set slides-per-view="2"
  • select the last slide. The slides in view are now the last slide and the first slide
  • notice how tab order (and screen readers) consume first the content of the first slide, then the content of the last slide, instead of following the layout position of the slides.

This is because DOM order is followed

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions