|
8 | 8 |
|
9 | 9 | <body> |
10 | 10 | <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. |
13 | 13 | </action> |
14 | 14 | <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. |
16 | 16 | </action> |
17 | 17 | <action type="update" dev="rbri"> |
18 | | - module java.net.http is now required |
| 18 | + The java.net.http module is now required. |
19 | 19 | </action> |
20 | 20 | <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 |
22 | 23 | (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select) |
23 | 24 | </action> |
24 | 25 | <action type="update" dev="rbri"> |
25 | | - neko: the input tag closes select tags |
| 26 | + neko: The input element closes select elements. |
26 | 27 | </action> |
27 | 28 | <action type="add" dev="rbri"> |
28 | | - Navigator sendBeacon() method added. |
| 29 | + Navigator.sendBeacon() method added. |
29 | 30 | </action> |
30 | 31 | <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. |
32 | 33 | </action> |
33 | 34 | <action type="update" dev="rbri"> |
34 | | - Error.stackTraceLimit is available in FF 153. |
| 35 | + Error.stackTraceLimit is available in Firefox 153. |
35 | 36 | </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. |
38 | 39 | </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. |
42 | 44 | </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. |
45 | 47 | </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. |
48 | 50 | </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. |
51 | 53 | </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. |
54 | 56 | </action> |
55 | 57 | <action type="update" dev="rhino"> |
56 | | - The url/anchor hostname setter handling got some fixes. |
| 58 | + The URL/anchor hostname setter received several fixes. |
57 | 59 | </action> |
58 | 60 | <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. |
61 | 63 | </action> |
62 | 64 | <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. |
64 | 66 | </action> |
65 | 67 | <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 |
67 | 69 | and block-level siblings when calculating the horizontal offset of a text node. |
68 | 70 | </action> |
69 | 71 | <action type="update" dev="rbri"> |
|
77 | 79 | <action type="update" dev="rbri"> |
78 | 80 | Range.getTextNodeRect() now correctly determines character offsets when the range |
79 | 81 | 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. |
81 | 83 | </action> |
82 | 84 | </release> |
83 | 85 |
|
|
0 commit comments