I have watched a few videos on Shadow DOM as some light viewing. Everyone appears to just ignore this mode. "Just don't make it closed" "Basically it is less flexible and you don't want it closed".
attachShadow( { mode: 'open' } )
Anyone concisely explain what this does?
Is a HTMLVideoElement
an example of a closed Shadow? I believe you can't create a shadow here because one already exists but you cannot access it or has this no relation?
Thanks.