html5/html4-differences Overview.html,1.77,1.78 Overview.src.html,1.55,1.56

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv10025

Modified Files:
	Overview.html Overview.src.html 
Log Message:
remove longdesc (hsivonen); remove duplicate entry (myakura)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Overview.html	24 Aug 2009 13:34:27 -0000	1.77
+++ Overview.html	25 Aug 2009 08:23:27 -0000	1.78
@@ -258,8 +258,7 @@
     elements.
 
    <li>Details of accessibility and media-independence features, such as the
-    <code>longdesc</code>, <code>alt</code> and <code>summary</code>
-    attributes.
+    <code>alt</code> and <code>summary</code> attributes.
   </ul>
 
   <h3 id=backwards-compatible><span class=secno>1.2 </span>Backwards
@@ -1198,9 +1197,6 @@
    <li><code>onundo</code> and <code>onredo</code> are now on
     <code>Window</code>.
 
-   <li>The events <code>beforeprint</code> and <code>afterprint</code> were
-    added.
-
    <li>Media elements now have a <code>startTime</code> member that indicates
     where the current resource starts.
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Overview.src.html	24 Aug 2009 13:34:27 -0000	1.55
+++ Overview.src.html	25 Aug 2009 08:23:27 -0000	1.56
@@ -158,8 +158,7 @@
       <li>De facto semantic definitions for some formerly presentational
       elements.</li>
       <li>Details of accessibility and media-independence features, such as
-      the <code>longdesc</code>, <code>alt</code> and <code>summary</code>
-      attributes.</li>
+      the <code>alt</code> and <code>summary</code> attributes.</li>
     </ul>
 
 
@@ -1078,8 +1077,6 @@
      header.</li>
      <li><code>onundo</code> and <code>onredo</code> are now on
      <code>Window</code>.</li>
-     <li>The events <code>beforeprint</code> and <code>afterprint</code>
-     were added.</li>
      <li>Media elements now have a <code>startTime</code> member that
      indicates where the current resource starts.</li>
      <li><code>header</code> has been renamed to <code>hgroup</code> and a

Received on Tuesday, 25 August 2009 08:23:38 UTC