Last active
August 30, 2015 13:11
-
-
Save robhrt7/60660e22eb396ac8ddcc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Template to be transformed into Shadow DOM --> | |
<template> | |
<a href="" class="button">Button</a> | |
<script> | |
document.querySelectorAll('.button'); // Document is global, but how to reference current Shadow DOM document? | |
</script> | |
<template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment