Html – Access to the actual/visual DOM using custom elements and template
Say I have this thing called a "panel". It contains a hidden section and a button to show it. Easy enough. However I got a little fancy and decided to use a custom element <custom-panel> to markup the boundaries for…