-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
files/ja/web/api/htmltemplateelement/shadowrootclonable/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "HTMLTemplateElement: shadowRootClonable プロパティ" | ||
short-title: shadowRootClonable | ||
slug: Web/API/HTMLTemplateElement/shadowRootClonable | ||
l10n: | ||
sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd | ||
--- | ||
|
||
{{APIRef("Web Components")}} | ||
|
||
**`shadowRootClonable`** プロパティは、関連付けられた [`<template>`](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootclonable`](/ja/docs/Web/HTML/Element/template#shadowrootclonable) 属性の値を反映します。 | ||
|
||
このプロパティは開発者にとって有用ではないことに注意してください。 | ||
`<template>` 要素を使用して宣言的に [`ShadowRoot`](/ja/docs/Web/API/ShadowRoot) を作成する場合は、このオブジェクトおよびプロパティは存在しません。 | ||
それ以外の場合、`HTMLTemplateElement` が作成された場合は、オブジェクトがシャドウルートではないため、このプロパティの値は無関係であり、シャドウルートに変更することはできません。 | ||
|
||
## 値 | ||
|
||
関連付けられた [`<template>`](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootclonable`](/ja/docs/Web/HTML/Element/template#shadowrootclonable) 属性の値を反映します。 | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## ブラウザーの互換性 | ||
|
||
{{Compat}} | ||
|
||
## 関連情報 | ||
|
||
- [`shadowrootclonable`](/ja/docs/Web/HTML/Element/template#shadowrootclonable)(`<template>` 要素の属性) | ||
- [`ShadowRoot.clonable`](/ja/docs/Web/API/ShadowRoot/clonable) |
32 changes: 32 additions & 0 deletions
32
files/ja/web/api/htmltemplateelement/shadowrootdelegatesfocus/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "HTMLTemplateElement: shadowRootDelegatesFocus プロパティ" | ||
short-title: shadowRootDelegatesFocus | ||
slug: Web/API/HTMLTemplateElement/shadowRootDelegatesFocus | ||
l10n: | ||
sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd | ||
--- | ||
|
||
{{APIRef("Web Components")}} | ||
|
||
**`shadowRootDelegatesFocus`** は {{domxref("HTMLTemplateElement")}} インターフェイスのプロパティで、関連付けられた [`<template>`](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootdelegatesfocus`](/ja/docs/Web/HTML/Element/template#shadowrootdelegatesfocus) 属性の値を反映します。 | ||
|
||
このプロパティは開発者にとって有用ではないことに注意してください。 | ||
`<template>` 要素を使用して宣言的に [`ShadowRoot`](/ja/docs/Web/API/ShadowRoot) を作成する場合は、このオブジェクトおよびプロパティは存在しません。 | ||
それ以外の場合、`HTMLTemplateElement` が作成された場合は、オブジェクトがシャドウルートではないため、このプロパティの値は無関係であり、シャドウルートに変更することはできません。 | ||
|
||
## 値 | ||
|
||
関連付けられた [`<template>`](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootdelegatesfocus`](/ja/docs/Web/HTML/Element/template#shadowrootdelegatesfocus) 属性の値を反映します。 | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## ブラウザーの互換性 | ||
|
||
{{Compat}} | ||
|
||
## 関連情報 | ||
|
||
- [`shadowrootdelegatesfocus`](/ja/docs/Web/HTML/Element/template#shadowrootdelegatesfocus)(`<template>` 要素の属性) | ||
- [`ShadowRoot.delegatesFocus`](/ja/docs/Web/API/ShadowRoot/delegatesFocus) |
32 changes: 32 additions & 0 deletions
32
files/ja/web/api/htmltemplateelement/shadowrootmode/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "HTMLTemplateElement: shadowRootMode プロパティ" | ||
short-title: shadowRootMode | ||
slug: Web/API/HTMLTemplateElement/shadowRootMode | ||
l10n: | ||
sourceCommit: 26091e4af9c73bb6c5d1466df5070c949498fdbd | ||
--- | ||
|
||
{{APIRef("Web Components")}} | ||
|
||
**`shadowRootMode`** は {{domxref("HTMLTemplateElement")}} インターフェイスのプロパティで、関連付けられた [`<template>`](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootmode`](/ja/docs/Web/HTML/Element/template#shadowrootmode) 属性の値を反映します。 | ||
|
||
このプロパティは開発者にとって有用ではないことに注意してください。 | ||
`<template>` 要素を使用して宣言的に [`ShadowRoot`](/ja/docs/Web/API/ShadowRoot) を作成する場合は、このオブジェクトおよびプロパティは存在しません。 | ||
それ以外の場合、`HTMLTemplateElement` が作成された場合は、オブジェクトがシャドウルートではないため、このプロパティの値は無関係であり、シャドウルートに変更することはできません。 | ||
|
||
## 値 | ||
|
||
関連付けられた [`<template>`](/ja/docs/Web/HTML/Element/template) 要素の [`shadowrootmode`](/ja/docs/Web/HTML/Element/template#shadowrootmode) 属性の値を反映します。 | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## ブラウザーの互換性 | ||
|
||
{{Compat}} | ||
|
||
## 関連情報 | ||
|
||
- [`shadowrootmode`](/ja/docs/Web/HTML/Element/template#shadowrootmode)(`<template>` 要素の属性) | ||
- [`ShadowRoot.mode`](/ja/docs/Web/API/ShadowRoot/mode) |