Skip to content

Datatracker doesn't generate correct hyperlinks to or id's for sections or tables. #41

@peterjeremy

Description

@peterjeremy

Describe the issue

RFCs typically include tables and figures, with the table of contents including a "List of Figures" and "List of Tables" (see e.g. https://datatracker.ietf.org/doc/html/rfc2131#page-2). These lists have hyperlinks associated with the figure or table number, but those hyperlinks are defined as #section-N, rather than something like #figure-N, and hence link to a section, rather than the expected figure or table.

Looking at the actual HTML, there are no id attributes or HTML elements associated with figures or tables, so it's not actually possible to directly link to them.

Ideally, Datatracker would generate HTML elements with id attributes for figure and table headings to allow linking to them.

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions