html5/markup/elements body.html,1.14,1.15

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv11885/elements

Modified Files:
	body.html 
Log Message:
Brought up to date with latest schema and spec.


Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/elements/body.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- body.html	12 Aug 2010 19:55:34 -0000	1.14
+++ body.html	13 Feb 2012 06:34:22 -0000	1.15
@@ -59,10 +59,10 @@
       <dt id="body.attrs.onpopstate" class="new">onpopstate</dt>
       <dd>User navigated session history.</dd>
     </dl>
-    <dl>
-      <dt id="body.attrs.onredo" class="new">onredo</dt>
-      <dd>User went forward in undo transaction history.</dd>
-    </dl>
+    <!-- * <dl> -->
+      <!-- * <dt id="body.attrs.onredo" class="new">onredo</dt> -->
+      <!-- * <dd>User went forward in undo transaction history.</dd> -->
+    <!-- * </dl> -->
     <dl>
       <dt id="body.attrs.onresize" class="new">onresize</dt>
       <dd>Document view was resized.</dd>
@@ -71,10 +71,10 @@
       <dt id="body.attrs.onstorage" class="new">onstorage</dt>
       <dd>Storage area changed.</dd>
     </dl>
-    <dl>
-      <dt id="body.attrs.onundo" class="new">onundo</dt>
-      <dd>User went backward in undo transaction history.</dd>
-    </dl>
+    <!-- * <dl> -->
+      <!-- * <dt id="body.attrs.onundo" class="new">onundo</dt> -->
+      <!-- * <dd>User went backward in undo transaction history.</dd> -->
+    <!-- * </dl> -->
     <dl>
       <dt id="body.attrs.onunload">onunload</dt>
       <dd>Document is going away.</dd>

Received on Monday, 13 February 2012 06:34:56 UTC