We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<script lang="ts"> // whithout lang="ts" no warning. </script> <figure> <figcaption>A a11y-structure regression</figcaption> </figure>
Gives a A11y: <figcaption> must be an immediate child of <figure> warning
<figcaption>
<figure>
It dit not when using "svelte": "5.0.0-next.43"
https://github.com/mrwokkel/figcaption/blob/main/src/routes/%2Bpage.svelte
No response
System: OS: macOS 14.3 CPU: (10) arm64 Apple M1 Max Memory: 92.84 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm pnpm: 8.15.1 - ~/Library/pnpm/pnpm Browsers: Chrome: 121.0.6167.139 Safari: 17.3 npmPackages: svelte: 5.0.0-next.44 => 5.0.0-next.44
annoyance
The text was updated successfully, but these errors were encountered:
Will be fixed by Rich-Harris/zimmerframe#18 and Rich-Harris/zimmerframe#19
Sorry, something went wrong.
b63ab91
No branches or pull requests
Describe the bug
Gives a A11y:
<figcaption>
must be an immediate child of<figure>
warningIt dit not when using "svelte": "5.0.0-next.43"
Reproduction
https://github.com/mrwokkel/figcaption/blob/main/src/routes/%2Bpage.svelte
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: