named-slots
named-slots copied to clipboard
Should polyfill host property on shadow root and not expose parentNode
To match the native implementations, shadowRoots should not expose their parentNode
property (should return null) but they should expose a host
property which would point to the non-polyfilled parentNode
.