html5/markup-spec Overview.html,1.290,1.291

Update of /sources/public/html5/markup-spec
In directory hutz:/tmp/cvs-serv20085

Modified Files:
	Overview.html 
Log Message:
refined handling of doc for type-less button, command, input


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup-spec/Overview.html,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- Overview.html	28 Apr 2009 03:45:23 -0000	1.290
+++ Overview.html	29 Apr 2009 16:16:39 -0000	1.291
@@ -10,7 +10,7 @@
 <body>
 <div class="head">
 <h1>HTML 5: The Markup Language</h1>
-<h2>Editor&#8217;s Draft <em>28 April 2009</em>
+<h2>Editor&#8217;s Draft <em>30 April 2009</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -37,7 +37,7 @@
     
     
     <p>
-        This document is the 28 April 2009 Editor&#8217;s Draft of 
+        This document is the 30 April 2009 Editor&#8217;s Draft of 
         <cite>HTML 5: The Markup Language</cite>.
       </p>
     <p>
@@ -180,8 +180,8 @@
 <li id="br-toc">
 <a href="#br"><span class="element">br</span> &#8211; <span class="shortdesc">line break</span></a>
 </li>
-<li id="button.notype-toc">
-<a href="#button.notype"><span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span> unspecified</span></a>
+<li id="button-toc">
+<a href="#button"><span class="element">button</span></a>
 </li>
 <li id="button.submit-toc">
 <a href="#button.submit"><span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> &#8211; <span class="shortdesc">submit button</span></a>
@@ -210,8 +210,8 @@
 <li id="colgroup-toc">
 <a href="#colgroup"><span class="element">colgroup</span> &#8211; <span class="shortdesc">table column group</span></a>
 </li>
-<li id="command.notype-toc">
-<a href="#command.notype"><span class="element">command</span> <span class="elem-qualifier"><span class="attribute-name">type</span> unspecified</span></a>
+<li id="command-toc">
+<a href="#command"><span class="element">command</span></a>
 </li>
 <li id="command.command-toc">
 <a href="#command.command"><span class="element">command</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">command</span></span> &#8211; <span class="shortdesc">command with an associated action</span></a>
@@ -309,8 +309,8 @@
 <li id="img-toc">
 <a href="#img"><span class="element">img</span> &#8211; <span class="shortdesc">image</span></a>
 </li>
-<li id="input.notype-toc">
-<a href="#input.notype"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span> unspecified</span></a>
+<li id="input-toc">
+<a href="#input"><span class="element">input</span></a>
 </li>
 <li id="input.text-toc">
 <a href="#input.text"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">text</span></span> &#8211; <span class="shortdesc">text-input field</span></a>
@@ -2618,15 +2618,25 @@
 </div>
 </div>
     
-    <div id="button.notype" class="section">
+    <div id="button" class="section">
       <h2 class="element-head">
-<span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span> unspecified</span> <a class="hash" href="#button.notype">#</a> <a class="toc-bak" href="#button.notype-toc">T</a>
+<span class="element">button</span> <a class="hash" href="#button">#</a> <a class="toc-bak" href="#button-toc">T</a>
 </h2>
-      <p>A <span class="element">button</span> element with
-              no <span class="attribute">type</span> attribute
-              specified represents the same thing as a <a href="#button.submit">button element with its type
-                attribute set to "submit"</a>.</p>
-</div>
+      <div>
+      <dl>
+<dt class="content-model"><span class="element-pattern-name" id="button"><a href="#button"><span class="element">button</span></a> = </span></dt>
+<dd class="elem-mdl">
+<a class="ref" href="#button.submit">button.submit</a>
+  | <a class="ref" href="#button.reset">button.reset</a>
+  | <a class="ref" href="#button.button">button.button</a>
+</dd>
+</dl>
+<p>A <span class="element">button</span> element with
+                no <span class="attribute">type</span> attribute
+                specified represents the same thing as a <a href="#button.submit">button element with its type
+                  attribute set to "submit"</a>.</p>
+      </div>
+      </div>
     <div id="button.submit" class="section">
       <h2 class="element-head">
 <span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> &#8211; <span class="shortdesc">submit button</span> <a class="hash" href="#button.submit">#</a> <a class="toc-bak" href="#button.submit-toc">T</a>
@@ -3317,14 +3327,24 @@
 </div>
 </div>
     
-    <div id="command.notype" class="section">
+    <div id="command" class="section">
       <h2 class="element-head">
-<span class="element">command</span> <span class="elem-qualifier"><span class="attribute-name">type</span> unspecified</span> <a class="hash" href="#command.notype">#</a> <a class="toc-bak" href="#command.notype-toc">T</a>
+<span class="element">command</span> <a class="hash" href="#command">#</a> <a class="toc-bak" href="#command-toc">T</a>
 </h2>
-      <p>A <span class="element">command</span> element with
-              no <span class="attribute">type</span> attribute
-              specified represents the same thing as a <a href="#command.command">command element with its type
-                attribute set to "command"</a>.</p>
+      <div>
+      <dl>
+<dt class="content-model"><span class="element-pattern-name" id="command"><a href="#command"><span class="element">command</span></a> = </span></dt>
+<dd class="elem-mdl">
+<a class="ref" href="#command.command">command.command</a>
+  | <a class="ref" href="#command.radio">command.radio</a>
+  | <a class="ref" href="#command.checkbox">command.checkbox</a>
+</dd>
+</dl>
+<p>A <span class="element">command</span> element with
+                no <span class="attribute">type</span> attribute
+                specified represents the same thing as a <a href="#command.command">command element with its type
+                  attribute set to "command"</a>.</p>
+</div>
 </div>
     <div id="command.command" class="section">
       <h2 class="element-head">
@@ -5929,14 +5949,43 @@
 </div>
 </div>
     
-    <div id="input.notype" class="section">
+    <div id="input" class="section">
       <h2 class="element-head">
-<span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span> unspecified</span> <a class="hash" href="#input.notype">#</a> <a class="toc-bak" href="#input.notype-toc">T</a>
+<span class="element">input</span> <a class="hash" href="#input">#</a> <a class="toc-bak" href="#input-toc">T</a>
 </h2>
-      <p>An <span class="element">input</span> element with
-              no <span class="attribute">type</span> attribute
-              specified represents the same thing as a <a href="#input.text">input element with its type
-                attribute set to "text"</a>.</p>
+      <div>
+      <dl>
+<dt class="content-model"><span class="element-pattern-name" id="input"><a href="#input"><span class="element">input</span></a> = </span></dt>
+<dd class="elem-mdl">
+<a class="ref" href="#input.text">input.text</a>
+  | <a class="ref" href="#input.password">input.password</a>
+  | <a class="ref" href="#input.checkbox">input.checkbox</a>
+  | <a class="ref" href="#input.radio">input.radio</a>
+  | <a class="ref" href="#input.button">input.button</a>
+  | <a class="ref" href="#input.submit">input.submit</a>
+  | <a class="ref" href="#input.reset">input.reset</a>
+  | <a class="ref" href="#input.file">input.file</a>
+  | <a class="ref" href="#input.hidden">input.hidden</a>
+  | <a class="ref" href="#input.image">input.image</a>
+  | <a class="ref" href="#input.datetime">input.datetime</a>
+  | <a class="ref" href="#input.datetime-local">input.datetime-local</a>
+  | <a class="ref" href="#input.date">input.date</a>
+  | <a class="ref" href="#input.month">input.month</a>
+  | <a class="ref" href="#input.time">input.time</a>
+  | <a class="ref" href="#input.week">input.week</a>
+  | <a class="ref" href="#input.number">input.number</a>
+  | <a class="ref" href="#input.range">input.range</a>
+  | <a class="ref" href="#input.email">input.email</a>
+  | <a class="ref" href="#input.url">input.url</a>
+  | <a class="ref" href="#input.search">input.search</a>
+  | <a class="ref" href="#input.color">input.color</a>
+</dd>
+</dl>
+<p>An <span class="element">input</span> element with
+                no <span class="attribute">type</span> attribute
+                specified represents the same thing as a <a href="#input.text">input element with its type
+                  attribute set to "text"</a>.</p>
+</div>
 </div>
     <div id="input.text" class="section">
       <h2 class="element-head">
@@ -12944,55 +12993,6 @@
 </div>
 </div>
     
-      <div id="enumerated" class="section">
-        <h2>Master models for elements with enumerated-attribute variants <a class="hash" href="#enumerated">#</a>
-</h2>
-<ul>
-<li class="context-mdl"><dl>
-<dt class="content-model"><span class="element-pattern-name" id="input"><a href="#input"><span class="element">input</span></a> = </span></dt>
-<dd class="elem-mdl">
-<a class="ref" href="#input.text">input.text</a>
-  | <a class="ref" href="#input.password">input.password</a>
-  | <a class="ref" href="#input.checkbox">input.checkbox</a>
-  | <a class="ref" href="#input.radio">input.radio</a>
-  | <a class="ref" href="#input.button">input.button</a>
-  | <a class="ref" href="#input.submit">input.submit</a>
-  | <a class="ref" href="#input.reset">input.reset</a>
-  | <a class="ref" href="#input.file">input.file</a>
-  | <a class="ref" href="#input.hidden">input.hidden</a>
-  | <a class="ref" href="#input.image">input.image</a>
-  | <a class="ref" href="#input.datetime">input.datetime</a>
-  | <a class="ref" href="#input.datetime-local">input.datetime-local</a>
-  | <a class="ref" href="#input.date">input.date</a>
-  | <a class="ref" href="#input.month">input.month</a>
-  | <a class="ref" href="#input.time">input.time</a>
-  | <a class="ref" href="#input.week">input.week</a>
-  | <a class="ref" href="#input.number">input.number</a>
-  | <a class="ref" href="#input.range">input.range</a>
-  | <a class="ref" href="#input.email">input.email</a>
-  | <a class="ref" href="#input.url">input.url</a>
-  | <a class="ref" href="#input.search">input.search</a>
-  | <a class="ref" href="#input.color">input.color</a>
-</dd>
-</dl></li>
-        <li class="context-mdl"><dl>
-<dt class="content-model"><span class="element-pattern-name" id="button"><a href="#button"><span class="element">button</span></a> = </span></dt>
-<dd class="elem-mdl">
-<a class="ref" href="#button.submit">button.submit</a>
-  | <a class="ref" href="#button.reset">button.reset</a>
-  | <a class="ref" href="#button.button">button.button</a>
-</dd>
-</dl></li>
-        <li class="context-mdl"><dl>
-<dt class="content-model"><span class="element-pattern-name" id="command"><a href="#command"><span class="element">command</span></a> = </span></dt>
-<dd class="elem-mdl">
-<a class="ref" href="#command.command">command.command</a>
-  | <a class="ref" href="#command.radio">command.radio</a>
-  | <a class="ref" href="#command.checkbox">command.checkbox</a>
-</dd>
-</dl></li>
-</ul>
-</div>
       </div>
     <div id="common-models" class="section">
         <h2>7. Common content models <a class="hash" href="#common-models">#</a> <a class="toc-bak" href="#common-models-toc">T</a>

Received on Wednesday, 29 April 2009 16:16:50 UTC