Skip to content

Commit 6259c32

Browse files
authored
Merge pull request #79 from github/docs-rendering-add-link-to-shadowdom
docs(rendering): add link to shadowdom
2 parents af4c01a + ad3532e commit 6259c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_guide/rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Remember to _always_ make your JavaScript progressively enhanced, where possible
2121
</div>
2222
</div>
2323

24-
By leveraging the native [`ShadowDOM`] feature, Catalyst components can render complex sub-trees, fully encapsulated from the rest of the page.
24+
By leveraging the native [`ShadowDOM`](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) feature, Catalyst components can render complex sub-trees, fully encapsulated from the rest of the page.
2525

2626
Catalyst will automatically look for elements that match the `template[data-shadowroot]` selector, within your controller. If it finds one as a direct-child of your controller, it will use that to create a shadowRoot.
2727

0 commit comments

Comments
 (0)