Skip to content

Commit e797ef0

Browse files
committed
wording
1 parent 4791d03 commit e797ef0

1 file changed

Lines changed: 30 additions & 28 deletions

File tree

src/changes/changes.xml

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,62 +8,64 @@
88

99
<body>
1010
<release version="5.4.0" date="August xx, 2026" description="Firefox 153, Bugfixes">
11-
<action type="update" dev="rbri">
12-
Improved headers for xhr preflight requests.
11+
<action type="update" dev="rbri" issue="#1152">
12+
Improved headers for XHR preflight requests.
1313
</action>
1414
<action type="update" dev="rbri">
15-
Method innerText() for selects generates now the same output as the real browsers.
15+
The innerText() method for select elements now generates the same output as real browsers.
1616
</action>
1717
<action type="update" dev="rbri">
18-
module java.net.http is now required
18+
The java.net.http module is now required.
1919
</action>
2020
<action type="update" dev="rbri">
21-
neko: major update - the select tag now allows arbitry tags https://github.com/whatwg/html/pull/10557
21+
neko: Major update - the select element now allows arbitrary tags.
22+
https://github.com/whatwg/html/pull/10557
2223
(https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select)
2324
</action>
2425
<action type="update" dev="rbri">
25-
neko: the input tag closes select tags
26+
neko: The input element closes select elements.
2627
</action>
2728
<action type="add" dev="rbri">
28-
Navigator sendBeacon() method added.
29+
Navigator.sendBeacon() method added.
2930
</action>
3031
<action type="update" dev="rbri">
31-
The area element supports the 'type' property in FF 153.
32+
The area element supports the 'type' property in Firefox 153.
3233
</action>
3334
<action type="update" dev="rbri">
34-
Error.stackTraceLimit is available in FF 153.
35+
Error.stackTraceLimit is available in Firefox 153.
3536
</action>
36-
<action type="update" dev="rbri">
37-
The (i)frames request now sends also the acceppt header.
37+
<action type="update" dev="rbri" issue="#1152">
38+
(I)frame requests now also send the Accept header.
3839
</action>
39-
<action type="update" dev="rbri">
40-
Area link handling is now in sync with anchor (implementation shared via new class HyperlinkElementSupport
41-
and new interface HyperlinkElement). This addes e.g. 'ping' and 'download' attribute support.
40+
<action type="update" dev="rbri" issue="#1152">
41+
Area link handling is now in sync with anchor handling (implementation shared via the new
42+
HyperlinkElementSupport class and the new HyperlinkElement interface). This adds support
43+
for the 'ping' and 'download' attributes, among others.
4244
</action>
43-
<action type="update" dev="rbri">
44-
Script web request respects the 'crossorigin' attribute.
45+
<action type="update" dev="rbri" issue="#1152">
46+
Script web requests now respect the 'crossorigin' attribute.
4547
</action>
46-
<action type="update" dev="rbri">
47-
Anchor ping request now sends also the acceppt encoding and cache control headers.
48+
<action type="update" dev="rbri" issue="#1152">
49+
Anchor ping requests now also send the Accept-Encoding and Cache-Control headers.
4850
</action>
49-
<action type="update" dev="rbri">
50-
Anchor web request respects the 'crossorigin' attribute.
51+
<action type="update" dev="rbri" issue="#1152">
52+
Anchor web requests now respect the 'crossorigin' attribute.
5153
</action>
52-
<action type="update" dev="rbri">
53-
Major update of the WebRequest to improve the Sec-Fetch-* HTTP header support.
54+
<action type="update" dev="rbri" issue="#1152">
55+
Major update to WebRequest to improve support for the Sec-Fetch-* HTTP headers.
5456
</action>
5557
<action type="update" dev="rhino">
56-
The url/anchor hostname setter handling got some fixes.
58+
The URL/anchor hostname setter received several fixes.
5759
</action>
5860
<action type="update" dev="rbri" due-to="Lai Quang Duong">
59-
core-js: support for a common workaround for subclassing built-in objects (like Set) without
60-
using ES6 class/extends syntax, by using Reflect.construct() with a newTarget argument added.
61+
core-js: Added support for a common workaround for subclassing built-in objects (such as Set)
62+
without using ES6 class/extends syntax, by using Reflect.construct() with a newTarget argument.
6163
</action>
6264
<action type="update" dev="rhino">
63-
core-js: Improved strict mode handling for direct eval calls.
65+
core-js: Improved strict mode handling for direct eval() calls.
6466
</action>
6567
<action type="update" dev="rbri">
66-
Range.getClientRects() and Range.getBoundingClientRect() ignoring whitespace-only text nodes
68+
Range.getClientRects() and Range.getBoundingClientRect() now ignore whitespace-only text nodes
6769
and block-level siblings when calculating the horizontal offset of a text node.
6870
</action>
6971
<action type="update" dev="rbri">
@@ -77,7 +79,7 @@
7779
<action type="update" dev="rbri">
7880
Range.getTextNodeRect() now correctly determines character offsets when the range
7981
boundaries are set on a parent element rather than directly on the text node,
80-
returning the full text width instead of a single character width.
82+
returning the full text width instead of a single-character width.
8183
</action>
8284
</release>
8385

0 commit comments

Comments
 (0)