Skip to content

Commit bc80b9e

Browse files
committed
code style
1 parent 4ac394b commit bc80b9e

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/changes/changes.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<body>
1010
<release version="5.4.0" date="August xx, 2026" description="Firefox 153, Bugfixes">
11-
<action type="fix" dev="rbri">
12-
Fixed HTMLFormElement.checkValidity()/reportValidity(): the aggregate check over a form's controls
13-
now correctly fires on every failing control.
14-
</action>
15-
<action type="add" dev="rbri">
16-
Fixed checkValidity()/reportValidity(): a failing control now correctly fires a cancelable 'invalid'
17-
event (and reportValidity() additionally focuses the first invalid control).
11+
<action type="fix" dev="rbri">
12+
Fixed HTMLFormElement.checkValidity()/reportValidity(): the aggregate check over a form's controls
13+
now correctly fires on every failing control.
14+
</action>
15+
<action type="add" dev="rbri">
16+
Fixed checkValidity()/reportValidity(): a failing control now correctly fires a cancelable 'invalid'
17+
event (and reportValidity() additionally focuses the first invalid control).
1818
</action>
1919
<action type="update" dev="rbri">
2020
INCOMPATIBLE CHANGE: org.htmlunit.html.ValidatableElement renamed to ValidatableHtmlElement.

src/test/java/org/htmlunit/javascript/host/html/HTMLButtonElementTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ public void buttonCheckValidityFiresInvalidEvent() throws Exception {
872872

873873
loadPageVerifyTitle2(html);
874874
}
875+
875876
/**
876877
* @throws Exception if an error occurs
877878
*/

0 commit comments

Comments
 (0)