Tontyna

Results 19 comments of Tontyna

The `file:///` trick isn't a good idea unless you wanna restrict yourself and your md files to MarkdownViewer++. Forget about "Export to HTML".

Is there a way to debug the segfault? Prerequisites seem to be a debug-version of Python and PyQt, oh my...

Can you start pyzo from the command prompt and post the output?

It's because of `colspan="65534" `

Reason for absolute box not being displayed is that the `row` is a flex container (`display:flex`). This is by purpose or at least it's explicitly programmed. An absolutely positioned box...

> Weasyprint does not allow absolute positioned items in a flex element/container? Exactly.

This is by purpose: https://github.com/Kozea/WeasyPrint/blob/27c600f18f025d8a7bffb4e5e0f861014881198e/weasyprint/layout/pages.py#L725-L726 ...and possibly according to the spec... according to the spec, a blank page is **content empty**. Contemplating this expression, we must confess, that there is...

I didn't find anything in the spec mentioning (or forbidding) the `:blank` pseudo selector in context of named pages. My comment was supposed to be a bit sarcastically. The blue...

The (current/last used) page name is present (I debugged that), but somebody explicitly decided to remove it: https://github.com/Kozea/WeasyPrint/blob/c443b9c9a61d82bd581c6f6aac7df746368c0073/weasyprint/layout/pages.py#L725-L726

Nevertheless I'm wondering whether a blank page, happening between two different named pages should belong to the previous or to the next page's namespace? Should that depend on the break-rule...