Skip to content

Commit

Permalink
Remove dropzone content (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 21, 2020
1 parent 5164a9d commit 1980248
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 76 deletions.
16 changes: 0 additions & 16 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -131431,22 +131431,6 @@
"teoli"
]
},
"Web/HTML/Global_attributes/dropzone": {
"modified": "2020-10-15T21:31:59.672Z",
"contributors": [
"alattalatta",
"mfuji09",
"jpreuss",
"mfluehr",
"PushpitaPikuDey",
"pmdartus",
"fscholz",
"Neoares",
"jpmedley",
"knod",
"teoli"
]
},
"Web/HTML/Global_attributes/hidden": {
"modified": "2020-10-19T23:34:29.844Z",
"contributors": [
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/api/htmlelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ <h2 id="Properties">Properties</h2>
<dd>Is a {{DOMxRef("DOMString")}}, reflecting the <code>dir</code> global attribute, representing the directionality of the element. Possible values are <code>"ltr"</code>, <code>"rtl"</code>, and <code>"auto"</code>.</dd>
<dt>{{DOMxRef("HTMLElement.draggable")}}</dt>
<dd>Is a {{JSxRef("Boolean")}} indicating if the element can be dragged.</dd>
<dt>{{DOMxRef("HTMLElement.dropzone")}} {{ReadOnlyInline}}</dt>
<dd>Returns a {{DOMxRef("DOMSettableTokenList")}} reflecting the <code>dropzone</code> global attribute and describing the behavior of the element regarding a drop operation.</dd>
<dt>{{DOMxRef("HTMLElement.hidden")}}</dt>
<dd>Is a {{JSxRef("Boolean")}} indicating if the element is hidden or not.</dd>
<dt>{{DOMxRef("HTMLElement.inert")}}</dt>
Expand Down
5 changes: 0 additions & 5 deletions files/en-us/web/html/attributes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,6 @@ <h2 id="Attribute_list">Attribute list</h2>
<td><a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a></td>
<td>Defines whether the element can be dragged.</td>
</tr>
<tr>
<td><code><a href="/en-US/docs/Web/HTML/Global_attributes/dropzone">dropzone</a></code></td>
<td><a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a></td>
<td>Indicates that the element accepts the dropping of content onto it.</td>
</tr>
<tr>
<td><code><a href="/en-US/docs/Web/HTML/Attributes/enctype">enctype</a></code></td>
<td>{{ HTMLElement("form") }}</td>
Expand Down
45 changes: 0 additions & 45 deletions files/en-us/web/html/global_attributes/dropzone/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions files/en-us/web/html/global_attributes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ <h2 id="List_of_global_attributes">List of global attributes</h2>
<li><code>false</code>, which indicates that the element may not be dragged.</li>
</ul>
</dd>
<dt><a href="/en-US/docs/Web/HTML/Global_attributes/dropzone">{{HTMLAttrDef("dropzone")}}</a> {{deprecated_inline}}</dt>
<dd>An enumerated attribute indicating what types of content can be dropped on an element, using the <a href="/en-US/docs/DragDrop/Drag_and_Drop">Drag and Drop API</a>. It can have the following values:
<ul>
<li><code>copy</code>, which indicates that dropping will create a copy of the element that was dragged</li>
<li><code>move</code>, which indicates that the element that was dragged will be moved to this new location.</li>
<li><code>link</code>, will create a link to the dragged data.</li>
</ul>
</dd>
<dt><a href="/en-US/docs/Web/HTML/Global_attributes/exportparts">{{HTMLAttrDef("exportparts")}}</a> {{Experimental_Inline}}</dt>
<dd>Used to transitively export shadow parts from a nested shadow tree into a containing light tree.</dd>
<dt><a href="/en-US/docs/Web/HTML/Global_attributes/hidden">{{HTMLAttrDef("hidden")}}</a></dt>
Expand Down

0 comments on commit 1980248

Please sign in to comment.