Skip to content

"tocDepth" attribute is ignored for References #1302

@kerlyn-bsd3

Description

@kerlyn-bsd3

Describe the issue

The "References" section in Table of Contents appears to use a tocDepth of 2 regardless of the attribute's value in the document's <rfc> element.

Example:
...
<rfc> ... tocDepth="1" ... </rfc>
...

Expected:
...
13. References . . . . . . . . . . . . . . . . . . . . . . . . . 12
Appendix A. Abstract MAC Interface . . . . . . . . . . . . . . . 15
...

Got:
...
13. References . . . . . . . . . . . . . . . . . . . . . . . . . 12
13.1. Normative References . . . . . . . . . . . . . . . . . . 12
13.2. Informative References . . . . . . . . . . . . . . . . . 14
Appendix A. Abstract MAC Interface . . . . . . . . . . . . . . . 15
...

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