Skip to content

Commit

Permalink
2024/05/17 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Oct 3, 2024
1 parent a47168d commit 8bb0af7
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
32 changes: 32 additions & 0 deletions files/ja/web/api/htmltemplateelement/shadowrootclonable/index.md
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)
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 files/ja/web/api/htmltemplateelement/shadowrootmode/index.md
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)

0 comments on commit 8bb0af7

Please sign in to comment.