Skip to content

Commit 2b61c73

Browse files
committed
Update UPGRADING.
1 parent 228b82a commit 2b61c73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

UPGRADING.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
518
Upgrading to 3.1 from 3.0
619
-------------------------
720
- If you process a document that has a remote documentURI (or no documentURI

0 commit comments

Comments
 (0)