Version 1.3.0
Although the 1-stable
branch is nowhere near the level of features of master, it is still the easiest upgrade path for people that use other SAC implementations, or that are stuck with Java 7.
This maintenance release backports a few master
fixes to 1-stable
, for people that cannot upgrade to 3.x. By all means please use css4j-dom4j 3.x or later, instead of this release.
Release Highlights
Support the :dir()
pseudo-class
The :dir()
pseudo-class is now partially supported in computed styles.
Full support could not be implemented due to dom4j's limited DOM support. Users are advised to switch to css4j's native DOM if they need a full :dir
implementation.
Build
The build system was switched from Maven to Gradle.