Skip to content

Commit

Permalink
Update files/en-us/web/api/htmltemplateelement/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
  • Loading branch information
hamishwillee and chrisdavidmills authored May 17, 2024
1 parent 2e436cf commit 08798bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmltemplateelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _This interface inherits the properties of {{domxref("HTMLElement")}}._

- : A string that reflects the value of the [`shadowrootmode`](/en-US/docs/Web/HTML/Element/template#shadowrootmode) attribute of the associated `<template>` element.

> **Note:** The "shadow" properties of this object have has no practical use.
> **Note:** This object's "shadow" properties have no practical use.
> If the corresponding `<template>` element declaratively creates a [`ShadowRoot`](/en-US/docs/Web/API/ShadowRoot) then there is no `HTMLTemplateElement` object.
> Otherwise an `HTMLTemplateElement` object is created that reflects the element, but this cannot subsequently be changed to a `ShadowRoot`.
Expand Down

0 comments on commit 08798bb

Please sign in to comment.