You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,14 @@ Other guidelines:
26
26
* Roughly order changes within those groupings by impact.
27
27
-->
28
28
29
+
## 16.7.0
30
+
31
+
* Added `AbortSignal.abort()`. (ninevra)
32
+
* Added dummy `x` and `y` properties to the return value of `getBoundingClientRect()`. (eiko)
33
+
* Implemented wrapping for `textareaEl.value` if the `wrap=""` attribute is specified. (ninevra)
34
+
* Changed newline normalization in `<textarea>`s according to [recent HTML Standard updates](https://blog.whatwg.org/newline-normalizations-in-form-submission). (ninevra)
35
+
* Fixed some bad cascade computation in `getComputedStyle()`. (romain-trotard)
0 commit comments