html5/html4-differences Overview.html,1.177,1.178 Overview.src.html,1.190,1.191

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
summary is obsolete

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- Overview.html	3 Jul 2012 10:24:57 -0000	1.177
+++ Overview.html	17 Jul 2012 08:56:27 -0000	1.178
@@ -32,7 +32,7 @@
 
       <h1 id="html5-diff">HTML5 differences from HTML4</h1>
 
-      <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 3 July 2012</h2>
+      <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 17 July 2012</h2>
 
       <dl>
         <dt>This Version:</dt>
@@ -91,7 +91,7 @@
     found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
     at http://www.w3.org/TR/.</i></p>
 
-    <p>This is the 3 July 2012 Editor's Draft produced by the
+    <p>This is the 17 July 2012 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
@@ -1636,9 +1636,6 @@
      it has no useful function.</li>
 
      <li><p>The <code class="external" title="attr-a-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-a-name">name</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>. Authors can use the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute">id</a></code> attribute instead.</li>
-
-     <li><p>The <code class="external" title="attr-table-summary"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-summary">summary</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>. The HTML5 draft defines several
-     alternative solutions.</li>
     </ul>
 
 
@@ -3040,6 +3037,7 @@
     Marcos Caceres,
     Mark Pilgrim,
     Martijn Wargers,
+    Martin Leese,
     Martyn Haigh,
     Masataka Yakura,
     Michael Smith,
@@ -3072,7 +3070,7 @@
 <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model (DOM) Level 2 HTML Specification</a></cite>, Johnny Stenback, Philippe Le H&eacute;garet and Arnaud Le Hors. W3C.
 
 <dt id="refsHTML">[HTML]
-<dd><cite><a href="http://www.whatwg.org/C">HTML</a></cite>, Ian Hickson. WHATWG.
+<dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML</a></cite>, Ian Hickson. WHATWG.
 
 <dt id="refsHTML4">[HTML4]
 <dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01 Specification</a></cite>, Dave Raggett, Arnaud Le Hors and Ian Jacobs. W3C.
@@ -3084,10 +3082,10 @@
 <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>. Mozilla Foundation.
 
 <dt id="refsSELECTORS">[SELECTORS]
-<dd><cite><a href="http://dev.w3.org/csswg/selectors3/">Selectors Level 3</a></cite>, Tantek &Ccedil;elik, Elika J. Etemad, Daniel Glazman et al.. W3C.
+<dd><cite><a href="http://dev.w3.org/csswg/selectors4/">Selectors Level 4</a></cite>, Elika J. Etemad. W3C.
 
 <dt id="refsXHTML1">[XHTML1]
-<dd><cite><a href="http://www.w3.org/TR/xhtml11">XHTML&trade; 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.
+<dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML&trade; 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.
 
 <dt id="refsXML">[XML]
 <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language</a></cite>, Tim Bray, Jean Paoli, C. M. Sperberg-McQueen et al.. W3C.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- Overview.src.html	3 Jul 2012 10:24:57 -0000	1.190
+++ Overview.src.html	17 Jul 2012 08:56:28 -0000	1.191
@@ -1635,11 +1635,6 @@
      title=attr-a-name>name</code> attribute on <code
      data-anolis-spec=html>a</code>. Authors can use the <code
      data-anolis-spec=html>id</code> attribute instead.</p></li>
-
-     <li><p>The <code data-anolis-spec=html
-     title=attr-table-summary>summary</code> attribute on <code
-     data-anolis-spec=html>table</code>. The HTML5 draft defines several
-     alternative solutions.</p></li>
     </ul>
 
 
@@ -3238,6 +3233,7 @@
     Marcos Caceres,
     Mark Pilgrim,
     Martijn Wargers,
+    Martin Leese,
     Martyn Haigh,
     Masataka Yakura,
     Michael Smith,

Received on Tuesday, 17 July 2012 08:56:36 UTC