datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

Pdfized rendering doesn't linkify adjacent reference callouts

Open jimfenton opened this issue 3 years ago • 1 comments

What happened?

When two reference callouts are adjacent to each other (e.g., [RFC1111][RFC2222] ) with no space between them, the second one is not converted to a link in the PDF rendering. It is correctly linkified in the HTML rendering.

Example: draft-ietf-ipwave-vehicular-networking-27, Section 6, paragraph 3: [RFC4301][RFC4302] [RFC4303][RFC4308] [RFC7206]

RFC4302 and RFC4308 are not linkified because they aren't separated by spaces; the others are.

What browser(s) are you seeing the problem on?

Firefox

Code of Conduct

  • [X] I agree to follow the IETF's Code of Conduct

jimfenton avatar Mar 29 '22 17:03 jimfenton

This will be fixed as part of #4082.

larseggert avatar Jul 29 '22 17:07 larseggert

I checked the doc above, and this is fixed now.

larseggert avatar Mar 02 '23 11:03 larseggert