File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,19 @@ UPGRADING FROM PREVIOUS VERSIONS
22================================
33
44
5+ Upgrading to 3.2 from 3.1
6+ -------------------------
7+ - CSSStyleSheet.createStyleRule() now returns a CSSStyleRule.
8+ - ErrorHandler.linkedSheetError() now takes a CSSStyleSheet interface from
9+ css4j's 'css' package instead of 'org.w3c.dom.css'.
10+ - You no longer need to set the ID attribute in the native DOM (although the
11+ XMLDocumentBuilder was probably doing that for you).
12+ - Native DOM & DOM4J: now only STYLE elements in the same namespace as the
13+ document element are used to compute styles.
14+ - The matching of ":link" and ":visited" was narrowed down (see the Release
15+ Notes).
16+
17+
518Upgrading to 3.1 from 3.0
619-------------------------
720 - If you process a document that has a remote documentURI (or no documentURI
You can’t perform that action at this time.
0 commit comments