jsdom/jsdom
### [`v16.4.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#1640)
[Compare Source](https://togithub.com/jsdom/jsdom/compare/16.3.0...16.4.0)
- Added a not-implemented warning if you try to use the second pseudo-element argument to `getComputedStyle()`, unless you pass a `::part` or `::slotted` pseudo-element, in which case we throw an error per the spec. (ExE-Boss)
- Improved the performance of repeated access to `el.tagName`, which also indirectly improves performance of selector matching and style computation. (eps1lon)
- Fixed `form.elements` to respect the `form=""` attribute, so that it can contain non-descendant form controls. (ccwebdesign)
- Fixed `el.focus()` to do nothing on disconnected elements. (eps1lon)
- Fixed `el.focus()` to work on SVG elements. (zjffun)
- Fixed removing the currently-focused element to move focus to the `` element. (eps1lon)
- Fixed `imgEl.complete` to return true for `` elements with empty or unset `src=""` attributes. (strager)
- Fixed `imgEl.complete` to return true if an error occurs loading the ``, when canvas is enabled. (strager)
- Fixed `imgEl.complete` to return false if the `` element's `src=""` attribute is reset. (strager)
- Fixed the `valueMissing` validation check for ``. (zjffun)
- Fixed `translate=""` and `draggable=""` attribute processing to use ASCII case-insensitivity, instead of Unicode case-insensitivity. (zjffun)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
16.3.0
->16.4.0
Release Notes
jsdom/jsdom
### [`v16.4.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#1640) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.3.0...16.4.0) - Added a not-implemented warning if you try to use the second pseudo-element argument to `getComputedStyle()`, unless you pass a `::part` or `::slotted` pseudo-element, in which case we throw an error per the spec. (ExE-Boss) - Improved the performance of repeated access to `el.tagName`, which also indirectly improves performance of selector matching and style computation. (eps1lon) - Fixed `form.elements` to respect the `form=""` attribute, so that it can contain non-descendant form controls. (ccwebdesign) - Fixed `el.focus()` to do nothing on disconnected elements. (eps1lon) - Fixed `el.focus()` to work on SVG elements. (zjffun) - Fixed removing the currently-focused element to move focus to the `` element. (eps1lon) - Fixed `imgEl.complete` to return true for `` elements with empty or unset `src=""` attributes. (strager) - Fixed `imgEl.complete` to return true if an error occurs loading the ``, when canvas is enabled. (strager) - Fixed `imgEl.complete` to return false if the `` element's `src=""` attribute is reset. (strager) - Fixed the `valueMissing` validation check for ``. (zjffun) - Fixed `translate=""` and `draggable=""` attribute processing to use ASCII case-insensitivity, instead of Unicode case-insensitivity. (zjffun)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This change is