Guillaume Ayoub
Guillaume Ayoub
Sample to reproduce: ```html dl { text-align: right; } dt, dd { display: inline; margin: 0; } dt::before { content: ''; display: block; } Test 12345 Test 12345 ```
Hmmm⊠Thereâs something strange in these labels, we have to check whatâs wrong and try to improve this structure.
Hereâs a PDF with new labels, could you please test how it works in your PDF reader? [ua.pdf](https://github.com/user-attachments/files/16594802/ua.pdf) (By the way, whatâs your PDF reader?)
If youâre interested in this issue, itâs time to test #2471! Feedback will be highly appreciated, even to say that it just works. đ
Hi! Thanks for the bug report. Youâre right, thereâs a problem here. I think that having a custom `URLFetchingError` is a good idea, and keeping the error management in `fetch`...
Thanks for opening a separate issue. > And the resulting PDF: I canât reproduce if I set the DejaVu font explicitly (my default font is Liberation otherwise): [text.pdf](https://github.com/user-attachments/files/20522485/text.pdf) Do you...
@febdoctor Did you find the time to take a look at that?
Donât hesitate to add a comment if thereâs anything new on this topic.
Youâre right. The current justification code adds extra space to space characters only. There are many places in the code when we assume that spaces are only "normal" spaces. In...
> Iâm not sure that a real list is actually defined in Unicode, as there are exceptions such as punctuation and fixed-width spaces. Pango provides [`is_expandable_space`](https://docs.gtk.org/Pango/struct.LogAttr.html), we have everything we...