Make 'inherit' value work correctly for shorthand properties #1007
Comments
|
For example, |
This is a regression bug, breaking previously correct behaviour. We've just tried upgrading WeasyPrint from 44 to 51, and discovered we're now getting a warning that we didn't before: and that some links are now getting underlines that they didn't have before the upgrade. Changing This regression is particularly unfortunate for the |
Yes, that’s exactly why this is a regression:
Yes, it’s infortunate. I’ll try to fix this as soon as I can. If anyone is interested, I can also help someone to fix it, the patch should be pretty small and it’s a good way to learn how WeasyPrint works. |
|
Hey @liZe I believe I've come across this issue as well. Any updates on a fix? See my error below when using the sample report.css file from the gh-pages branch. Has anyone already addressed? Happy to help if you can provide some guidance. |


From Cascading and Inheritance:
It should be probably handled by the
expanderdecorator.The text was updated successfully, but these errors were encountered: