All major browsers newest versions support the inset css property. My team is using princexml to create PDF’s from HTML and we are using a modern front-end framework, Angular, to build this HTML.
Because we only support always the latest 2 versions of the major browsers, the properties top, bottom, left, right started being converted to the inset property recently.
The problem is princexml throws a warning: unsupported properties: inset, and the design of the PDF actually looks totally wrong because of this.
I’m wondering if inset is going to be supported in a not so distant future?
Because we only support always the latest 2 versions of the major browsers, the properties top, bottom, left, right started being converted to the inset property recently.
The problem is princexml throws a warning: unsupported properties: inset, and the design of the PDF actually looks totally wrong because of this.
I’m wondering if inset is going to be supported in a not so distant future?