Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Hello @zopyx. This first version supporting PDF/A is experimental, as explained in the warning message. For the moment, using the `pdf/a-3b` option doesn’t check all the rules required to get...

> I just wanted to bring this issue to your attention. I am aware that this is a beta. šŸ‘ > Setting `html { image-rendering: crisp-edges }` should happen automatically....

I’m not sure that the image should be surrounded by a green border. Browsers (even if they don’t support `running`) also draw the border through the image, because the span...

The problem is caused by the space before the image. This leading space should be removed, but it’s not. The span is split into 2 lines, the first one with...

@zopyx Do you have a copy of the original sample? It’s been removed from Dropbox and I can’t remember how we can reproduce the bug.

I’ve found a way to reproduce, and it’s not fixed yet… ```html @page { @top-center { content: element(heading); } } span { border: 5px solid pink; position: running(heading); } img...

@LucienD You're lucky, [the algorithm has already been done for you](https://www.w3.org/TR/css-grid-1/#algo-overview) :wink:.

Hello @MindFluid! > where in the project would I start to begin figuring out how I may contribute this? > I haven't worked on complex python projects such as this,...

> Is any work being done on this? Nobody's working on that as far as I know.

> I need this. Send help. Hello @rarenatoe. I’d love to have this feature too. Everybody does. But unfortunately I don’t have the time to implement it: the amount of...