html5/html4-differences Overview.html,1.58,1.59 Overview.src.html,1.37,1.38

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
integrate recent changes; make ready for publication tomorrow

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html	26 Jan 2009 14:29:51 -0000	1.58
+++ Overview.html	11 Feb 2009 11:37:56 -0000	1.59
@@ -11,7 +11,7 @@
       code :link, code :visited { color:inherit }
       pre code { color:inherit }
     </style>
-  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet>
+  <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet>
 
  <body>
   <div class=head>
@@ -20,13 +20,14 @@
 
    <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 26 January 2009</h2>
+   <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 12 February
+    2009</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
-     href="http://www.w3.org/TR/2009/ED-html5-diff-20090126/">http://www.w3.org/TR/2009/ED-html5-diff-20090126/</a>
+     href="http://www.w3.org/TR/2009/WD-html5-diff-20090212/">http://www.w3.org/TR/2009/WD-html5-diff-20090212/</a>
 
     <dt>Latest Version:
 
@@ -90,7 +91,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 a First Public Working Draft produced by the <a
+  <p>This is the 12 February 2009 W3C Working 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
@@ -1232,7 +1233,7 @@
     <code>menu</code> element.
 
    <li>Support for <code>outerHTML</code> and
-    <code>insertAdjacentHTML()</code> have been added.
+    <code>insertAdjacentHTML()</code> has been added.
 
    <li><code>xml:lang</code> is now allowed in HTML when <code>lang</code> is
     also specified and they have the same value. In XML <code>lang</code> is
@@ -1262,7 +1263,7 @@
     reasons.
 
    <li>An alternative syntax for the <code title="">DOCTYPE</code> is allowed
-    for compatibility with XSLT.
+    for compatibility with some XML tools.
 
    <li>Data templates have been removed (consisted of the
     <code>datatemplate</code>, <code>rule</code> and <code>nest</code>
@@ -1326,6 +1327,18 @@
 
    <li>The application cache section has been significantly revised and
     updated.
+
+   <li><code>document.domain</code> now relies on the Public Suffix List.
+    [<cite><a href="#ref-psl">PSL</a></cite>]
+
+   <li>A non-normative rendering section has been added that describes user
+    agent rendering rules for both obsolete and conforming elements.
+
+   <li>A normative section has been added that defines when certain selectors
+    as defined in the Selectors and the CSS3 Basic User Interface Module
+    match HTML elements. [<cite><a
+    href="#ref-selectors">SELECTORS</a></cite>] [<cite><a
+    href="#ref-css-ui">CSS-UI</a></cite>]
   </ul>
 
   <p>Web Forms 2.0, previously a standalone specification, has been fully
@@ -1504,6 +1517,11 @@
   <h2 class=no-num id=references>References</h2>
 
   <dl>
+   <dt>[<dfn id=ref-css-ui>CSS-UI</dfn>]
+
+   <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
+    Interface Module</a></cite>, T. &Ccedil;elik, editor. W3C, May 2004.
+
    <dt>[<dfn id=ref-doctype>DOCTYPE</dfn>]
 
    <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser
@@ -1524,7 +1542,7 @@
    <dt>[<dfn id=ref-html5>HTML5</dfn>]
 
    <dd><cite><a href="http://www.w3.org/TR/html5/">HTML&nbsp;5</a></cite>, I.
-    Hickson, D. Hyatt, editors. W3C, XXX.
+    Hickson, D. Hyatt, editors. W3C, February 2009.
 
    <dd><cite><a
     href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
@@ -1534,12 +1552,22 @@
     href="http://www.w3.org/html/wg/html5/">HTML&nbsp;5</a></cite> (editor's
     draft), I. Hickson, D. Hyatt, editors. W3C, 2009.
 
-   <dt>[<dfn id=ref-xhtml1>XHTML1</dfn>]
+   <dt>[<dfn id=ref-psl>PSL</dfn>]
+
+   <dd><cite><a href="http://publicsuffix.org/">Public Suffix
+    List</a></cite>, Mozilla Foundation, 2007.
+
+   <dt>[<dfn id=ref-selectors>SELECTORS</dfn>]
 
    <dd><cite><a
-    href="http://www.w3.org/TR/2001/REC-xhtml11-20010531/">XHTML&trade; 1.1 -
-    Module-based XHTML</a></cite>, M. Altheim, S. McCarron, editors. W3C, May
-    2001.
+    href="http://www.w3.org/TR/css3-selectors/">Selectors</a></cite>, D.
+    Glazman, T. &Ccedil;elik, I. Hickson, editors. W3C, December 2005.
+
+   <dt>[<dfn id=ref-xhtml1>XHTML1</dfn>]
+
+   <dd><cite><a href="http://www.w3.org/TR/xhtml11">XHTML&trade; 1.1 -
+    Module-based XHTML (Second Edition)</a></cite>, S. McCarron, M. Ishikawa,
+    editors. W3C, February 2007.
 
    <dt>[<dfn id=ref-xml>XML</dfn>]
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.src.html	26 Jan 2009 14:29:51 -0000	1.37
+++ Overview.src.html	11 Feb 2009 11:37:56 -0000	1.38
@@ -17,11 +17,11 @@
 
       <h1 id="html5-diff">HTML&nbsp;5 differences from HTML&nbsp;4</h1>
 
-      <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h2>
+      <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 1 August 1986]</h2>
 
       <dl>
         <dt>This Version:</dt>
-        <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/ED-html5-diff-[CDATE]/</a></dd>
+        <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/WD-html5-diff-[CDATE]/</a></dd>
 
         <dt>Latest Version:</dt>
         <dd><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd>
@@ -74,7 +74,7 @@
     found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
     at http://www.w3.org/TR/.</em></p>
 
-    <p>This is a First Public Working Draft produced by the
+    <p>This is the [DATE: 1 August 1986] [LONGSTATUS] 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
@@ -1092,7 +1092,7 @@
      <li>The <code>autosubmit</code> attribute has been removed from the
      <code>menu</code> element.</li>
      <li>Support for <code>outerHTML</code> and
-     <code>insertAdjacentHTML()</code> have been added.</li>
+     <code>insertAdjacentHTML()</code> has been added.</li>
      <li><code>xml:lang</code> is now allowed in HTML when <code>lang</code>
      is also specified and they have the same value. In XML
      <code>lang</code> is allowed if <code>xml:lang</code> is also specified
@@ -1114,7 +1114,7 @@
      <li>User agents must treat US-ASCII as Windows-1252 for compatibility
      reasons.</li>
      <li>An alternative syntax for the <code title="">DOCTYPE</code> is
-     allowed for compatibility with XSLT.</li>
+     allowed for compatibility with some XML tools.</li>
      <li>Data templates have been removed (consisted of the
      <code>datatemplate</code>, <code>rule</code> and <code>nest</code>
      elements).</li>
@@ -1160,6 +1160,16 @@
      information about the user interface.</li>
      <li>The application cache section has been significantly revised and
      updated.</li>
+     <li><code>document.domain</code> now relies on the Public Suffix List.
+     [<cite><span>PSL</span></cite>]</li>
+     <li>A non-normative rendering section has been added that describes
+     user agent rendering rules for both obsolete and conforming
+     elements.</li>
+     <li>A normative section has been added that defines when certain
+     selectors as defined in the Selectors and the
+     CSS3 Basic User Interface Module match HTML elements.
+     [<cite><span>SELECTORS</span></cite>]
+     [<cite><span>CSS-UI</span></cite>]</li>
     </ul>
 
     <p>Web Forms 2.0, previously a standalone specification, has been fully
@@ -1281,6 +1291,7 @@
     </ul>
 
 
+
     <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
 
     <p>The editor would like to thank
@@ -1312,6 +1323,11 @@
     <h2 class="no-num" id="references">References</h2>
 
     <dl>
+      <dt>[<dfn id="ref-css-ui">CSS-UI</dfn>]</dt>
+      
+      <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
+      Interface Module</a></cite>, T. &Ccedil;elik, editor. W3C, May 2004.</dd>
+
       <dt>[<dfn id="ref-doctype">DOCTYPE</dfn>]</dt>
 
       <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser
@@ -1332,19 +1348,29 @@
       <dt>[<dfn id="ref-html5">HTML5</dfn>]</dt>
 
       <dd><cite><a href="http://www.w3.org/TR/html5/">HTML&nbsp;5</a></cite>,
-      I. Hickson, D. Hyatt, editors. W3C, XXX.</dd>
+      I. Hickson, D. Hyatt, editors. W3C, February 2009.</dd>
 
       <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
       5</a></cite> (editor's draft), I. Hickson, editor. WHATWG, 2009.</dd>
 
       <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML&nbsp;5</a></cite>
       (editor's draft), I. Hickson, D. Hyatt, editors. W3C, 2009.</dd>
+      
+      <dt>[<dfn id="ref-psl">PSL</dfn>]</dt>
+      
+      <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>,
+      Mozilla Foundation, 2007.</dd>
+      
+      <dt>[<dfn id="ref-selectors">SELECTORS</dfn>]</dt>
+      
+      <dd><cite><a href="http://www.w3.org/TR/css3-selectors/">Selectors</a></cite>,
+      D. Glazman, T. &Ccedil;elik, I. Hickson, editors. W3C, December 2005.</dd>
 
       <dt>[<dfn id="ref-xhtml1">XHTML1</dfn>]</dt>
 
-      <dd><cite><a href="http://www.w3.org/TR/2001/REC-xhtml11-20010531/">XHTML&trade;
-      1.1 - Module-based XHTML</a></cite>, M. Altheim, S. McCarron, editors.
-      W3C, May 2001.</dd>
+      <dd><cite><a href="http://www.w3.org/TR/xhtml11">XHTML&trade;
+      1.1 - Module-based XHTML (Second Edition)</a></cite>, S. McCarron,
+      M. Ishikawa, editors. W3C, February 2007.</dd>
 
       <dt>[<dfn id="ref-xml">XML</dfn>]</dt>
 

Received on Wednesday, 11 February 2009 11:38:12 UTC