A new milestone release of the css4j library is now available from the Sourceforge download site:
All users of previous versions are encouraged to download and test it. Main changes are:
Version 0.35.1
--------------
* Core:
- BUG: Fix wrong match of the :link pseudo-class. Reported by V. Massol.
- Use plain styles for override and inline styles.
- Better spec conformance for DOMTokenList implementations.
- Remove OriginPolicy implementation from core, and create new css4j-agent
module.
- Move doc.structure package to staging tree.
- Improvements to TokenProducer.
- Move css unescape method to new class ParseHelper.
- Move parsing error codes to ParseHelper.
- Selectors: implementations of SAC's AttributeCondition.getSpecified() cannot
be trusted.
- Small correction to AbstractUserAgent.java.
- Try to increase feature coverage in tests.
- A few javadoc comment changes.
* Dom4j module:
- Use plain styles instead of computed styles for override and inline styles.
- Try to increase feature coverage in tests.