aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/_redirects.txt1
-rw-r--r--files/ja/_wikihistory.json9
-rw-r--r--files/ja/orphaned/web/html/global_attributes/dropzone/index.html47
3 files changed, 0 insertions, 57 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt
index 358edf464f..acf99ad1ed 100644
--- a/files/ja/_redirects.txt
+++ b/files/ja/_redirects.txt
@@ -4038,7 +4038,6 @@
/ja/docs/Web/HTML/Forms/Styling_HTML_forms /ja/docs/Learn/Forms/Styling_web_forms
/ja/docs/Web/HTML/Forms/The_native_form_widgets /ja/docs/Learn/Forms/Basic_native_form_controls
/ja/docs/Web/HTML/Forms_in_HTML /ja/docs/Learn/Forms/HTML5_input_types
-/ja/docs/Web/HTML/Global_attributes/dropzone /ja/docs/orphaned/Web/HTML/Global_attributes/dropzone
/ja/docs/Web/HTML/HTML5 /ja/docs/orphaned/Web/Guide/HTML/HTML5
/ja/docs/Web/HTML/HTML5/Constraint_validation /ja/docs/orphaned/Web/Guide/HTML/HTML5/Constraint_validation
/ja/docs/Web/HTML/HTML5/Forms_in_HTML5 /ja/docs/Learn/Forms/HTML5_input_types
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json
index a53b5f04e0..26036b5778 100644
--- a/files/ja/_wikihistory.json
+++ b/files/ja/_wikihistory.json
@@ -51173,15 +51173,6 @@
"silverskyvicto"
]
},
- "orphaned/Web/HTML/Global_attributes/dropzone": {
- "modified": "2020-12-07T13:17:08.707Z",
- "contributors": [
- "mfuji09",
- "reodog",
- "yyss",
- "hamasaki"
- ]
- },
"orphaned/Web/HTML/HTML_Extensions": {
"modified": "2019-01-16T14:37:34.613Z",
"contributors": [
diff --git a/files/ja/orphaned/web/html/global_attributes/dropzone/index.html b/files/ja/orphaned/web/html/global_attributes/dropzone/index.html
deleted file mode 100644
index 7611ba91d8..0000000000
--- a/files/ja/orphaned/web/html/global_attributes/dropzone/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: dropzone
-slug: orphaned/Web/HTML/Global_attributes/dropzone
-tags:
- - Deprecated
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/dropzone
-original_slug: Web/HTML/Global_attributes/dropzone
----
-<div>{{HTMLSidebar("Global_attributes")}}{{deprecated_header}}</div>
-
-<p><strong><code>dropzone</code></strong> <a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a> は、 <a href="/ja/docs/Web/API/HTML_Drag_and_Drop_API">HTML Drag and Drop API</a> を使用して要素上にどのようなコンテンツをドロップできるかを示す列挙型属性です。以下の値を使用できます。</p>
-
-<ul>
- <li><code>copy</code>: ドロップにより、ドロップした要素のコピーを生成することを示す</li>
- <li><code>move</code>: ドロップされた要素は新しい場所に移動されることを示す</li>
- <li><code>link</code>: ドラッグしたデータへのリンクを生成する</li>
-</ul>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#the-dropzone-attribute", "dropzone")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>{{SpecName('HTML WHATWG')}} のスナップショット、初回定義。</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<p>{{Compat("html.global_attributes.dropzone")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>すべての <a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>。</li>
-</ul>