Open
Description
Summary
Node.parentElement has type HTMLElement | null
but it should be Element | null
Expected vs. Actual Behavior
Expected: node.parentElement
type to be Element | null
Actual: HTMLElement | null
Playground Link
Browser Support
- This API is supported in at least two major browser engines (not two Chromium-based browsers).
Have Tried The Latest Releases
- This issue applies to the latest release of TypeScript.
- This issue applies to the latest release of
@types/web
.
Additional Context
Proof: run the example in the playground.
Similar to: