html5/html4-differences Overview.html,1.72,1.73 Overview.src.html,1.50,1.51

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
accesskey is conforming, doh

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Overview.html	31 Jul 2009 16:19:06 -0000	1.72
+++ Overview.html	1 Aug 2009 09:53:39 -0000	1.73
@@ -20,13 +20,13 @@
 
    <h1 id=html5-diff>HTML&nbsp;5 differences from HTML&nbsp;4</h1>
 
-   <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 31 July 2009</h2>
+   <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 1 August 2009</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
-     href="http://www.w3.org/TR/2009/ED-html5-diff-20090731/">http://www.w3.org/TR/2009/ED-html5-diff-20090731/</a>
+     href="http://www.w3.org/TR/2009/ED-html5-diff-20090801/">http://www.w3.org/TR/2009/ED-html5-diff-20090801/</a>
 
     <dt>Latest Published Version:
 
@@ -93,7 +93,7 @@
    can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
    index</a> at http://www.w3.org/TR/.</em>
 
-  <p>This is the 31 July 2009 Editor's Draft produced by the <a
+  <p>This is the 1 August 2009 Editor's Draft produced by the <a
    href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
    href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
    Group intends to publish this document as a <a
@@ -972,10 +972,6 @@
    it is defined how they should work in those scenarios.
 
   <ul>
-   <li><code>accesskey</code> attribute on <code>a</code>, <code>area</code>,
-    <code>button</code>, <code>input</code>, <code>label</code>,
-    <code>legend</code> and <code>textarea</code>.
-
    <li><code>rev</code> and <code>charset</code> attributes on
     <code>link</code> and <code>a</code>.
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.src.html	31 Jul 2009 16:19:06 -0000	1.50
+++ Overview.src.html	1 Aug 2009 09:53:39 -0000	1.51
@@ -854,11 +854,6 @@
     defined how they should work in those scenarios.</p>
     
     <ul>
-      <li><code>accesskey</code> attribute on <code>a</code>,
-      <code>area</code>, <code>button</code>, <code>input</code>,
-      <code>label</code>, <code>legend</code> and
-      <code>textarea</code>.</li>
-
       <li><code>rev</code> and <code>charset</code> attributes on
       <code>link</code> and <code>a</code>.
 

Received on Saturday, 1 August 2009 09:53:51 UTC