0.9.4.fs
- Flying Saucer modification to parse vendor-specific extension css properties (starting with "-" or "_")
- Hack to expose SelectorList from CSS DOM to save reparsing
- Don't throw DOMException when returning a function (treat as string)
Changes
0.9.3
- Fixed a bug in the '@page' rule where a space after an identifier or a pseudo page caused a parser exception
0.9.2
- Made several modifications to provide JDK 1.1 compatability
- Fixed a bug that caused negative floating-point values to be excessively trimmed
0.9.1
0.9.0
- Implemented the SAC (Simple API for CSS)
- Converted the CSS DOM to be implemented on top of the SAC
0.1.4
- Fixed case-sensitivity bug in ASTStyleDeclaration.
- Renamed methods in ASTMediaList to bring it into line with CR-DOM-Level-2-20000510.
- Reduced the number of states in the lexer to simplify matters and to aid with improved handling of invalid statements.
0.1.3