aboutsummaryrefslogtreecommitdiff
path: root/files/de/orphaned/web/html/global_attributes/dropzone/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/orphaned/web/html/global_attributes/dropzone/index.html')
-rw-r--r--files/de/orphaned/web/html/global_attributes/dropzone/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/files/de/orphaned/web/html/global_attributes/dropzone/index.html b/files/de/orphaned/web/html/global_attributes/dropzone/index.html
deleted file mode 100644
index 4aa40e2edc..0000000000
--- a/files/de/orphaned/web/html/global_attributes/dropzone/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: dropzone
-slug: orphaned/Web/HTML/Global_attributes/dropzone
-tags:
- - Experimentell
-translation_of: Web/HTML/Global_attributes/dropzone
-original_slug: Web/HTML/Globale_Attribute/dropzone
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p>
-
-<p>Das <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">globale Attribut</a> <strong>dropzone</strong> ist ein Attribut, das anzeigt, welche Arten von Inhalt auf dem Element abgelegt werden können. Es wird die <a href="/En/DragDrop/Drag_and_Drop" style="text-decoration: none; color: rgb(51, 102, 153) !important; cursor: default;" title="https://developer.mozilla.org/En/DragDrop/Drag_and_Drop">Drag and Drop API</a> verwendet. Es kann folgende Werte enthalten:</p>
-
-<ul>
- <li><code><span style="font-family: courier new;">copy</span></code>, was anzeigt, dass eine Kopie vom abgelegten Element erstellt wird.</li>
- <li><code><span style="font-family: courier new;">move</span></code>, was anzeigt, dass das abgelegte Element an diese neue Stelle verschoben wird.</li>
- <li><code><span style="font-family: courier new;">link</span></code>, was einen Link auf das abgelegte Element erzeugt.</li>
-</ul>
-
-<h2 id="Spezifikationen">Spezifikationen</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spezifikation</th>
- <th scope="col">Status</th>
- <th scope="col">Kommentar</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#the-dropzone-attribute", "dropzone")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Auszug von {{SpecName('HTML WHATWG')}}, der ursprünglichen Definition.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-
-<p>{{Compat("html.global_attributes.dropzone")}}</p>
-
-<div id="compat-mobile"> </div>
-
-<h2 id="Siehe_auch">Siehe auch</h2>
-
-<ul>
- <li>Alle <a href="/en-US/docs/Web/HTML/Global_attributes">globalen Attribute</a>.</li>
-</ul>