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
I actually use it on my portfolio site. 👍
An anchor link is added in the heading with the a tag, and the attribute in it should be output as aria-hidden, but it is output as ariaHidden.
aria-hidden
ariaHidden
remarkjs/remark-autolink-headings#49 aria-hidden has been added to this issue.
We're still trying to figure out what actually caused it, but we'd like to ask nuxt/content contributors to check this out.
@nuxt/content: v1.3.2
Browser (Stable) - Chrome, Safari, Firefox
I want to render it the way it should be. aria-hidden="true"
aria-hidden="true"
ARIA Attribute is determined successfully.
The text was updated successfully, but these errors were encountered:
Hey @yamanoku,
Thanks for the bug report. It should be fixed in the next release.
Sorry, something went wrong.
property-information
chore(deps): lock file maintenance (#139)
1db143f
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Successfully merging a pull request may close this issue.
I actually use it on my portfolio site. 👍
What is actually happening?
An anchor link is added in the heading with the a tag, and the attribute in it should be output as
aria-hidden
, but it is output asariaHidden
.remarkjs/remark-autolink-headings#49
aria-hidden
has been added to this issue.We're still trying to figure out what actually caused it, but we'd like to ask nuxt/content contributors to check this out.
Version
@nuxt/content: v1.3.2
Steps to reproduce
Browser (Stable) - Chrome, Safari, Firefox
What is Expected?
I want to render it the way it should be.
aria-hidden="true"
ARIA Attribute is determined successfully.
The text was updated successfully, but these errors were encountered: