Skip to content

Commit 9c0117b

Browse files
committed
cssparser updates
1 parent a03e7cb commit 9c0117b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<maven.compiler.source>8</maven.compiler.source>
2828
<maven.compiler.target>8</maven.compiler.target>
2929

30-
<htmlunitcsp.version>4.20.0</htmlunitcsp.version>
31-
<htmlunitcssparser.version>4.21.0-SNAPSHOT</htmlunitcssparser.version>
30+
<htmlunitcsp.version>4.21.0</htmlunitcsp.version>
31+
<htmlunitcssparser.version>4.21.0</htmlunitcssparser.version>
3232
<htmlunitcorejs.version>4.21.0-SNAPSHOT</htmlunitcorejs.version>
3333
<htmlunitneko.version>4.21.0-SNAPSHOT</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.20.0</htmlunitwebsocketclient.version>

src/changes/changes.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
<action type="add" dev="rbri">
1818
DOMRectReadOnly and DOMRect implementation improved, now we implement the whole interface.
1919
</action>
20+
<action type="add" dev="rbri">
21+
cssparser: support for dvw, dvh, dvmin, dvmax, lvw, lvh, lvmin, lvmax, svw, svh, svmin, svmax unit added
22+
</action>
23+
<action type="update" dev="rbri">
24+
cssparser: simplified error processing
25+
</action>
26+
<action type="fix" dev="rbri">
27+
cssparser: wrong escape sequence definition for letter 'o' fixed.
28+
</action>
2029
<action type="update" dev="rbri">
2130
neko: minor improvements by replacing some equalsIgnoreCase() calls by simple equals().
2231
</action>
@@ -32,7 +41,7 @@
3241
<action type="update" dev="rbri">
3342
core-js: modernize and improve the approach used for 'caller' support
3443
</action>
35-
<action type="update" dev="rbri">
44+
<action type="update" dev="rbri" issue="#1064">
3645
core-js: make 'caller' a function prototype property
3746
</action>
3847
<action type="update" dev="rbri">

0 commit comments

Comments
 (0)