html5/spec Overview.html,1.1963,1.1964

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12951

Modified Files:
	Overview.html 
Log Message:
Comment out broken link for now. (whatwg r2793)

Index: Overview.html
===================================================================
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:12:47 UTC