- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Jan 2011 06:47:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv13986/src
Modified Files:
attributes.html datatypes.html head.html header.src.html
map-attributes.html references.html
Log Message:
document the dropzone attribute
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/src/head.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- head.html 24 Jul 2010 17:15:29 -0000 1.11
+++ head.html 21 Jan 2011 06:47:43 -0000 1.12
@@ -1,5 +1,5 @@
<head
xmlns="http://www.w3.org/1999/xhtml">
- <meta charset="utf-8"/><title>HTML: The Markup Language Reference</title>
+ <meta charset="utf-8"/><title>HTML5: The Markup Language Reference</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
Index: map-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/map-attributes.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- map-attributes.html 13 Dec 2010 08:06:46 -0000 1.11
+++ map-attributes.html 21 Jan 2011 06:47:43 -0000 1.12
@@ -559,6 +559,10 @@
<li>the-draggable-attribute</li>
</ul>
<ul>
+ <li>common.attrs.dropzone</li>
+ <li>the-dropzone-attribute</li>
+ </ul>
+ <ul>
<li>common.attrs.hidden</li>
<li>the-hidden-attribute</li>
</ul>
Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- header.src.html 24 Oct 2010 21:55:48 -0000 1.48
+++ header.src.html 21 Jan 2011 06:47:43 -0000 1.49
@@ -18,11 +18,12 @@
<div id="versions">
<div id="source"
class="url">http://dev.w3.org/html5/markup/</div>
- <div id="this" class="url">http://www.w3.org/TR/2010/WD-html-markup-20101019/</div>
+ <div id="this" class="url">http://www.w3.org/TR/2011/WD-html-markup-20110113/</div>
<div id="latest" class="url">http://www.w3.org/TR/html-markup/</div>
<!-- * you can have multiple previous URLs -->
<div class="previous url">http://www.w3.org/TR/2010/WD-html-markup-20100304/</div>
<div class="previous url">http://www.w3.org/TR/2010/WD-html-markup-20100624/</div>
+ <div class="previous url">http://www.w3.org/TR/2010/WD-html-markup-20101019/</div>
</div>
<div id="editors">
<div class="person">
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- references.html 16 Dec 2010 07:21:00 -0000 1.27
+++ references.html 21 Jan 2011 06:47:43 -0000 1.28
@@ -48,9 +48,6 @@
href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"
>ECMAScript Language Specification</a></cite>.
5th edition.</dd>
- <dd><span class="references-note" >(see in particular <a
- href="http://www.w3.org/TR/xml-entity-names/byalpha.html"
- >http://www.w3.org/TR/xml-entity-names/byalpha.html</a>)</span></dd>
<dt><dfn id="refsHTML5">HTML5</dfn></dt>
<dd><cite><a
href="http://dev.w3.org/html5/spec/"
@@ -127,5 +124,8 @@
>XML Entity definitions for Characters</a></cite>.
David Carlisle, Patrick Ion.
W3C Recommendation.</dd>
+ <dd><span class="references-note" >(see in particular <a
+ href="http://www.w3.org/TR/xml-entity-names/byalpha.html"
+ >http://www.w3.org/TR/xml-entity-names/byalpha.html</a>)</span></dd>
</dl>
</section>
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- datatypes.html 17 Dec 2010 13:01:43 -0000 1.57
+++ datatypes.html 21 Jan 2011 06:47:43 -0000 1.58
@@ -571,6 +571,75 @@
length.</div>
</dd>
</dl>
+ <dl><dt>functionbody</dt>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">Any JavaScript code matching the
+ <code>FunctionBody</code> production
+ <a href="#refsECMA262">[ECMA 262]</a>.</div>
+ </dd>
+ </dl>
+ <dl><dt>dropzonevalue</dt>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">
+ <p>An
+ <a href="#data-unordered-tokens">unordered set of unique space-separated tokens</a>,
+ each of which is a
+ <a href="#case-insensitive">case-insensitive match</a>
+ for one of the following:</p>
+
+ <dl>
+ <dt><code>copy</code></dt>
+
+ <dd><p>Indicates that dropping an accepted item on the element will result
+ in a copy of the dragged data.</p></dd>
+
+ <dt><code>move</code></dt>
+
+ <dd><p>Indicates that dropping an accepted item on the element will
+ result in the dragged data being moved to the new location.</p></dd>
+
+ <dt><code>link</code></dt>
+
+ <dd><p>Indicates that dropping an accepted item on the element will
+ result in a link to the original data.</p></dd>
+
+ <dt>Any
+ <a href="#data-string">string</a>
+ with three characters or more, beginning with the literal string
+ "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
+ </dt>
+
+ <dd><p>Indicates that <i>Plain Unicode string</i> items, of the type
+ indicated by the part of of the keyword after the
+ "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>"
+ string, can be dropped on this element.</p></dd>
+
+ <dt>Any
+ <a href="#data-string">string</a>
+ with three characters or more, beginning with the
+ literal string
+ "<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
+ </dt>
+
+ <dd><p>Indicates that <i>File</i> items, of the type
+ indicated by the part of of the keyword after the
+ "<code title="U+0066 LATIN SMALL LETTER F and U+003A COLON">f:</code>"
+ string, can be dropped on this element.</p></dd>
+ </dl>
+
+ <p>The value must not have more than one of the three tokens
+ "<code>copy</code>",
+ "<code>move</code>",
+ or
+ "<code>link</code>".
+ If none are specified, the element represents a
+ <code>copy</code> dropzone.</p>
+ </div>
+ </dd>
+ </dl>
+
<dl><dt>pattern</dt>
<dd></dd>
<dd>
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- attributes.html 7 Dec 2010 09:46:22 -0000 1.26
+++ attributes.html 21 Jan 2011 06:47:42 -0000 1.27
@@ -56,6 +56,12 @@
<dd>Specifies whether the element is draggable.</dd>
</dl>
<dl>
+ <dt id="common.attrs.dropzone" class="new">dropzone</dt>
+ <dd>Specifies what types of content can be dropped on the element,
+ and instructs the UA about which actions to take with content when
+ it is dropped on the element.</dd>
+ </dl>
+ <dl>
<dt id="common.attrs.hidden" class="new">hidden</dt>
<dd>Specifies that the element represents an element that is
not yet, or is no longer, relevant.</dd>
Received on Friday, 21 January 2011 06:47:48 UTC