Skip to content

Commit ad3532e

Browse files
authored
docs(rendering): add link to shadowdom
1 parent af4c01a commit ad3532e

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)