spec/Overview.html 1.1964 2793 Comment out broken link for now. (whatwg

Comment out broken link for now. (whatwg r2793)

6.8 Drag and drop
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1964.html#dnd
6.7.2 Making entire documents editable
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1964.html#making-entire-documents-editable

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1963&r2=1.1964&f=h
http://html5.org/tools/web-apps-tracker?from=2792&to=2793

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1963
retrieving revision 1.1964
diff -u -d -r1.1963 -r1.1964
--- Overview.html 11 Feb 2009 10:47:36 -0000 1.1963
+++ Overview.html 11 Feb 2009 21:12:34 -0000 1.1964
@@ -35181,9 +35181,11 @@
   disabled. Other values must be ignored.<p>When <code title=dom-document-designMode><a href=#designMode>designMode</a></code> is
   enabled, the DOM attribute must return the value "<code title="">on</code>", and when it is disabled, it must return the
   value "<code title="">off</code>".<p>The last state set must persist until the document is destroyed
-  or the state is changed. Initially, documents must have their <code title=dom-document-designMode><a href=#designMode>designMode</a></code> disabled.<p>Enabling <code title=dom-document-designMode><a href=#designMode>designMode</a></code>
-  <a href=#designModeScriptBlocked>causes scripts in general to be
-  disabled</a> and the document to become editable.<h3 id=dnd><span class=secno>6.8 </span><dfn>Drag and drop</dfn></h3><!--XXX
+  or the state is changed. Initially, documents must have their <code title=dom-document-designMode><a href=#designMode>designMode</a></code> disabled.</p><!-- XXX does designMode disable scripting or not?
+  <p>Enabling <code title="dom-document-designMode">designMode</code>
+  <a href="#designModeScriptBlocked">causes scripts in general to be
+  disabled</a> and the document to become editable.</p>
+--><h3 id=dnd><span class=secno>6.8 </span><dfn>Drag and drop</dfn></h3><!--XXX
 
 http://msdn.microsoft.com/workshop/author/datatransfer/overview.asp
 http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/clipboarddata.asp

Received on Wednesday, 11 February 2009 21:16:03 UTC