-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Duplicate ID "outbound-link-title" violates HTML5 #2627
Comments
Thank you for bringing that up, @katelynsills. I just found out about VuePress today and the first thing I did after a Google will not like that at all. 😀 |
I can take that. |
Let me know if that is ok, otherwise I can use the following link which suggest a solution for such problem |
i've added a PR removing both:
I will add another PR later with random id solution |
the current PR doesn't remove any attribute but rather adds a random id to the id attributes |
The ideal would be to add |
@adico1 |
ty for the comment, actually I think its the best solution because its also scalable. |
Hi @d-pollard, |
Right now! Thanks for this, going to review it. |
Approved, pending review from Ben and this will probably be merged in later today! Excellent work everyone! |
Bug report
Steps to reproduce
For a concrete example, please see this PR which attempts to upgrade to Vuepress 1.6.0 and uses a Github Action for HTML5 Validation.
What is expected?
Vuepress should be HTML5 compliant.
What is actually happening?
Duplicate IDs per page are being produced
Other relevant information
8d10119 Seems to be the commit that introduced this problem.
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: