From ab9bd6586e6f1824f6c0cfc549dc3f78461a35f6 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 4 Jul 2021 00:22:21 +0900 Subject: orphaned 内にある browser-compat-data に関する非表示の指示を一括削除 (#1294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/orphaned/web/api/childnode/remove/index.html | 2 -- files/ja/orphaned/web/api/documentorshadowroot/index.html | 2 -- files/ja/orphaned/web/api/elementcssinlinestyle/index.html | 2 -- files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html | 2 -- files/ja/orphaned/web/api/parentnode/append/index.html | 2 -- files/ja/orphaned/web/api/parentnode/children/index.html | 2 -- files/ja/orphaned/web/api/parentnode/prepend/index.html | 2 -- files/ja/orphaned/web/api/parentnode/queryselectorall/index.html | 2 -- files/ja/orphaned/web/css/@media/scan/index.html | 2 -- files/ja/orphaned/web/css/@page/bleed/index.html | 2 -- files/ja/orphaned/web/css/@page/marks/index.html | 2 -- files/ja/orphaned/web/html/element/command/index.html | 2 -- files/ja/orphaned/web/html/element/element/index.html | 2 -- files/ja/orphaned/web/html/element/isindex/index.html | 2 -- files/ja/orphaned/web/html/element/listing/index.html | 2 -- files/ja/orphaned/web/html/element/multicol/index.html | 2 -- files/ja/orphaned/web/html/global_attributes/dropzone/index.html | 2 -- .../web/javascript/reference/global_objects/array/prototype/index.html | 2 -- .../global_objects/finalizationregistry/cleanupsome/index.html | 2 -- files/ja/orphaned/web/manifest/serviceworker/index.html | 2 -- files/ja/orphaned/web/svg/element/solidcolor/index.html | 2 -- 21 files changed, 42 deletions(-) (limited to 'files/ja') diff --git a/files/ja/orphaned/web/api/childnode/remove/index.html b/files/ja/orphaned/web/api/childnode/remove/index.html index 07288eb537..011729ae69 100644 --- a/files/ja/orphaned/web/api/childnode/remove/index.html +++ b/files/ja/orphaned/web/api/childnode/remove/index.html @@ -83,8 +83,6 @@ el.remove(); // 'div-02' の id を持った div を削除

ブラウザーの対応

- -

{{Compat("api.ChildNode.remove")}}

関連情報

diff --git a/files/ja/orphaned/web/api/documentorshadowroot/index.html b/files/ja/orphaned/web/api/documentorshadowroot/index.html index 6f4eceb73f..34431a10d3 100644 --- a/files/ja/orphaned/web/api/documentorshadowroot/index.html +++ b/files/ja/orphaned/web/api/documentorshadowroot/index.html @@ -72,8 +72,6 @@ original_slug: Web/API/DocumentOrShadowRoot

ブラウザーの対応

- -

{{Compat("api.DocumentOrShadowRoot")}}

[1] このインターフェイスの機能は {{DOMxRef("Document")}} オブジェクトにも実装されています。

diff --git a/files/ja/orphaned/web/api/elementcssinlinestyle/index.html b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html index c654081ebb..98acea3dc5 100644 --- a/files/ja/orphaned/web/api/elementcssinlinestyle/index.html +++ b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html @@ -43,8 +43,6 @@ original_slug: Web/API/ElementCSSInlineStyle

ブラウザーの互換性

- -

{{Compat("api.ElementCSSInlineStyle")}}

関連情報

diff --git a/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html b/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html index 75984c4084..14df7bb6af 100644 --- a/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html +++ b/files/ja/orphaned/web/api/elementcssinlinestyle/style/index.html @@ -92,8 +92,6 @@ color = 'red' > 'rgb(255, 0, 0)'

ブラウザーの互換性

- -

{{Compat("api.HTMLElement.style")}}

関連情報

diff --git a/files/ja/orphaned/web/api/parentnode/append/index.html b/files/ja/orphaned/web/api/parentnode/append/index.html index e218b7fe54..1206957c43 100644 --- a/files/ja/orphaned/web/api/parentnode/append/index.html +++ b/files/ja/orphaned/web/api/parentnode/append/index.html @@ -129,8 +129,6 @@ with(parent) {

ブラウザーの互換性

- -

{{Compat("api.ParentNode.append")}}

関連情報

diff --git a/files/ja/orphaned/web/api/parentnode/children/index.html b/files/ja/orphaned/web/api/parentnode/children/index.html index 2573bd3621..537c91d1c6 100644 --- a/files/ja/orphaned/web/api/parentnode/children/index.html +++ b/files/ja/orphaned/web/api/parentnode/children/index.html @@ -78,8 +78,6 @@ for (let i = 0; i < foo.children.length; i++) {

ブラウザー実装状況

- -

{{Compat("api.ParentNode.children")}}

関連情報

diff --git a/files/ja/orphaned/web/api/parentnode/prepend/index.html b/files/ja/orphaned/web/api/parentnode/prepend/index.html index 6e60e441f1..8c6c87cede 100644 --- a/files/ja/orphaned/web/api/parentnode/prepend/index.html +++ b/files/ja/orphaned/web/api/parentnode/prepend/index.html @@ -128,8 +128,6 @@ with(parent) {

ブラウザーの互換性

- -

{{Compat("api.ParentNode.prepend")}}

関連情報

diff --git a/files/ja/orphaned/web/api/parentnode/queryselectorall/index.html b/files/ja/orphaned/web/api/parentnode/queryselectorall/index.html index de66ebb363..01e307ed31 100644 --- a/files/ja/orphaned/web/api/parentnode/queryselectorall/index.html +++ b/files/ja/orphaned/web/api/parentnode/queryselectorall/index.html @@ -149,8 +149,6 @@ inner.length; // 0

ブラウザーの互換性

- -

{{Compat("api.ParentNode.querySelectorAll")}}

関連情報

diff --git a/files/ja/orphaned/web/css/@media/scan/index.html b/files/ja/orphaned/web/css/@media/scan/index.html index 5999f2552b..32bd2ddb14 100644 --- a/files/ja/orphaned/web/css/@media/scan/index.html +++ b/files/ja/orphaned/web/css/@media/scan/index.html @@ -84,6 +84,4 @@ original_slug: Web/CSS/@media/scan

ブラウザーの互換性

- -

{{Compat("css.at-rules.media.scan")}}

diff --git a/files/ja/orphaned/web/css/@page/bleed/index.html b/files/ja/orphaned/web/css/@page/bleed/index.html index 062c48e6ab..9549293bbe 100644 --- a/files/ja/orphaned/web/css/@page/bleed/index.html +++ b/files/ja/orphaned/web/css/@page/bleed/index.html @@ -70,8 +70,6 @@ bleed: 1cm;

ブラウザーの対応

- -

{{Compat("css.at-rules.page.bleed")}}

関連情報

diff --git a/files/ja/orphaned/web/css/@page/marks/index.html b/files/ja/orphaned/web/css/@page/marks/index.html index 2e3f359a58..c30841a401 100644 --- a/files/ja/orphaned/web/css/@page/marks/index.html +++ b/files/ja/orphaned/web/css/@page/marks/index.html @@ -75,8 +75,6 @@ marks: crop cross;

ブラウザーの対応

- -

{{Compat("css.at-rules.page.marks")}}

関連情報

diff --git a/files/ja/orphaned/web/html/element/command/index.html b/files/ja/orphaned/web/html/element/command/index.html index 809e025dd7..333d951bec 100644 --- a/files/ja/orphaned/web/html/element/command/index.html +++ b/files/ja/orphaned/web/html/element/command/index.html @@ -103,8 +103,6 @@ original_slug: Web/HTML/Element/command

ブラウザーの互換性

- -

{{Compat("html.elements.command")}}

{{ HTMLRef }}

diff --git a/files/ja/orphaned/web/html/element/element/index.html b/files/ja/orphaned/web/html/element/element/index.html index ebb719034b..b190379427 100644 --- a/files/ja/orphaned/web/html/element/element/index.html +++ b/files/ja/orphaned/web/html/element/element/index.html @@ -54,8 +54,6 @@ original_slug: Web/HTML/Element/element

ブラウザーの互換性

- -

{{Compat("html.elements.element")}}

関連情報

diff --git a/files/ja/orphaned/web/html/element/isindex/index.html b/files/ja/orphaned/web/html/element/isindex/index.html index 95ee2735ca..bcab9ea446 100644 --- a/files/ja/orphaned/web/html/element/isindex/index.html +++ b/files/ja/orphaned/web/html/element/isindex/index.html @@ -67,8 +67,6 @@ original_slug: Web/HTML/Element/isindex

ブラウザーの互換性

- -

{{Compat("html.elements.isindex")}}

関連情報

diff --git a/files/ja/orphaned/web/html/element/listing/index.html b/files/ja/orphaned/web/html/element/listing/index.html index f42c20aef2..5b94b90c04 100644 --- a/files/ja/orphaned/web/html/element/listing/index.html +++ b/files/ja/orphaned/web/html/element/listing/index.html @@ -39,8 +39,6 @@ original_slug: Web/HTML/Element/listing

ブラウザーの対応

- -

{{Compat("html.elements.listing")}}

関連情報

diff --git a/files/ja/orphaned/web/html/element/multicol/index.html b/files/ja/orphaned/web/html/element/multicol/index.html index b2434f0cc1..48323c60ef 100644 --- a/files/ja/orphaned/web/html/element/multicol/index.html +++ b/files/ja/orphaned/web/html/element/multicol/index.html @@ -25,8 +25,6 @@ original_slug: Web/HTML/Element/multicol

ブラウザーの対応

- -

{{Compat("html.elements.multicol")}}

関連情報

diff --git a/files/ja/orphaned/web/html/global_attributes/dropzone/index.html b/files/ja/orphaned/web/html/global_attributes/dropzone/index.html index eab333f156..7611ba91d8 100644 --- a/files/ja/orphaned/web/html/global_attributes/dropzone/index.html +++ b/files/ja/orphaned/web/html/global_attributes/dropzone/index.html @@ -38,8 +38,6 @@ original_slug: Web/HTML/Global_attributes/dropzone

ブラウザーの互換性

- -

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

関連情報

diff --git a/files/ja/orphaned/web/javascript/reference/global_objects/array/prototype/index.html b/files/ja/orphaned/web/javascript/reference/global_objects/array/prototype/index.html index 661804b263..d2bb680812 100644 --- a/files/ja/orphaned/web/javascript/reference/global_objects/array/prototype/index.html +++ b/files/ja/orphaned/web/javascript/reference/global_objects/array/prototype/index.html @@ -165,8 +165,6 @@ original_slug: Web/JavaScript/Reference/Global_Objects/Array/prototype

ブラウザーの対応

- -

{{Compat("javascript.builtins.Array.prototype")}}

関連情報

diff --git a/files/ja/orphaned/web/javascript/reference/global_objects/finalizationregistry/cleanupsome/index.html b/files/ja/orphaned/web/javascript/reference/global_objects/finalizationregistry/cleanupsome/index.html index 2727c2e736..79be956f9c 100644 --- a/files/ja/orphaned/web/javascript/reference/global_objects/finalizationregistry/cleanupsome/index.html +++ b/files/ja/orphaned/web/javascript/reference/global_objects/finalizationregistry/cleanupsome/index.html @@ -65,8 +65,6 @@ original_slug: Web/JavaScript/Reference/Global_Objects/FinalizationRegistry/clea

ブラウザーの互換性

- -

{{Compat("javascript.builtins.FinalizationRegistry.cleanupSome")}}

関連情報

diff --git a/files/ja/orphaned/web/manifest/serviceworker/index.html b/files/ja/orphaned/web/manifest/serviceworker/index.html index 37ee7d4449..7edb229072 100644 --- a/files/ja/orphaned/web/manifest/serviceworker/index.html +++ b/files/ja/orphaned/web/manifest/serviceworker/index.html @@ -73,6 +73,4 @@ original_slug: Web/Manifest/serviceworker

ブラウザーの互換性

- -

{{Compat("html.manifest.serviceworker")}}

diff --git a/files/ja/orphaned/web/svg/element/solidcolor/index.html b/files/ja/orphaned/web/svg/element/solidcolor/index.html index ef66e31943..56480133c7 100644 --- a/files/ja/orphaned/web/svg/element/solidcolor/index.html +++ b/files/ja/orphaned/web/svg/element/solidcolor/index.html @@ -72,8 +72,6 @@ original_slug: Web/SVG/Element/solidColor

ブラウザーの互換性

- -

{{Compat("svg.elements.solidcolor")}}

関連情報

-- cgit v1.2.3-54-g00ecf