diff options
Diffstat (limited to 'files/ja/web/api/window/customelements/index.html')
-rw-r--r-- | files/ja/web/api/window/customelements/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/window/customelements/index.html b/files/ja/web/api/window/customelements/index.html index 68440b9170..3477445e1e 100644 --- a/files/ja/web/api/window/customelements/index.html +++ b/files/ja/web/api/window/customelements/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/customElements --- <div>{{APIRef}}</div> -<p><span class="seoSummary">{{domxref("Window")}} インターフェイスの読み取り専用 <code>customElements</code> プロパティは、 新しい<a href="/en-US/docs/Web/Web_Components/Using_custom_elements">カスタムエレメント</a>を登録し、かつ以前に登録したカスタムエレメントに関する情報を取得する事ができる {{domxref("CustomElementRegistry")}} オブジェクトへのリファレンスを返します。</span></p> +<p><span class="seoSummary">{{domxref("Window")}} インターフェイスの読み取り専用 <code>customElements</code> プロパティは、 新しい<a href="/ja/docs/Web/Web_Components/Using_custom_elements">カスタムエレメント</a>を登録し、かつ以前に登録したカスタムエレメントに関する情報を取得する事ができる {{domxref("CustomElementRegistry")}} オブジェクトへのリファレンスを返します。</span></p> <h2 id="Syntax" name="Syntax">構文</h2> |