The Security Manager is deprecated for Removal
Closed by commit [fb7454].
The Security Manager is deprecated for Removal
Hi, From what I'm seeing in my tests, when a calc() with a sub-expression is processed, like: calc((-3em)*2) the (-3em) part is classified as a function (SAC_FUNCTION) instead of SAC_SUB_EXPRESSION. The problem is that the first operand (the -3em in that example) returns a null identifier (SAC_IDENT with value null) when getPreviousLexicalUnit() is called on it, and my Object Model breaks there during a verification process. I have a similar issue when a var() function is found inside a calc(). Moreover,...
Falta dependencia libqt5script5 en paquete .deb
Sync with 1.0.5 (II).
CSS4J strips HTML entities
As this is not a css4j issue [the bug description is wrong, as the problem happens in dom4j 2.1.1 regardless of using SAXReader reader = new SAXReader() with dom4j's default factory or css4j's factory] and upstream is looking at it, I'm closing this issue. Let's track this at upstream instead.