[html5] r973 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 6 10:48:52 PDT 2007


Author: ianh
Date: 2007-08-06 10:48:51 -0700 (Mon, 06 Aug 2007)
New Revision: 973

Modified:
   index
   source
Log:
[e] (0) markup typo fix

Modified: index
===================================================================
--- index	2007-08-04 02:47:16 UTC (rev 972)
+++ index	2007-08-06 17:48:51 UTC (rev 973)
@@ -1,4 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
 <html lang=en-GB-hixie>
  <head>
   <title>HTML 5</title>
@@ -21,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 4 August 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 6 August 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -21803,11 +21804,12 @@
 
   <p>If a <code><a href="#menu">menu</a></code> element's <code
    title=attr-menu-type><a href="#type15">type</a></code> attribute is in the
-   <a href="#list" title="list state">list state, then the element either
-   represents an unordered list of items (each represented by an
-   <code>li</code> element), each of which represents a command that the user
-   may perform or activate, or, if the element has no <code>li</code> element
-   children, a <span>paragraph</span> describing available commands.</a>
+   <a href="#list" title="list state">list</a> state, then the element either
+   represents an unordered list of items (each represented by an <code><a
+   href="#li">li</a></code> element), each of which represents a command that
+   the user may perform or activate, or, if the element has no <code><a
+   href="#li">li</a></code> element children, a <a
+   href="#paragraph">paragraph</a> describing available commands.
 
   <p>The <dfn id=label1 title=attr-menu-label><code>label</code></dfn>
    attribute gives the label of the menu. It is used by user agents to

Modified: source
===================================================================
--- source	2007-08-04 02:47:16 UTC (rev 972)
+++ source	2007-08-06 17:48:51 UTC (rev 973)
@@ -19425,7 +19425,7 @@
 
   <p>If a <code>menu</code> element's <code
   title="attr-menu-type">type</code> attribute is in the <span
-  title="list state">list</state> state, then the element either
+  title="list state">list</span> state, then the element either
   represents an unordered list of items (each represented by an
   <code>li</code> element), each of which represents a command that
   the user may perform or activate, or, if the element has no




More information about the Commit-Watchers mailing list