|
8 | 8 | "rationale": "if",
|
9 | 9 | "steps": [
|
10 | 10 | {
|
11 |
| - "html": "The <a data-link-type=\"idl\" data-lt=\"DataTransfer\" data-type=\"interface\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#drag-data-store\">drag data store</a> is in\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#concept-dnd-ro\">read-only</a>\n mode. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
| 11 | + "html": "The <a data-link-type=\"interface\" data-lt=\"DataTransfer\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#drag-data-store\">drag data store</a> is in\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#concept-dnd-ro\">read-only</a>\n mode. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
12 | 12 | },
|
13 | 13 | {
|
14 |
| - "html": "If the pasted content is a file, the <a data-link-type=\"idl\" data-lt=\"DataTransfer\" data-type=\"interface\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a>\n object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> being the file's <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://mimesniff.spec.whatwg.org/#mime-type\">mime type</a>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>File</i>, and whose data is a <a href=\"https://www.w3.org/TR/FileAPI/#dfn-file\">File object</a> corresponding to the\n pasted file. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
| 14 | + "html": "If the pasted content is a file, the <a data-link-type=\"interface\" data-lt=\"DataTransfer\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a>\n object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> being the file's <a data-link-type=\"dfn\" href=\"https://mimesniff.spec.whatwg.org/#mime-type\">mime type</a>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>File</i>, and whose data is a <a href=\"https://www.w3.org/TR/FileAPI/#dfn-file\">File object</a> corresponding to the\n pasted file. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
15 | 15 | },
|
16 | 16 | {
|
17 |
| - "html": "The <a data-link-type=\"idl\" data-lt=\"DataTransfer\" data-type=\"interface\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#drag-data-store-item-list\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> <code>\"text/html\"</code>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>Plain Unicode string</i>, and whose data is a HTML\n representation of the content that is in the clipboard, or\n in the <a href=\"https://www.w3.org/TR/input-events-2/#dfn-kill-buffer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-kill-buffer-3\">kill buffer</a>, to be dropped or otherwise the\n content that is to be added. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
| 17 | + "html": "The <a data-link-type=\"interface\" data-lt=\"DataTransfer\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#drag-data-store-item-list\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> <code>\"text/html\"</code>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>Plain Unicode string</i>, and whose data is a HTML\n representation of the content that is in the clipboard, or\n in the <a href=\"https://www.w3.org/TR/input-events-2/#dfn-kill-buffer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-kill-buffer-3\">kill buffer</a>, to be dropped or otherwise the\n content that is to be added. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
18 | 18 | },
|
19 | 19 | {
|
20 |
| - "html": "The <a data-link-type=\"idl\" data-lt=\"DataTransfer\" data-type=\"interface\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> <code>\"text/plain\"</code>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>Plain Unicode string</i>, and whose data is a plain text\n representation of the content that is to be pasted, dropped\n or otherwise added. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
| 20 | + "html": "The <a data-link-type=\"interface\" data-lt=\"DataTransfer\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> <code>\"text/plain\"</code>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>Plain Unicode string</i>, and whose data is a plain text\n representation of the content that is to be pasted, dropped\n or otherwise added. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
21 | 21 | },
|
22 | 22 | {
|
23 |
| - "html": "If the content to be pasted is a link, the\n <a data-link-type=\"idl\" data-lt=\"DataTransfer\" data-type=\"interface\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> <code>\"text/uri-list\"</code>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>Plain Unicode string</i>, and whose data is a plain text\n representation of the link that is dropped or otherwise\n added. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
| 23 | + "html": "If the content to be pasted is a link, the\n <a data-link-type=\"interface\" data-lt=\"DataTransfer\" href=\"https://html.spec.whatwg.org/multipage/dnd.html#datatransfer\"><code>DataTransfer</code></a> object's <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">drag data store\n item list</a> contains one entry with the <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-type-string\">drag data\n item type string</a> <code>\"text/uri-list\"</code>, whose\n <a href=\"https://html.spec.whatwg.org/multipage/dnd.html#the-drag-data-item-kind\">kind</a> is\n <i>Plain Unicode string</i>, and whose data is a plain text\n representation of the link that is dropped or otherwise\n added. [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/input-events-2/#bib-html\" title=\"HTML Standard\">HTML</a></cite>]" |
24 | 24 | }
|
25 | 25 | ]
|
26 | 26 | }
|
|
0 commit comments