We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<body>
<head> <script src=//esm.run/nusa/link/root></script> </head> <link let=root href=module.js> <link target="input[type=button]" href=counter.js> <body> <input :=root.Log type=text :: value:=root.msg placeholder:=root.default> <input :=root.Log type=button :: value:=count on:click=increment> </body>
<script src=//esm.run/nusa/link/element></script> <input :=io.Log type=text ::="<link scope=self let=io href=module.js>" value:=io.msg placeholder:=io.default >
🤔 Question: should the default (when no scope attribute) binding pass to children too like in render-scope > template[shadowrootmode] *
scope
render-scope > template[shadowrootmode] *
Possible value for scope attribute:
self
:scope
this
child
:scope > *
inside
:scope *
all
:scope, :scope *
The text was updated successfully, but these errors were encountered:
No branches or pull requests
link module to
<body>
link module to specific element
Possible value for
scope
attribute:self
- querySelector(:scope
) or same asthis
Elementchild
- querySelectorAll(:scope > *
)inside
- querySelectorAll(:scope *
)all
- querySelectorAll(:scope, :scope *
)The text was updated successfully, but these errors were encountered: