New submission from Trey Hunner <trey@truthful.technology>:

The glossary page allows for anchor links to jump to specific definitions.

For example: https://docs.python.org/3.9/glossary.html#term-lbyl will open the 
glossary page with the web browser showing the LBYL at the top of the page.

This no longer works in Python 3.10 and Python 3.11 documentation.

https://docs.python.org/3.10/glossary.html#term-lbyl

https://docs.python.org/3.11/glossary.html#term-lbyl

Opening either of those links in Chrome or Firefox on my machine results in the 
glossary page being opened without any scrolling (the top of the glossary page 
is shown rather than the LBYL definition).

----------
assignee: docs@python
components: Documentation
messages: 410234
nosy: docs@python, trey
priority: normal
severity: normal
status: open
title: Glossary URLs with anchor link no longer jump to definitions
type: behavior
versions: Python 3.10, Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46334>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to