aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-15 14:24:16 +0900
committerGitHub <noreply@github.com>2021-08-15 14:24:16 +0900
commit7108a120f6c9b418eb54696071721349e3397879 (patch)
tree15ba3e13690cd12b47531f62eaf9fdc8a3eceb23 /files/ja/orphaned/web
parent39b7687ec903af311503c08492e352699e81b396 (diff)
downloadtranslated-content-7108a120f6c9b418eb54696071721349e3397879.tar.gz
translated-content-7108a120f6c9b418eb54696071721349e3397879.tar.bz2
translated-content-7108a120f6c9b418eb54696071721349e3397879.zip
orphaned/Web/HTML/Global_attributes/dropzone を削除 (#1956)
- 英語版が削除されたのに追随
Diffstat (limited to 'files/ja/orphaned/web')
-rw-r--r--files/ja/orphaned/web/html/global_attributes/dropzone/index.html47
1 files changed, 0 insertions, 47 deletions
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>