-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I-D PDFs have "Updates:", "Obsoletes:", and "Authors:" printed vertically in header #5073
Comments
Ooo boy, that's pretty great. What you are looking at there is a bug in the PDF renderer. I wonder why this is happening there and not elsewhere? It's apparent that the space is large enough, but the weasyprint rendered has decided to go bananas and fold each character onto a new line. (In case you were looking for fast turnaround, that's not happening on my part. It's going to be at least two weeks before I have any time at all for this stuff.) |
I will provide some hints. These labels use CSS "content" rules in a My guess is that these are an interaction between the above, the lack of an explicit width on the element (which might lead to it being sized as zero width) and the introduction of the
|
Describe the issue
The headers of multiple I-D PDFs have the labels "Obsoletes:", "Updates:", and "Authors:" printed one letter per line. Examples include the PDFs of documents on the IESG Telechat agenda. In particular, https://datatracker.ietf.org/doc/pdf/draft-ietf-elegy-rfc8989bis-04:
Code of Conduct
The text was updated successfully, but these errors were encountered: