Skip to content
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

Missing fragment error for HTML5 tags #282

Open
veraldo opened this issue Jan 7, 2024 · 4 comments
Open

Missing fragment error for HTML5 tags #282

veraldo opened this issue Jan 7, 2024 · 4 comments

Comments

@veraldo
Copy link

veraldo commented Jan 7, 2024

Hi! I've noticed some "skip to content" links might throw a "The requested fragment '#id' doesn't exist" for sites using HTML5

I found the problem happening with the "main" and "article" tags but there might be others

P.s.: by the way, unrelated to the fragment issue but still about HTML5, a suggestion would be to support landmarks, either in a selection list or shortcuts, like this extension https://addons.mozilla.org/en-US/firefox/addon/landmarks/ dunno if something similar is already achievable by a configuration option

Thanks!

@rkd77
Copy link
Owner

rkd77 commented Jan 7, 2024

Could you create minimal sample html page, which demonstrate error?

@veraldo
Copy link
Author

veraldo commented Jan 7, 2024

@rkd77 here's a sample document

https://veraldo.github.io/html5example.github.io/

Thank you for the attention

rkd77 added a commit that referenced this issue Jan 7, 2024
@rkd77
Copy link
Owner

rkd77 commented Jan 7, 2024

Thanks. With these ^ two commits fragments are clickable.

@smemsh
Copy link
Contributor

smemsh commented Mar 7, 2024

I can confirm, this issue affected internal links browsing Python online documentation, and these commits fix it.

rkd77 added a commit that referenced this issue Oct 3, 2024
rkd77 added a commit that referenced this issue Oct 3, 2024
(cherry picked from commit 103669e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants