File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ and optional library packages are the following:
6969### Compile-time dependencies
7070
7171- The [ css4j] ( https://github.com/css4j/css4j/releases ) library (and its transitive
72- dependencies); version 3.7.2 or higher is recommended (compatibility with 4.0 or
72+ dependencies); version 3.8.0 or higher is recommended (compatibility with 4.0 or
7373 higher is not guaranteed).
7474
7575- The [ css4j-agent] ( https://github.com/css4j/css4j-agent/releases ) library;
Original file line number Diff line number Diff line change 1- # css4j-dom4j version 3.7.1 Release Notes
1+ # css4j-dom4j version 3.8 Release Notes
22
3- ### March 1 , 2022
3+ ### August 21 , 2022
44
55<br />
66
77## Release Highlights
88
9- - Fix a bug in positional selector matching.
9+ ### Use ` <style> ` elements from any namespace for computing styles
1010
11+ In style computation, inline styles that were in a non-HTML namespace were not
12+ being used. This is what some browsers did in the past but that is no longer the
13+ case.
14+
15+ Now it uses style elements having any namespace, which matches the current
16+ behaviour of web browsers and makes it easier to support inlined SVG.
17+
18+ ## Detail of changes
19+
20+ - Use ` <style> ` elements from any namespace for computing styles.
21+ - Javadoc: add a module description.
22+ - Fix javadoc warning.
23+ - Gradle: upgrade wrapper to 7.5.1.
24+ - Upgrade ` extra-java-module-info ` plugin to 0.15.
25+ - Actions: switch from 'adopt' distribution to 'temurin', setup-java@v2 to 3.
26+ - Actions: upgrade actions/checkout to v3.
1127
1228## Project Sites
1329
You can’t perform that action at this time.
0 commit comments