html5/markup Overview.html,1.415,1.416 button.button.html,1.48,1.49 button.reset.html,1.48,1.49 button.submit.html,1.48,1.49 figcaption.html,1.16,1.17 form.html,1.52,1.53 input.button.html,1.46,1.47 input.checkbox.html,1.46,1.47 input.color.html,1.48,1.49 input.date.html,1.49,1.50 input.datetime-local.html,1.50,1.51 input.datetime.html,1.50,1.51 input.email.html,1.49,1.50 input.file.html,1.46,1.47 input.hidden.html,1.47,1.48 input.image.html,1.50,1.51 input.month.html,1.50,1.51 input.number.html,1.50,1.51 input.password.html,1.47,1.48 input.radio.html,1.47,1.48 input.range.html,1.50,1.51 input.reset.html,1.47,1.48 input.search.html,1.50,1.51 input.submit.html,1.47,1.48 input.tel.html,1.47,1.48 input.text.html,1.47,1.48 input.time.html,1.50,1.51 input.url.html,1.49,1.50 input.week.html,1.50,1.51 schema.html,1.19,1.20 spec.html,1.214,1.215 th.html,1.53,1.54

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

Modified Files:
	Overview.html button.button.html button.reset.html 
	button.submit.html figcaption.html form.html input.button.html 
	input.checkbox.html input.color.html input.date.html 
	input.datetime-local.html input.datetime.html input.email.html 
	input.file.html input.hidden.html input.image.html 
	input.month.html input.number.html input.password.html 
	input.radio.html input.range.html input.reset.html 
	input.search.html input.submit.html input.tel.html 
	input.text.html input.time.html input.url.html input.week.html 
	schema.html spec.html th.html 
Log Message:
restrict content of button and th to phrasing, allow flow in figcaption


Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- th.html	29 Mar 2010 18:46:43 -0000	1.53
+++ th.html	15 Apr 2010 08:08:45 -0000	1.54
@@ -27,7 +27,7 @@
         
       <div id="th-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#flow-content">flow content</a></span>
+      <span><a href="terminology.html#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -d -r1.415 -r1.416
--- Overview.html	12 Apr 2010 04:06:49 -0000	1.415
+++ Overview.html	15 Apr 2010 08:08:44 -0000	1.416
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>12 April 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>15 April 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -51,7 +51,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 12 April 2010 Editor&#8217;s Draft of 
+        This document is the 15 April 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- input.email.html	9 Apr 2010 21:13:08 -0000	1.49
+++ input.email.html	15 Apr 2010 08:08:44 -0000	1.50
@@ -136,7 +136,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.month.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.month.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -143,7 +143,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.range.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.range.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -141,7 +141,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- schema.html	2 Apr 2010 19:42:21 -0000	1.19
+++ schema.html	15 Apr 2010 08:08:45 -0000	1.20
@@ -3920,7 +3920,7 @@
 </div>
 <div class='define' id='figcaption.inner-define'>
   <div class='patternname' id='the-figcaption.inner'><a href='#the-figcaption.inner'>figcaption.inner</a> =</div>
-  <span class='pattern' id='figcaption.inner'><a class='ref' href='#common.inner.phrasing'>common.inner.phrasing</a></span>
+  <span class='pattern' id='figcaption.inner'><a class='ref' href='#common.inner.flow'>common.inner.flow</a></span>
 </div>
 </div>
 </div>
@@ -4244,7 +4244,7 @@
 </div>
 <div class='define' id='th.inner-define'>
   <div class='patternname' id='the-th.inner'><a href='#the-th.inner'>th.inner</a> =</div>
-  <span class='pattern' id='th.inner'><a class='ref' href='#common.inner.flow'>common.inner.flow</a></span>
+  <span class='pattern' id='th.inner'><a class='ref' href='#common.inner.phrasing'>common.inner.phrasing</a></span>
 </div>
 </div>
 </div>
@@ -4897,7 +4897,7 @@
 </div>
 <div class='define' id='button.inner-define'>
   <div class='patternname' id='the-button.inner'><a href='#the-button.inner'>button.inner</a> =</div>
-  <span class='pattern' id='button.inner'><a class='ref' href='#common.inner.flow'>common.inner.flow</a></span>
+  <span class='pattern' id='button.inner'><a class='ref' href='#common.inner.phrasing'>common.inner.phrasing</a></span>
 </div>
 <div class='define' id='button.submit-define'>
   <div class='patternname' id='the-button.submit'><a href='#the-button.submit'>button.submit</a> =</div>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.button.html	9 Apr 2010 21:13:07 -0000	1.46
+++ input.button.html	15 Apr 2010 08:08:44 -0000	1.47
@@ -116,7 +116,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.text.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.text.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -124,7 +124,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.checkbox.html	9 Apr 2010 21:13:07 -0000	1.46
+++ input.checkbox.html	15 Apr 2010 08:08:44 -0000	1.47
@@ -118,7 +118,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.tel.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.tel.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -125,7 +125,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.number.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.number.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -143,7 +143,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.datetime.html	9 Apr 2010 21:13:07 -0000	1.50
+++ input.datetime.html	15 Apr 2010 08:08:44 -0000	1.51
@@ -144,7 +144,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.password.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.password.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -124,7 +124,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.time.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.time.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -144,7 +144,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.image.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.image.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -152,7 +152,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- figcaption.html	29 Mar 2010 18:46:40 -0000	1.16
+++ figcaption.html	15 Apr 2010 08:08:44 -0000	1.17
@@ -29,7 +29,7 @@
         
       <div id="figcaption-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content">phrasing content</a></span>
+      <span><a href="terminology.html#flow-content">flow content</a></span>
         
     </p>
         </div>

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.file.html	9 Apr 2010 21:13:08 -0000	1.46
+++ input.file.html	15 Apr 2010 08:08:45 -0000	1.47
@@ -123,7 +123,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.radio.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.radio.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -119,7 +119,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.reset.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.reset.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -116,7 +116,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.datetime-local.html	9 Apr 2010 21:13:07 -0000	1.50
+++ input.datetime-local.html	15 Apr 2010 08:08:44 -0000	1.51
@@ -144,7 +144,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- input.color.html	9 Apr 2010 21:13:07 -0000	1.48
+++ input.color.html	15 Apr 2010 08:08:44 -0000	1.49
@@ -122,7 +122,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.hidden.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.hidden.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -117,7 +117,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.search.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.search.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -126,7 +126,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- spec.html	12 Apr 2010 04:06:50 -0000	1.214
+++ spec.html	15 Apr 2010 08:08:45 -0000	1.215
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>12 April 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>15 April 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -50,7 +50,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 12 April 2010 Editor&#8217;s Draft of 
+        This document is the 15 April 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -4081,7 +4081,7 @@
         
       <div id="button.submit-mdls">
         <p class="elem-mdl">
-      <span><a href="#flow-content">flow content</a></span>
+      <span><a href="#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>
@@ -4199,7 +4199,7 @@
         
       <div id="button.reset-mdls">
         <p class="elem-mdl">
-      <span><a href="#flow-content">flow content</a></span>
+      <span><a href="#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>
@@ -4312,7 +4312,7 @@
         
       <div id="button.button-mdls">
         <p class="elem-mdl">
-      <span><a href="#flow-content">flow content</a></span>
+      <span><a href="#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>
@@ -6221,7 +6221,7 @@
         
       <div id="figcaption-mdls">
         <p class="elem-mdl">
-      <span><a href="#phrasing-content">phrasing content</a></span>
+      <span><a href="#flow-content">flow content</a></span>
         
     </p>
         </div>
@@ -6540,7 +6540,7 @@
 interface <b>HTMLFormElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-action" title="dom-fs-action">action</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-method" title="dom-fs-method">method</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-name" title="dom-form-name">name</a>;
@@ -8127,7 +8127,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -8292,7 +8292,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -8451,7 +8451,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -8611,7 +8611,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -8768,7 +8768,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -8930,7 +8930,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -9087,7 +9087,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -9251,7 +9251,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -9409,7 +9409,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -9602,7 +9602,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -9787,7 +9787,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -9972,7 +9972,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -10156,7 +10156,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -10340,7 +10340,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -10525,7 +10525,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -10709,7 +10709,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -10893,7 +10893,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -11075,7 +11075,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -11252,7 +11252,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -11422,7 +11422,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -11589,7 +11589,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -11755,7 +11755,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -11918,7 +11918,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
@@ -17006,7 +17006,7 @@
         
       <div id="th-mdls">
         <p class="elem-mdl">
-      <span><a href="#flow-content">flow content</a></span>
+      <span><a href="#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- input.week.html	9 Apr 2010 21:13:08 -0000	1.50
+++ input.week.html	15 Apr 2010 08:08:45 -0000	1.51
@@ -143,7 +143,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- button.button.html	29 Mar 2010 15:07:56 -0000	1.48
+++ button.button.html	15 Apr 2010 08:08:44 -0000	1.49
@@ -29,7 +29,7 @@
         
       <div id="button.button-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#flow-content">flow content</a></span>
+      <span><a href="terminology.html#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- form.html	29 Mar 2010 18:46:40 -0000	1.52
+++ form.html	15 Apr 2010 08:08:44 -0000	1.53
@@ -142,7 +142,7 @@
 interface <b>HTMLFormElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-action" title="dom-fs-action">action</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-method" title="dom-fs-method">method</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-name" title="dom-form-name">name</a>;

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- button.reset.html	29 Mar 2010 15:07:56 -0000	1.48
+++ button.reset.html	15 Apr 2010 08:08:44 -0000	1.49
@@ -29,7 +29,7 @@
         
       <div id="button.reset-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#flow-content">flow content</a></span>
+      <span><a href="terminology.html#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- input.submit.html	9 Apr 2010 21:13:08 -0000	1.47
+++ input.submit.html	15 Apr 2010 08:08:45 -0000	1.48
@@ -121,7 +121,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- input.date.html	9 Apr 2010 21:13:07 -0000	1.49
+++ input.date.html	15 Apr 2010 08:08:44 -0000	1.50
@@ -143,7 +143,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- button.submit.html	29 Mar 2010 15:07:56 -0000	1.48
+++ button.submit.html	15 Apr 2010 08:08:44 -0000	1.49
@@ -29,7 +29,7 @@
         
       <div id="button.submit-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#flow-content">flow content</a></span>
+      <span><a href="terminology.html#phrasing-content">phrasing content</a></span>
         
     </p>
         </div>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- input.url.html	9 Apr 2010 21:13:08 -0000	1.49
+++ input.url.html	15 Apr 2010 08:08:45 -0000	1.50
@@ -129,7 +129,7 @@
 <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;

Received on Thursday, 15 April 2010 08:08:52 UTC