Open layout-ch opened 1 month ago
Hi! Could you share a url to a minimal reproduction? Much quicker to look into it that way, especially when it seems to be related to which element was clicked exactly and you're using Alpine components as well.
@layout-ch I've transferred this to the correct repo. If you find the time to create a minimal reproduction, let us know β we'd appreciate it as it makes it easier to look into things.
What did you expect? π§
When transitioning between pages using SWUP, the transitions should occur smoothly without any accessibility-related console errors.
What actually happened? π΅βπ«
EDIT: It only happens when I click on the svg logo that gets me back to the homepage.. During almost every page transition, Chrome DevTools reports the following accessibility error:
Swup and plugin versions π
"swup": "^4.7.0", "@swup/a11y-plugin": "^5.0.0", "@swup/debug-plugin": "^4.1.0", "@swup/head-plugin": "^2.2.1", "@swup/parallel-plugin": "^0.4.0", "@swup/preload-plugin": "^3.2.10",
What browsers are you seeing the problem on? π§
Chrome
Relevant log output π€