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