- Added
AbortSignal.abort()
. (ninevra) - Added dummy
x
andy
properties to the return value ofgetBoundingClientRect()
. (eiko) - Implemented wrapping for
textareaEl.value
if thewrap=""
attribute is specified. (ninevra) - Changed newline normalization in
<textarea>
s according to recent HTML Standard updates. (ninevra) - Fixed some bad cascade computation in
getComputedStyle()
. (romain-trotard)