Guillaume Ayoub
Guillaume Ayoub
> I would like to know the following. > > * Is the fix acceptable? > * Is there a better way than sharing the same CSS? > > Please...
Hi! Thanks a lot for the pull request. Iāve finally taken the time to review your code, and itās a pretty good idea. Youāll probably love to read [this article](https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-engine-quantum-css-aka-stylo/)...
> `_cascaded_styles` is a simple fix because it is disposable to create `_computed_styles`. For example, it was difficult to pass the test in the area you noted where the parent...
Thanks for your hard work on this. I like the overall goal of this pull request, but I have two main problems with it: - It adds more complexity to...
Closing for now, please add a comment if you want to share new commits on this topic.
> Is there any workaround for this at the moment? I donāt think so. Flex layout has to be fully rewritten, but thatās quite a lot of workā¦
> What would you suggest for now as an alternative to create grids? Should I just use good old tables? [Grid layout](https://developer.mozilla.org/en-US/docs/Web/CSS/grid), of course!
Hi! I can see that Chrome and Firefox give this result, but the [CSS2 specification](https://www.w3.org/TR/CSS2/tables.html#auto-table-layout) seems to tell something different: > If the 'table' or 'inline-table' element's ['width'](https://www.w3.org/TR/CSS2/visudet.html#propdef-width) property has...
Hi! > The question rather is, what kind of HTML print engine WeasyPrint is? This question has been answered many times in this bug tracker, and unfortunately for you the...
@andul Letās find a solution to your problem instead of discussing about the specification :smile:. Why did you have these widths set on the table and on their cells, and...