From c36c4b576af3da6abf424886ec3cc1129c166554 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 13 Dec 2021 23:15:58 +0900 Subject: Web/HTML/Global_attributes/part を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ja/web/html/global_attributes/part/index.html | 44 ---------------------- files/ja/web/html/global_attributes/part/index.md | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 files/ja/web/html/global_attributes/part/index.html create mode 100644 files/ja/web/html/global_attributes/part/index.md (limited to 'files/ja/web/html') diff --git a/files/ja/web/html/global_attributes/part/index.html b/files/ja/web/html/global_attributes/part/index.html deleted file mode 100644 index 836c05b0a9..0000000000 --- a/files/ja/web/html/global_attributes/part/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: part -slug: Web/HTML/Global_attributes/part -tags: - - Global attributes - - HTML - - Reference - - part -translation_of: Web/HTML/Global_attributes/part ---- -
{{HTMLSidebar("Global_attributes")}}
- -

partグローバル属性で、要素のパート名のスペース区切りのリストが含まれています。 CSS はパート名を使用して、 {{CSSxRef("::part")}} 擬似要素を介してシャドウツリー内の特定の要素の選択およびスタイルの設定を行うことができます。

- -

使用例については Shadow part example をご覧ください。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Shadow Parts", "#part-attr", "part")}}{{Spec2('CSS Shadow Parts')}}
- -

ブラウザーの互換性

- -

{{Compat("html.global_attributes.part")}}

- -

関連情報

- - diff --git a/files/ja/web/html/global_attributes/part/index.md b/files/ja/web/html/global_attributes/part/index.md new file mode 100644 index 0000000000..836c05b0a9 --- /dev/null +++ b/files/ja/web/html/global_attributes/part/index.md @@ -0,0 +1,44 @@ +--- +title: part +slug: Web/HTML/Global_attributes/part +tags: + - Global attributes + - HTML + - Reference + - part +translation_of: Web/HTML/Global_attributes/part +--- +
{{HTMLSidebar("Global_attributes")}}
+ +

partグローバル属性で、要素のパート名のスペース区切りのリストが含まれています。 CSS はパート名を使用して、 {{CSSxRef("::part")}} 擬似要素を介してシャドウツリー内の特定の要素の選択およびスタイルの設定を行うことができます。

+ +

使用例については Shadow part example をご覧ください。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Shadow Parts", "#part-attr", "part")}}{{Spec2('CSS Shadow Parts')}}
+ +

ブラウザーの互換性

+ +

{{Compat("html.global_attributes.part")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf