html5/html4-differences Overview.html,1.84,1.85 Overview.src.html,1.62,1.63

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
add the list of changes since the August 2009 draft; remove dates from references; fix xml-names reference; update draft to take into account changes

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Overview.html	11 Feb 2010 05:05:48 -0000	1.84
+++ Overview.html	11 Feb 2010 06:39:22 -0000	1.85
@@ -196,16 +196,19 @@
 
    <li><a href="#changelog"><span class=secno>5. </span>HTML5 Changelogs</a>
     <ul class=toc>
-     <li><a href="#changes-2009-04-23"><span class=secno>5.1. </span>Changes
-      since 23 April 2009</a>
+     <li><a href="#changes-2009-08-25"><span class=secno>5.1. </span>Changes
+      since 25 August 2009</a>
 
-     <li><a href="#changes-2009-02-12"><span class=secno>5.2. </span>Changes
+     <li><a href="#changes-2009-04-23"><span class=secno>5.2. </span>Changes
+      from 23 April 2009 to 25 August 2009</a>
+
+     <li><a href="#changes-2009-02-12"><span class=secno>5.3. </span>Changes
       from 12 February 2009 to 23 April 2009</a>
 
-     <li><a href="#changes-2008-06-10"><span class=secno>5.3. </span>Changes
+     <li><a href="#changes-2008-06-10"><span class=secno>5.4. </span>Changes
       from 10 June 2008 to 12 February 2009</a>
 
-     <li><a href="#changes-2008-01-22"><span class=secno>5.4. </span>Changes
+     <li><a href="#changes-2008-01-22"><span class=secno>5.5. </span>Changes
       from 22 January 2008 to 10 June 2008</a>
     </ul>
 
@@ -531,34 +534,16 @@
 
    <li>
     <p><a
-     href="http://www.w3.org/TR/html5/semantics.html#the-dialog-element"><code>dialog</code></a>
-     can be used to mark up a conversation like this:</p>
-
-    <pre><code>&lt;dialog>
- &lt;dt> Costello
- &lt;dd> Look, you gotta first baseman?
- &lt;dt> Abbott
- &lt;dd> Certainly.
- &lt;dt> Costello
- &lt;dd> Who's playing first?
- &lt;dt> Abbott
- &lt;dd> That's right.
- &lt;dt> Costello
- &lt;dd> When you pay off the first baseman every month, who gets the money?
- &lt;dt> Abbott
- &lt;dd> Every dollar of it. 
-&lt;/dialog></code></pre>
-
-   <li>
-    <p><a
      href="http://www.w3.org/TR/html5/embedded-content-0.html#the-figure-element"><code>figure</code></a>
      can be used to associate a caption together with some embedded content,
      such as a graphic or video:</p>
 
     <pre><code>&lt;figure>
  &lt;video src="ogg">&lt;/video>
- &lt;legend>Example&lt;/legend>
+ &lt;figcaption>Example&lt;/figcaption>
 &lt;/figure></code></pre>
+
+    <p><code>figcaption</code> provides the caption.</p>
   </ul>
 
   <p>Then there are several other new elements:
@@ -626,7 +611,8 @@
     <p><a
      href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a>
      represents additional information or controls which the user can obtain
-     on demand.
+     on demand. The <code>summary</code> element provides its summary,
+     legend, or caption.
 
    <li>
     <p><a
@@ -879,10 +865,6 @@
    <li>The <code>hidden</code> attribute indicates that an element is not
     yet, or is no longer, relevant.
 
-   <li>The <code>item</code>, <code>itemprop</code>, and <code>subject</code>
-    attributes can be used to annotate content with specific machine-readable
-    labels. This feature is called Microdata in the HTML5 draft.
-
    <li>The <code>role</code> and <code>aria-<var>*</var></code> collection
     attributes which can be used to instruct assistive technology.
 
@@ -1154,15 +1136,8 @@
    for applications:
 
   <ul>
-   <li>2D drawing API which can be used with the new <code>canvas</code>
-    element.
-
    <li>API for playing of video and audio which can be used with the new
-    <code>video</code> and <code>audio</code> elements.</li>
-   <!--
-      <li>Persistent storage. Both key / value and a SQL database are
-      supported.</li>
-      -->
+    <code>video</code> and <code>audio</code> elements.
 
    <li>An API that enables offline Web applications.
 
@@ -1260,8 +1235,65 @@
   <p>The changes in the changelogs are in rough chronological order to ease
    editing this document.
 
-  <h3 id=changes-2009-04-23><span class=secno>5.1. </span>Changes since 23
-   April 2009</h3>
+  <h3 id=changes-2009-08-25><span class=secno>5.1. </span>Changes since 25
+   August 2009</h3>
+  <!-- since rev 3673 -->
+
+  <ul>
+   <li>The <code>dialog</code> element has been removed. A section with
+    advice on how to mark up conversations has effectively replaced it.
+
+   <li><code>document.head</code> has been introduced to provide convenient
+    access to the <code>head</code> element from script.
+
+   <li>The link type <code title="">feed</code> has been removed. <code
+    title=rel-alternate>alternate</code> with specific media types is to be
+    used instead.
+
+   <li><code>createHTMLDocument()</code> has been introduced as API to allow
+    easy creation of HTML documents.
+
+   <li>Both the <code>meter</code> and <code>progress</code> elements no
+    longer have "magic" processing of their contents because it could not be
+    made to work internationally.
+
+   <li>The <code>meter</code> and <code>progress</code> elements, as well as
+    the <code>output</code> element, can now be labeled using the
+    <code>label</code> element.
+
+   <li>A new media type, <code>text/html-sandboxed</code>, was introduced. to
+    allow hosting of potential hostile content without it causing harm.
+
+   <li>A <code>srcdoc</code> attribute for the <code>iframe</code> element
+    was introduced to allow embedding of potential hostile content inline. It
+    is expected to be used together with the <code>sandbox</code> and
+    <code>seamless</code> attributes.
+
+   <li>The <code>figure</code> element now uses a new element
+    <code>figcaption</code> rather than <code>legend</code> because people
+    want to use HTML5 long before it reaches W3C Recommendation.
+
+   <li>The <code>details</code> element now uses a new element
+    <code>summary</code> for exactly the same reason.
+  </ul>
+
+  <p>A whole lot of other problems has been resolved. Over one thousand
+   changes have been comitted to the source document. The above list
+   summarises what affects authors the most.
+
+  <p>In addition to all of the above, Microdata an the 2D context API for
+   <code>canvas</code> have been splitted into their own drafts at the W3C
+   (the WHATWG still publishes a version of HTML5 that includes them):
+
+  <ul>
+   <li><a href="http://dev.w3.org/html5/md/">HTML Microdata</a>
+
+   <li><a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas 2D
+    Context</a>
+  </ul>
+
+  <h3 id=changes-2009-04-23><span class=secno>5.2. </span>Changes from 23
+   April 2009 to 25 August 2009</h3>
   <!-- since rev 2975 -->
 
   <ul>
@@ -1326,7 +1358,7 @@
 
    <li>Rules for compatibility with XPath 1.0 and XSLT 1.0 have been added.
 
-   <li>The <code>spellcheck</code> DOM attribute now maps to a
+   <li>The <code>spellcheck</code> IDL attribute now maps to a
     <code>DOMString</code>.
 
    <li><code>hasFeature()</code> support has been reduced to a minimum.
@@ -1338,7 +1370,7 @@
     <code>thead</code>.
 
    <li>The <code>input</code> element and <code>DataTransfer</code> object
-    now have a <code>files</code> DOM attribute.
+    now have a <code>files</code> IDL attribute.
 
    <li>The <code>datagrid</code> and <code>bb</code> have been removed due to
     their design not being agreed upon.
@@ -1360,7 +1392,7 @@
    <li>Definition of Content-Type sniffing.
   </ul>
 
-  <h3 id=changes-2009-02-12><span class=secno>5.2. </span>Changes from 12
+  <h3 id=changes-2009-02-12><span class=secno>5.3. </span>Changes from 12
    February 2009 to 23 April 2009</h3>
 
   <ul>
@@ -1370,7 +1402,7 @@
     a <code>WindowProxy</code> object rather than the <code>Window</code>
     object.
 
-   <li>The <code>value</code> DOM attribute for <code>input</code> elements
+   <li>The <code>value</code> IDL attribute for <code>input</code> elements
     in the File Upload state is now defined.
 
    <li>Definition of <code>designMode</code> was changed to be more in line
@@ -1440,7 +1472,7 @@
    <li>Web Storage (the persistent storage and database storage features)
   </ul>
 
-  <h3 id=changes-2008-06-10><span class=secno>5.3. </span>Changes from 10
+  <h3 id=changes-2008-06-10><span class=secno>5.4. </span>Changes from 10
    June 2008 to 12 February 2009</h3>
 
   <ul>
@@ -1484,7 +1516,7 @@
    <li>It is now defined what the behavior should be when the base URL
     changes.
 
-   <li>URL decomposition DOM attributes are now more aligned with Internet
+   <li>URL decomposition IDL attributes are now more aligned with Internet
     Explorer.
 
    <li>The <code>xmlns</code> attribute with the value
@@ -1731,13 +1763,13 @@
     <code>input</code> element it contains.
 
    <li>The <code>input</code> element now has an <code>indeterminate</code>
-    DOM attribute.
+    IDL attribute.
 
    <li>The <code>input</code> element gained a <code>placeholder</code>
     attribute.
   </ul>
 
-  <h3 id=changes-2008-01-22><span class=secno>5.4. </span>Changes from 22
+  <h3 id=changes-2008-01-22><span class=secno>5.5. </span>Changes from 22
    January 2008 to 10 June 2008</h3>
 
   <ul>
@@ -1808,7 +1840,7 @@
     attribute useful for videos that have some kind encoding error.
 
    <li><code>bufferedBytes</code>, <code>totalBytes</code> and
-    <code>bufferingThrottled</code> DOM attributes have been added to the
+    <code>bufferingThrottled</code> IDL attributes have been added to the
     <code>video</code> element.
 
    <li>Media <code>begin</code> event has been renamed to
@@ -1838,7 +1870,7 @@
    Frank Ellermann, Gordon P. Hemsley, Henri Sivonen, James Graham, Jens
    Meiert, J&uuml;rgen Jeka, Krijn Hoetmer, Maciej Stachowiak, Mark Pilgrim,
    Martijn Wargers, Martyn Haigh, Masataka Yakura, Michael Smith, Olivier
-   Gendrin, &Oslash;istein E. Andersen, Philip Taylor, Simon Pieters and
+   Gendrin, &Oslash;istein E. Andersen, Philip Taylor, Simon Pieters, and
    Yngve Spjeld Landro for their contributions to this document as well as to
    all the people who have contributed to HTML5 over the years for improving
    the Web!
@@ -1849,61 +1881,61 @@
    <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.
+    Interface Module</a></cite>, T. &Ccedil;elik, editor. W3C.
 
    <dt>[<dfn id=ref-doctype>DOCTYPE</dfn>]
 
    <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser
-    Modes with Doctype</a></cite>, H. Sivonen, January 2008.
+    Modes with Doctype</a></cite>, H. Sivonen.
 
    <dt>[<dfn id=ref-dom2html>DOM2HTML</dfn>]
 
    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object
     Model (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le
-    H&eacute;garet, A. Le Hors, editors. W3C, January 2003.
+    H&eacute;garet, A. Le Hors, editors. W3C.
 
    <dt>[<dfn id=ref-html4>HTML4</dfn>]
 
    <dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01
     Specification</a></cite>, D. Raggett, A. Le Hors, I. Jacobs, editors.
-    W3C, December 1999.
+    W3C.
 
    <dt>[<dfn id=ref-html5>HTML5</dfn>]
 
    <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>, I.
-    Hickson, D. Hyatt, editors. W3C, 2009.
+    Hickson, D. Hyatt, editors. W3C.
 
    <dd><cite><a
     href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>
-    (editor's draft), I. Hickson, editor. WHATWG, 2009.
+    (editor's draft), I. Hickson, editor. WHATWG.
 
    <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5</a></cite>
-    (editors' draft), I. Hickson, D. Hyatt, editors. W3C, 2009.
+    (editors' draft), I. Hickson, D. Hyatt, editors. W3C.
 
    <dt>[<dfn id=ref-psl>PSL</dfn>]
 
    <dd><cite><a href="http://publicsuffix.org/">Public Suffix
-    List</a></cite>, Mozilla Foundation, 2007.
+    List</a></cite>, Mozilla Foundation.
 
    <dt>[<dfn id=ref-selectors>SELECTORS</dfn>]
 
    <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.
+    Glazman, T. &Ccedil;elik, I. Hickson, editors. W3C.
 
    <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.
+    editors. W3C.
 
    <dt>[<dfn id=ref-xml>XML</dfn>]
 
    <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language
     (XML) 1.0 (Fifth Edition)</a></cite>, T. Bray, J. Paoli, C.
-    Sperberg-McQueen, E. Maler, F. Yergeau, editors. W3C, November 2008.
+    Sperberg-McQueen, E. Maler, F. Yergeau, editors. W3C.
 
    <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in XML 1.0
-    (Second Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin,
-    editors. W3C, August 2006.
+    (Third Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin,
+    H. S. Thompson, editors. W3C.
   </dl>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Overview.src.html	11 Feb 2010 05:05:48 -0000	1.62
+++ Overview.src.html	11 Feb 2010 06:39:22 -0000	1.63
@@ -432,34 +432,16 @@
       represents a section of the document intended for navigation.</p></li>
 
       <li>
-        <p><a href="http://www.w3.org/TR/html5/semantics.html#the-dialog-element"><code>dialog</code></a>
-        can be used to mark up a conversation like this:</p>
-        
-        <pre><code>&lt;dialog>
- &lt;dt> Costello
- &lt;dd> Look, you gotta first baseman?
- &lt;dt> Abbott
- &lt;dd> Certainly.
- &lt;dt> Costello
- &lt;dd> Who's playing first?
- &lt;dt> Abbott
- &lt;dd> That's right.
- &lt;dt> Costello
- &lt;dd> When you pay off the first baseman every month, who gets the money?
- &lt;dt> Abbott
- &lt;dd> Every dollar of it. 
-&lt;/dialog></code></pre>
-      </li>
-
-      <li>
         <p><a href="http://www.w3.org/TR/html5/embedded-content-0.html#the-figure-element"><code>figure</code></a>
         can be used to associate a caption together with some embedded
         content, such as a graphic or video:</p>
 
         <pre><code>&lt;figure>
  &lt;video src="ogg">&lt;/video>
- &lt;legend>Example&lt;/legend>
+ &lt;figcaption>Example&lt;/figcaption>
 &lt;/figure></code></pre>
+
+        <p><code>figcaption</code> provides the caption.</p>
       </li>
     </ul>
     
@@ -507,8 +489,9 @@
 
       <li><p><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a>
       represents additional information or controls which the user can
-      obtain on demand.</p></li>
-      
+      obtain on demand. The <code>summary</code> element provides its
+      summary, legend, or caption.</p></li>
+
       <li>
         <p><a href="http://dev.w3.org/html5/spec/forms.html#the-datalist-element"><code>datalist</code></a>
         together with the a new <code>list</code> attribute for
@@ -712,11 +695,6 @@
       <li>The <code>hidden</code> attribute indicates that an element is not
       yet, or is no longer, relevant.
       
-      <li>The <code>item</code>, <code>itemprop</code>, and
-      <code>subject</code> attributes can be used to annotate content with
-      specific machine-readable labels. This feature is called Microdata in
-      the HTML5 draft.</li>
-      
       <li>The <code>role</code> and <code>aria-<var>*</var></code>
       collection attributes which can be used to instruct assistive
       technology.</li>
@@ -989,17 +967,9 @@
     for applications:</p>
 
     <ul>
-      <li>2D drawing API which can be used with the new <code>canvas</code>
-      element.</li>
-
       <li>API for playing of video and audio which can be used with the new
       <code>video</code> and <code>audio</code> elements.</li>
 
-      <!--
-      <li>Persistent storage. Both key / value and a SQL database are
-      supported.</li>
-      -->
-
       <li>An API that enables offline Web applications.</li>
 
       <li>An API that allows a Web application to register itself for
@@ -1089,8 +1059,54 @@
     <p>The changes in the changelogs are in rough chronological order to
     ease editing this document.</p>
     
+    <h3 id="changes-2009-08-25">Changes since 25 August 2009</h3> <!-- since rev 3673 -->
+
+    <ul>
+     <li>The <code>dialog</code> element has been removed. A section with
+     advice on how to mark up conversations has effectively replaced
+     it.</li>
+     <li><code>document.head</code> has been introduced to provide
+     convenient access to the <code>head</code> element from script.</li>
+     <li>The link type <code title="">feed</code> has been removed.
+     <code title="rel-alternate">alternate</code> with specific media types
+     is to be used instead.</li>
+     <li><code>createHTMLDocument()</code> has been introduced as API to
+     allow easy creation of HTML documents.</li>
+     <li>Both the <code>meter</code> and <code>progress</code> elements no
+     longer have "magic" processing of their contents because it could not
+     be made to work internationally.</li>
+     <li>The <code>meter</code> and <code>progress</code> elements, as well
+     as the <code>output</code> element, can now be labeled using the
+     <code>label</code> element.</li>
+     <li>A new media type, <code>text/html-sandboxed</code>, was introduced.
+     to allow hosting of potential hostile content without it causing
+     harm.</li>
+     <li>A <code>srcdoc</code> attribute for the <code>iframe</code> element
+     was introduced to allow embedding of potential hostile content inline.
+     It is expected to be used together with the <code>sandbox</code> and
+     <code>seamless</code> attributes.</li>
+     <li>The <code>figure</code> element now uses a new element
+     <code>figcaption</code> rather than <code>legend</code> because people
+     want to use HTML5 long before it reaches W3C Recommendation.</li>
+     <li>The <code>details</code> element now uses a new element
+     <code>summary</code> for exactly the same reason.</li>
+    </ul>
     
-    <h3 id="changes-2009-04-23">Changes since 23 April 2009</h3> <!-- since rev 2975 -->
+    <p>A whole lot of other problems has been resolved. Over one thousand
+    changes have been comitted to the source document. The above list
+    summarises what affects authors the most.</p>
+    
+    <p>In addition to all of the above, Microdata an the 2D context API for
+    <code>canvas</code> have been splitted into their own drafts at the W3C
+    (the WHATWG still publishes a version of HTML5 that includes them):</p>
+
+    <ul>
+     <li><a href="http://dev.w3.org/html5/md/">HTML Microdata</a></li>
+     <li><a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas 2D Context</a></li>
+    </ul>
+
+
+    <h3 id="changes-2009-04-23">Changes from 23 April 2009 to 25 August 2009</h3> <!-- since rev 2975 -->
 
     <ul>
      <li>When the <code>time</code> element is empty user agents have to
@@ -1134,7 +1150,7 @@
      <li>The <code>hashchange</code> event now fires asynchronously.</li>
      <li>Rules for compatibility with XPath 1.0 and XSLT 1.0 have been
      added.</li>
-     <li>The <code>spellcheck</code> DOM attribute now maps to a
+     <li>The <code>spellcheck</code> IDL attribute now maps to a
      <code>DOMString</code>.</li>
      <li><code>hasFeature()</code> support has been reduced to a
      minimum.</li>
@@ -1143,7 +1159,7 @@
      <li>The <code>td</code> element is no longer allowed in
      <code>thead</code>.</li>
      <li>The <code>input</code> element and <code>DataTransfer</code> object
-     now have a <code>files</code> DOM attribute.</li>
+     now have a <code>files</code> IDL attribute.</li>
      <li>The <code>datagrid</code> and <code>bb</code> have been removed due
      to their design not being agreed upon.</li>
      <li>The cue range API has been removed from the media elements.</li>
@@ -1171,7 +1187,7 @@
      <li>Defined that ECMAScript <code>this</code> in the global object
      returns a <code>WindowProxy</code> object rather than the
      <code>Window</code> object.</li>
-     <li>The <code>value</code> DOM attribute for <code>input</code>
+     <li>The <code>value</code> IDL attribute for <code>input</code>
      elements in the File Upload state is now defined.</li>
      <li>Definition of <code>designMode</code> was changed to be more in
      line with legacy implementations.</li>
@@ -1258,7 +1274,7 @@
      <code>xml:base</code>.</li>
      <li>It is now defined what the behavior should be when the base URL
      changes.</li>
-     <li>URL decomposition DOM attributes are now more aligned with Internet
+     <li>URL decomposition IDL attributes are now more aligned with Internet
      Explorer.</li>
      <li>The <code>xmlns</code> attribute with the value
      <code>http://www.w3.org/1999/xhtml</code> is now allowed on all HTML
@@ -1435,7 +1451,7 @@
      it may still have a <code>for</code> attribute as long as it points to
      the <code>input</code> element it contains.</li>
      <li>The <code>input</code> element now has an
-     <code>indeterminate</code> DOM attribute.</li>
+     <code>indeterminate</code> IDL attribute.</li>
      <li>The <code>input</code> element gained a <code>placeholder</code>
      attribute.</li>
     </ul>
@@ -1490,7 +1506,7 @@
      <code>pixelratio</code> attribute useful for videos that have some kind
      encoding error.
      <li><code>bufferedBytes</code>, <code>totalBytes</code> and
-     <code>bufferingThrottled</code> DOM attributes have been added to the
+     <code>bufferingThrottled</code> IDL attributes have been added to the
      <code>video</code> element.
      <li>Media <code>begin</code> event has been renamed to
      <code>loadstart</code> for consistency with the Progress Events
@@ -1536,7 +1552,7 @@
     Olivier Gendrin,
     &Oslash;istein E. Andersen,
     Philip Taylor,
-    Simon Pieters and
+    Simon Pieters, and
     Yngve Spjeld Landro
 
     for their contributions to this document as well as to all the people
@@ -1551,61 +1567,60 @@
       <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>
+      Interface Module</a></cite>, T. &Ccedil;elik, editor. W3C.</dd>
 
       <dt>[<dfn id="ref-doctype">DOCTYPE</dfn>]</dt>
 
       <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser
-      Modes with Doctype</a></cite>, H. Sivonen, January 2008.</dd>
+      Modes with Doctype</a></cite>, H. Sivonen.</dd>
 
       <dt>[<dfn id="ref-dom2html">DOM2HTML</dfn>]</dt>
 
       <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object
       Model (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le
-      H&eacute;garet, A. Le Hors, editors. W3C, January 2003.</dd>
+      H&eacute;garet, A. Le Hors, editors. W3C.</dd>
 
       <dt>[<dfn id="ref-html4">HTML4</dfn>]</dt>
 
       <dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01
-      Specification</a></cite>, D. Raggett, A. Le Hors, I. Jacobs, editors. W3C,
-      December 1999.</dd>
+      Specification</a></cite>, D. Raggett, A. Le Hors, I. Jacobs, editors. W3C.</dd>
 
       <dt>[<dfn id="ref-html5">HTML5</dfn>]</dt>
 
       <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>,
-      I. Hickson, D. Hyatt, editors. W3C, 2009.</dd>
+      I. Hickson, D. Hyatt, editors. W3C.</dd>
 
       <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>
-      (editor's draft), I. Hickson, editor. WHATWG, 2009.</dd>
+      (editor's draft), I. Hickson, editor. WHATWG.</dd>
 
       <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5</a></cite>
-      (editors' draft), I. Hickson, D. Hyatt, editors. W3C, 2009.</dd>
+      (editors' draft), I. Hickson, D. Hyatt, editors. W3C.</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>
+      Mozilla Foundation.</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>
+      D. Glazman, T. &Ccedil;elik, I. Hickson, editors. W3C.</dd>
 
       <dt>[<dfn id="ref-xhtml1">XHTML1</dfn>]</dt>
 
       <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>
+      M. Ishikawa, editors. W3C.</dd>
 
       <dt>[<dfn id="ref-xml">XML</dfn>]</dt>
 
       <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language
       (XML) 1.0 (Fifth Edition)</a></cite>, T. Bray, J. Paoli, C.
-      Sperberg-McQueen, E. Maler, F. Yergeau, editors. W3C, November 2008.</dd>
+      Sperberg-McQueen, E. Maler, F. Yergeau, editors. W3C.</dd>
 
       <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in XML 1.0
-      (Second Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin,
-      editors. W3C, August 2006.</dd>
+      (Third Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R.
+      Tobin, H. S. Thompson, editors. W3C.</dd>
     </dl>
   </body>
 </html>

Received on Thursday, 11 February 2010 06:39:26 UTC