mike: doc video/@audio + input button requires value att

mike: doc video/@audio + input button requires value att

http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.297&r2=1.298&f=h

===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- legend.html 30 Nov 2010 01:49:43 -0000 1.79
+++ legend.html 13 Dec 2010 08:06:41 -0000 1.80
@@ -38,7 +38,7 @@
         
       <div id="legend-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref28">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref29">phrasing content</a></span>
         
     </p>
         </div>

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- th.html 30 Nov 2010 01:49:45 -0000 1.94
+++ th.html 13 Dec 2010 08:06:42 -0000 1.95
@@ -35,7 +35,7 @@
         
       <div id="th-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref50">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref51">phrasing content</a></span>
         
     </p>
         </div>

Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- mark.html 24 Oct 2010 21:55:45 -0000 1.75
+++ mark.html 13 Dec 2010 08:06:41 -0000 1.76
@@ -37,7 +37,7 @@
         
       <div id="mark-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref30">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref31">phrasing content</a></span>
         
     </p>
         </div>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -d -r1.473 -r1.474
--- Overview.html 8 Dec 2010 10:32:47 -0000 1.473
+++ Overview.html 13 Dec 2010 08:06:37 -0000 1.474
@@ -13,7 +13,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
 <h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>8 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>13 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -66,7 +66,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 8 December 2010 Editor&#8217;s Draft of 
+        This document is the 13 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -213,6 +213,9 @@
 <li id="base-toc">
 <span class="spec-link"><a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-base-element">&#9432;</a></span> <a href="base.html#base"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">base</span> &#8211; <span class="shortdesc">base URL</span></span></a>
 </li>
+<li id="bdi-toc">
+<span class="spec-link"><a title="Read about the bdi element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdi-element">&#9432;</a></span> <a href="bdi.html#bdi"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdi</span> &#8211; <span class="shortdesc">BiDi isolate</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</li>
 <li id="bdo-toc">
 <span class="spec-link"><a title="Read about the bdo element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdo-element">&#9432;</a></span> <a href="bdo.html#bdo"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdo</span> &#8211; <span class="shortdesc">BiDi override</span></span></a>
 </li>

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.email.html 3 Dec 2010 07:23:26 -0000 1.94
+++ input.email.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -291,6 +291,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.month.html 3 Dec 2010 07:23:26 -0000 1.94
+++ input.month.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -286,6 +286,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- global-attributes.html 7 Dec 2010 09:46:01 -0000 1.37
+++ global-attributes.html 13 Dec 2010 08:06:39 -0000 1.38
@@ -112,7 +112,9 @@
             <dt id="common.attrs.dir" title="common.attrs.dir">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#the-dir-attribute">&#9432;</a>
 <span class="attribute-name">dir</span> = <span class="attr-values">
-       "ltr"  <span class="postfix or">or</span>  "rtl"
+       "ltr"
+       <span class="postfix or">or</span>  "rtl"
+       <span class="postfix or">or</span>  "auto"
     </span> 
 <a class="hash" href="global-attributes.html#common.attrs.dir">#</a>
 </dt>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.range.html 3 Dec 2010 07:23:26 -0000 1.94
+++ input.range.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -208,6 +208,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- time.html 3 Dec 2010 08:20:33 -0000 1.90
+++ time.html 13 Dec 2010 08:06:42 -0000 1.91
@@ -35,7 +35,7 @@
         
       <div id="time-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref51">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref52">phrasing content</a></span>
         
     </p>
         </div>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- progress.html 30 Nov 2010 01:49:44 -0000 1.88
+++ progress.html 13 Dec 2010 08:06:41 -0000 1.89
@@ -34,7 +34,7 @@
         
       <div id="progress-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref37">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref38">phrasing content</a></span>
         
     </p>
         </div>

Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- dfn.html 24 Oct 2010 21:55:41 -0000 1.76
+++ dfn.html 13 Dec 2010 08:06:38 -0000 1.77
@@ -34,7 +34,7 @@
         
       <div id="dfn-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref15">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref16">phrasing content</a></span>
         
     </p>
         </div>

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- schema.html 8 Dec 2010 10:32:48 -0000 1.30
+++ schema.html 13 Dec 2010 08:06:41 -0000 1.31
@@ -137,6 +137,7 @@
    <span class='postfix or'>or</span> <a class='ref' href='#cite'>cite</a>
    <span class='postfix or'>or</span> <a class='ref' href='#span'>span</a>
    <span class='postfix or'>or</span> <a class='ref' href='#bdo'>bdo</a>
+   <span class='postfix or'>or</span> <a class='ref' href='#bdi'>bdi</a>
    <span class='postfix or'>or</span> <a class='ref' href='#br'>br</a>
    <span class='postfix or'>or</span> <a class='ref' href='#wbr'>wbr</a>
    <span class='postfix or'>or</span> <a class='ref' href='#ins.elem.phrasing'>ins.elem.phrasing</a>
@@ -296,7 +297,9 @@
   <span class='pattern' id='common.attrs.dir'><span class='type'>attribute </span>
   <span class='name'>dir</span>
    {<span class='model'>
-      d:string "ltr"  <span class='postfix or'>or</span> d:string "rtl"
+      d:string "ltr"
+       <span class='postfix or'>or</span> d:string "rtl"
+       <span class='postfix or'>or</span> d:string "auto"
     </span>}
   </span>
 </div>
@@ -1531,6 +1534,24 @@
   <div class='patternname' id='the-bdo.inner'><a href='#the-bdo.inner'>bdo.inner</a> =</div>
   <span class='pattern' id='bdo.inner'><a class='ref' href='#common.inner.phrasing'>common.inner.phrasing</a></span>
 </div>
+<div class='define' id='bdi-define'>
+  <div class='patternname' id='the-bdi'><a href='#the-bdi'>bdi</a> =</div>
+  <span class='pattern' id='bdi'><span class='type'>element </span>
+  <span class='name'>bdi</span>
+   {<span class='model'>
+      <a class='ref' href='#bdi.inner'>bdi.inner</a>
+       <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#bdi.attrs'>bdi.attrs</a>
+    </span>}
+  </span>
+</div>
+<div class='define' id='bdi.attrs-define'>
+  <div class='patternname' id='the-bdi.attrs'><a href='#the-bdi.attrs'>bdi.attrs</a> =</div>
+  <span class='pattern' id='bdi.attrs'><a class='ref' href='#common.attrs'>common.attrs</a></span>
+</div>
+<div class='define' id='bdi.inner-define'>
+  <div class='patternname' id='the-bdi.inner'><a href='#the-bdi.inner'>bdi.inner</a> =</div>
+  <span class='pattern' id='bdi.inner'><a class='ref' href='#common.inner.phrasing'>common.inner.phrasing</a></span>
+</div>
 <div class='define' id='br-define'>
   <div class='patternname' id='the-br'><a href='#the-br'>br</a> =</div>
   <span class='pattern' id='br'><span class='type'>element </span>
@@ -3774,7 +3795,8 @@
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.loop' title='video.attrs.loop'>loop</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.poster' title='video.attrs.poster'>poster</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.height' title='video.attrs.height'>height</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
-   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.width' title='video.attrs.width'>width</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span>
+   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.width' title='video.attrs.width'>width</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.audio' title='video.attrs.audio'>audio</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span>
 </div>
 <div class='define' id='video.attrs.autoplay-define'>
   <div class='patternname' id='the-video.attrs.autoplay'><a href='#the-video.attrs.autoplay'>autoplay</a> =</div>
@@ -3844,6 +3866,21 @@
     </span>}
   </span>
 </div>
+<div class='define' id='video.attrs.audio-define'>
+  <div class='patternname' id='the-video.attrs.audio'><a href='#the-video.attrs.audio'>audio</a> =</div>
+  <span class='pattern' id='video.attrs.audio'><span class='type'>attribute </span>
+  <span class='name'>audio</span>
+   {<span class='model'>
+      <a class='ref' href='#common.data.audio-states-list' title='common.data.audio-states-list'>audio-states-list</a>
+    </span>}
+  </span>
+</div>
+<div class='define' id='common.data.audio-states-list-define'>
+  <div class='patternname' id='the-common.data.audio-states-list'><a href='#the-common.data.audio-states-list'>audio-states-list</a> =</div>
+  <span class='pattern' id='common.data.audio-states-list'>list{
+    d:string "muted"<span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+  }</span>
+</div>
 <div class='define' id='video.attrs.src-define'>
   <div class='patternname' id='the-video.attrs.src'><a href='#the-video.attrs.src'>src</a> =</div>
   <span class='pattern' id='video.attrs.src'><span class='type'>attribute </span>

Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- cite.html 24 Oct 2010 21:55:41 -0000 1.76
+++ cite.html 13 Dec 2010 08:06:38 -0000 1.77
@@ -36,7 +36,7 @@
         
       <div id="cite-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref11">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref12">phrasing content</a></span>
         
     </p>
         </div>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- meter.html 30 Nov 2010 01:49:44 -0000 1.90
+++ meter.html 13 Dec 2010 08:06:41 -0000 1.91
@@ -36,7 +36,7 @@
         
       <div id="meter-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref31">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref32">phrasing content</a></span>
         
     </p>
         </div>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- input.button.html 3 Dec 2010 07:23:26 -0000 1.90
+++ input.button.html 13 Dec 2010 08:06:39 -0000 1.91
@@ -144,6 +144,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

--- NEW FILE: bdi.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html id="bdi">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="ED.css" type="text/css">
<title>HTML5:  bdi &#8211; BiDi isolate (NEW)</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="prev" href="base.html" title="base">
<link rel="next" href="bdo.html" title="bdo">
<link rel="up" href="Overview.html">
<link rel="contents" href="Overview.html#toc">
<link rel="index" href="index-of-terms.html">
</head>
<body class="chunk" onload="initDfn()">
<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
<div class="nav">
<span class="nav-prev"><a href="base.html">&#171; base</a></span>
<span class="nav-next"><a href="bdo.html">bdo &#187;</a></span>
</div>
<div class="no-number elementpage section">
      <h2 class="element-head">
<span class="spec-link"><a title="Read about the bdi element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdi-element">&#9432;</a></span> <span class="element">bdi</span> &#8211; <span class="shortdesc">BiDi isolate</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#bdi">#</a> <a class="toc-bak" href="Overview.html#bdi-toc">T</a>
</h2>
      <div id="bdi-longdesc" class="longdesc">
    <p>The
    <span class="element">bdi</span>
    element represents a span of text that is isolated from its
    surroundings for the purposes of bidirectional text formatting
    <a href="references.html#refsBIDI" id="refsBIDI_xref1">[BIDI]</a>.</p>
  </div>
      <div class="no-number no-toc" id="bdi-content-model">
        <h2 class="element-subhead">Permitted contents <a class="hash" href="#bdi-content-model">#</a>
</h2>
<div class="content-models">
        
      <div id="bdi-mdls">
        <p class="elem-mdl">
      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref6">phrasing content</a></span>
        
    </p>
        </div>
      </div>
</div>
<div class="no-number no-toc" id="bdi-attributes">
        <h2 class="element-subhead">Permitted attributes <a class="hash" href="#bdi-attributes">#</a>
</h2>
        <dl class="attr-defs">
<dt>
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#global-attributes">&#9432;</a>
<a class="attribute-name" title="global-attributes" href="global-attributes.html">global attributes</a>
</dt>
            <dd>Any attributes permitted globally.</dd>
          
        </dl>
</div>
      
      <div class="no-number no-toc tag-omission" id="bdi-tags">
        <h2 class="element-subhead">Tag omission <a class="hash" href="#bdi-tags">#</a>
</h2>
        <p>A <span class="element">bdi</span>
            element must have both a
            <span title="syntax-start-tag">start tag</span>
            and an
            <span title="syntax-end-tag">end tag</span>.</p>
      </div>
      <div class="no-number no-toc" id="bdi-context">
        <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#bdi-context">#</a>
</h2>
        <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
            <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
      </div>
      <div class="no-number no-toc interface" id="bdi-interface">
        <h2 class="element-subhead">DOM interface <a class="hash" href="#bdi-interface">#</a>
</h2>
<p class="dom-interface">Uses
            <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>.
          </p>
</div>
</div>
<hr class="footerbreak">
<div class="nav">
<span class="nav-prev"><a href="base.html">&#171; base</a></span>
<span class="nav-next"><a href="bdo.html">bdo &#187;</a></span>
</div>
<script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
</body>
</html>

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.text.html 3 Dec 2010 07:23:27 -0000 1.91
+++ input.text.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -249,6 +249,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Makefile 8 Dec 2010 10:32:46 -0000 1.114
+++ Makefile 13 Dec 2010 08:06:36 -0000 1.115
@@ -56,7 +56,7 @@
  @echo $(MULTIPAGE_SPEC_FILES)
 
 patch-schema: $(SCHEMA_FILES)
- $(HG) $(HGFLAGS) diff -X "*datatype/java*" syntax/relaxng > $@
+ $(HG) --cwd syntax $(HGFLAGS) diff -X "relaxng/datatype/java*" relaxng > $@
 
 html.rng: $(SCHEMA_FILES)
  $(TRANG) $(TRANGFLAGS) html.rnc $@

Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- samp.html 30 Nov 2010 01:49:44 -0000 1.76
+++ samp.html 13 Dec 2010 08:06:41 -0000 1.77
@@ -36,7 +36,7 @@
         
       <div id="samp-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref43">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref44">phrasing content</a></span>
         
     </p>
         </div>

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- h6.html 24 Oct 2010 21:55:43 -0000 1.81
+++ h6.html 13 Dec 2010 08:06:39 -0000 1.82
@@ -37,7 +37,7 @@
         
       <div id="h6-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref23">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref24">phrasing content</a></span>
         
     </p>
         </div>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- input.checkbox.html 3 Dec 2010 07:23:26 -0000 1.90
+++ input.checkbox.html 13 Dec 2010 08:06:39 -0000 1.91
@@ -168,6 +168,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- object.html 24 Oct 2010 21:55:45 -0000 1.97
+++ object.html 13 Dec 2010 08:06:41 -0000 1.98
@@ -44,7 +44,7 @@
 <div class="postfix or">or</div>
         <p class="elem-mdl">
       <span><span>zero or more </span><a class="ref" href="param.html#param">param</a><span> elements</span>, </span>  <span class="postfix followedby">followed by</span> 
-  <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref33">phrasing content</a></span>
+  <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref34">phrasing content</a></span>
         
     </p>
         </div>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.tel.html 3 Dec 2010 07:23:27 -0000 1.91
+++ input.tel.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -246,6 +246,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- h4.html 24 Oct 2010 21:55:43 -0000 1.81
+++ h4.html 13 Dec 2010 08:06:39 -0000 1.82
@@ -37,7 +37,7 @@
         
       <div id="h4-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref21">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref22">phrasing content</a></span>
         
     </p>
         </div>

Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- bdo.html 24 Oct 2010 21:55:40 -0000 1.74
+++ bdo.html 13 Dec 2010 08:06:38 -0000 1.75
@@ -5,7 +5,7 @@
 <link rel="stylesheet" href="ED.css" type="text/css">
 <title>HTML5:  bdo &#8211; BiDi override</title>
 <link rel="stylesheet" href="style.css" type="text/css">
-<link rel="prev" href="base.html" title="base">
+<link rel="prev" href="bdi.html" title="bdi">
 <link rel="next" href="blockquote.html" title="blockquote">
 <link rel="up" href="Overview.html">
 <link rel="contents" href="Overview.html#toc">
@@ -15,7 +15,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
 <div class="nav">
-<span class="nav-prev"><a href="base.html">&#171; base</a></span>
+<span class="nav-prev"><a href="bdi.html">&#171; bdi</a></span>
 <span class="nav-next"><a href="blockquote.html">blockquote &#187;</a></span>
 </div>
 <div class="no-number elementpage section">
@@ -25,9 +25,11 @@
       <div id="bdo-longdesc" class="longdesc">
     <p>The
     <span class="element">bdo</span>
-    element provides a means to specify a direction override of
+    element
+    represents an explicit text directionality formatting control for its
+    children; it provides a means to specify a direction override of
     the Unicode BiDi algorithm
-    <a href="references.html#refsBIDI" id="refsBIDI_xref1">[BIDI]</a>.</p>
+    <a href="references.html#refsBIDI" id="refsBIDI_xref2">[BIDI]</a>.</p>
   </div>
       <div class="no-number no-toc" id="bdo-content-model">
         <h2 class="element-subhead">Permitted contents <a class="hash" href="#bdo-content-model">#</a>
@@ -36,7 +38,7 @@
         
       <div id="bdo-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref6">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref7">phrasing content</a></span>
         
     </p>
         </div>
@@ -60,7 +62,7 @@
 </h2>
         <ul class="assertions">
 <li><span>
-    A <span class="element">bdo</span> element must have an 
+    A <span class="element">bdo</span> element must have a
     <span class="attribute">dir</span> attribute.
    </span></li>
         </ul>
@@ -90,7 +92,7 @@
 </div>
 <hr class="footerbreak">
 <div class="nav">
-<span class="nav-prev"><a href="base.html">&#171; base</a></span>
+<span class="nav-prev"><a href="bdi.html">&#171; bdi</a></span>
 <span class="nav-next"><a href="blockquote.html">blockquote &#187;</a></span>
 </div>
 <script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.number.html 3 Dec 2010 07:23:26 -0000 1.94
+++ input.number.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -232,6 +232,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- datatypes.html 7 Dec 2010 09:46:01 -0000 1.85
+++ datatypes.html 13 Dec 2010 08:06:38 -0000 1.86
@@ -776,6 +776,37 @@
     
       </div>
         
+      <div id="common.data.audio-states-list-def" class="no-toc no-number section">
+        <h2 class="common-subhead">
+<dfn id="common.data.audio-states-list">list of audio states</dfn> <a class="hash" href="#common.data.audio-states-list-def">#</a>
+</h2>
+        
+      <div class="datatype-desc">An
+        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref9">unordered set of unique space-separated tokens</a>,
+        each of which is a
+        <a href="terminology.html#case-insensitive" id="case-insensitive_xref35">case-insensitive match</a>
+        for one of the following literal strings:
+        <ul>
+<li>"<code>muted</code>"</li>
+        </ul>
+<div class="note">
+          <p>Currently, "<code>muted</code>" is the only token defined.</p>
+        </div>
+        <div class="note">
+          <p>Because an
+          <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref10">unordered set of unique space-separated tokens</a>
+          can contain zero tokens, this datatype also allows the following:</p>
+          <ul>
+<li>the empty string</li>
+            <li>any string consisting only of 
+            <a href="terminology.html#space" id="space_xref50">space characters</a>
+</li>
+          </ul>
+</div>
+      </div>
+    
+      </div>
+        
       <div id="form.data.mimetypelist-def" class="no-toc no-number section">
         <h2 class="common-subhead">
 <dfn id="form.data.mimetypelist">list of MIME types</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.datetime.html 3 Dec 2010 07:23:26 -0000 1.96
+++ input.datetime.html 13 Dec 2010 08:06:40 -0000 1.97
@@ -299,6 +299,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.password.html 3 Dec 2010 07:23:26 -0000 1.91
+++ input.password.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -232,6 +232,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: common-models.html
===================================================================
RCS file: /sources/public/html5/markup/common-models.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- common-models.html 30 Nov 2010 01:49:41 -0000 1.59
+++ common-models.html 13 Dec 2010 08:06:38 -0000 1.60
@@ -115,6 +115,7 @@
    <span class="postfix or">or</span> <a class="ref" href="cite.html#cite">cite</a>
    <span class="postfix or">or</span> <a class="ref" href="span.html#span">span</a>
    <span class="postfix or">or</span> <a class="ref" href="bdo.html#bdo">bdo</a>
+   <span class="postfix or">or</span> <a class="ref" href="bdi.html#bdi">bdi</a>
    <span class="postfix or">or</span> <a class="ref" href="br.html#br">br</a>
    <span class="postfix or">or</span> <a class="ref" href="wbr.html#wbr">wbr</a>
    <span class="postfix or">or</span> <a class="ref" href="ins.html#ins">ins</a>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.time.html 3 Dec 2010 07:23:27 -0000 1.96
+++ input.time.html 13 Dec 2010 08:06:40 -0000 1.97
@@ -260,6 +260,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- dt.html 24 Oct 2010 21:55:41 -0000 1.78
+++ dt.html 13 Dec 2010 08:06:38 -0000 1.79
@@ -35,7 +35,7 @@
         
       <div id="dt-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref16">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref17">phrasing content</a></span>
         
     </p>
         </div>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- strong.html 30 Nov 2010 01:49:45 -0000 1.80
+++ strong.html 13 Dec 2010 08:06:42 -0000 1.81
@@ -35,7 +35,7 @@
         
       <div id="strong-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref46">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref47">phrasing content</a></span>
         
     </p>
         </div>

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- input.color.html 3 Dec 2010 07:23:26 -0000 1.92
+++ input.color.html 13 Dec 2010 08:06:39 -0000 1.93
@@ -194,6 +194,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.image.html 8 Dec 2010 10:32:48 -0000 1.96
+++ input.image.html 13 Dec 2010 08:06:40 -0000 1.97
@@ -258,6 +258,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- code.html 24 Oct 2010 21:55:41 -0000 1.74
+++ code.html 13 Dec 2010 08:06:38 -0000 1.75
@@ -34,7 +34,7 @@
         
       <div id="code-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref12">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref13">phrasing content</a></span>
         
     </p>
         </div>

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- h2.html 24 Oct 2010 21:55:43 -0000 1.81
+++ h2.html 13 Dec 2010 08:06:39 -0000 1.82
@@ -37,7 +37,7 @@
         
       <div id="h2-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref19">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref20">phrasing content</a></span>
         
     </p>
         </div>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- p.html 24 Oct 2010 21:55:45 -0000 1.81
+++ p.html 13 Dec 2010 08:06:41 -0000 1.82
@@ -35,7 +35,7 @@
         
       <div id="p-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref35">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref36">phrasing content</a></span>
         
     </p>
         </div>

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.file.html 3 Dec 2010 07:23:26 -0000 1.91
+++ input.file.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -174,6 +174,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.radio.html 3 Dec 2010 07:23:26 -0000 1.91
+++ input.radio.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -169,6 +169,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- span.html 30 Nov 2010 01:49:44 -0000 1.79
+++ span.html 13 Dec 2010 08:06:41 -0000 1.80
@@ -36,7 +36,7 @@
         
       <div id="span-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref45">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref46">phrasing content</a></span>
         
     </p>
         </div>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.reset.html 3 Dec 2010 07:23:26 -0000 1.91
+++ input.reset.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -145,6 +145,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.datetime-local.html 3 Dec 2010 07:23:26 -0000 1.94
+++ input.datetime-local.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -281,6 +281,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- q.html 24 Oct 2010 21:55:46 -0000 1.79
+++ q.html 13 Dec 2010 08:06:41 -0000 1.80
@@ -35,7 +35,7 @@
         
       <div id="q-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref38">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref39">phrasing content</a></span>
         
     </p>
         </div>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- label.html 3 Dec 2010 07:23:27 -0000 1.88
+++ label.html 13 Dec 2010 08:06:41 -0000 1.89
@@ -35,7 +35,7 @@
         
       <div id="label-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref27">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref28">phrasing content</a></span>
         
     </p>
         </div>

Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- em.html 24 Oct 2010 21:55:42 -0000 1.75
+++ em.html 13 Dec 2010 08:06:39 -0000 1.76
@@ -35,7 +35,7 @@
         
       <div id="em-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref17">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref18">phrasing content</a></span>
         
     </p>
         </div>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- input.hidden.html 3 Dec 2010 07:23:26 -0000 1.91
+++ input.hidden.html 13 Dec 2010 08:06:40 -0000 1.92
@@ -134,6 +134,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- index-of-terms.xhtml 7 Dec 2010 09:46:01 -0000 1.10
+++ index-of-terms.xhtml 13 Dec 2010 08:06:39 -0000 1.11
@@ -101,7 +101,8 @@
 <p class="index-term">BIDI (specification)</p>
 <ul>
 <li><a href="references.html#refsBIDI"><cite class="index">References</cite> section: <cite class="index-dfn">BIDI</cite></a> <span class="index-notation">(defining instance)</span></li>
-</ul><ul id="refsBIDI_index_items"><li><a href="bdo.html#refsBIDI_xref1"><span class="element">bdo</span> element</a></li>
+</ul><ul id="refsBIDI_index_items"><li><a href="bdi.html#refsBIDI_xref1"><span class="element">bdi</span> element</a></li>
+<li><a href="bdo.html#refsBIDI_xref2"><span class="element">bdo</span> element</a></li>
 </ul>
 </div>
 <div class="index-entry" id="context_index">
@@ -175,6 +176,7 @@
 <li><a href="datatypes.html#case-insensitive_xref30"><cite class="index">character encoding name</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#case-insensitive_xref31">2</a>]</span><span class="index-counter"> [<a href="datatypes.html#case-insensitive_xref32">3</a>]</span></li>
 <li><a href="datatypes.html#case-insensitive_xref33"><cite class="index">refresh value</cite> data type</a></li>
 <li><a href="datatypes.html#case-insensitive_xref34"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref35"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="cdata-end-delimiter_index">
@@ -912,6 +914,13 @@
 </ul><ul id="legacy-tool-compatible-doctype_index_items"><li><a href="syntax.html#legacy-tool-compatible-doctype_xref1"><cite class="index">The doctype</cite> section</a><span class="index-counter"> [<a href="syntax.html#legacy-tool-compatible-doctype_xref2">2</a>]</span></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.audio-states-list_index">
+<p class="index-term">list of audio states</p>
+<ul>
+<li><a href="datatypes.html#common.data.audio-states-list"><cite class="index">list of audio states</cite> data type</a> <span class="index-notation">(defining instance)</span></li>
+</ul><ul id="common.data.audio-states-list_index_items"><li><a href="video.html#common.data.audio-states-list_xref1"><span class="element">video</span> element: <span class="attribute-name">audio</span> attribute</a><span class="index-counter"> [<a href="video.html#common.data.audio-states-list_xref2">2</a>]</span></li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.charsetlist_index">
 <p class="index-term">list of character-encoding names</p>
 <ul>
@@ -1256,54 +1265,55 @@
 <li><a href="abbr.html#phrasing-content_xref3"><span class="element">abbr</span> element: <cite class="index">Permitted contents</cite></a></li>
 <li><a href="audio.html#phrasing-content_xref4"><span class="element">audio</span> element: <cite class="index">Permitted contents</cite></a></li>
 <li><a href="b.html#phrasing-content_xref5"><span class="element">b</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="bdo.html#phrasing-content_xref6"><span class="element">bdo</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="button.submit.html#phrasing-content_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="button.reset.html#phrasing-content_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="button.button.html#phrasing-content_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="canvas.html#phrasing-content_xref10"><span class="element">canvas</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="cite.html#phrasing-content_xref11"><span class="element">cite</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="code.html#phrasing-content_xref12"><span class="element">code</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="datalist.html#phrasing-content_xref13"><span class="element">datalist</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="del.html#phrasing-content_xref14"><span class="element">del</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="dfn.html#phrasing-content_xref15"><span class="element">dfn</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="dt.html#phrasing-content_xref16"><span class="element">dt</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="em.html#phrasing-content_xref17"><span class="element">em</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h1.html#phrasing-content_xref18"><span class="element">h1</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h2.html#phrasing-content_xref19"><span class="element">h2</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h3.html#phrasing-content_xref20"><span class="element">h3</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h4.html#phrasing-content_xref21"><span class="element">h4</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h5.html#phrasing-content_xref22"><span class="element">h5</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h6.html#phrasing-content_xref23"><span class="element">h6</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="i.html#phrasing-content_xref24"><span class="element">i</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="ins.html#phrasing-content_xref25"><span class="element">ins</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="kbd.html#phrasing-content_xref26"><span class="element">kbd</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="label.html#phrasing-content_xref27"><span class="element">label</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="legend.html#phrasing-content_xref28"><span class="element">legend</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="map.html#phrasing-content_xref29"><span class="element">map</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="mark.html#phrasing-content_xref30"><span class="element">mark</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="meter.html#phrasing-content_xref31"><span class="element">meter</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="noscript.html#phrasing-content_xref32"><span class="element">noscript</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="object.html#phrasing-content_xref33"><span class="element">object</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="output.html#phrasing-content_xref34"><span class="element">output</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="p.html#phrasing-content_xref35"><span class="element">p</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="pre.html#phrasing-content_xref36"><span class="element">pre</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="progress.html#phrasing-content_xref37"><span class="element">progress</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="q.html#phrasing-content_xref38"><span class="element">q</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="rp.html#phrasing-content_xref39"><span class="element">rp</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="rt.html#phrasing-content_xref40"><span class="element">rt</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="ruby.html#phrasing-content_xref41"><span class="element">ruby</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="s.html#phrasing-content_xref42"><span class="element">s</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="samp.html#phrasing-content_xref43"><span class="element">samp</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="small.html#phrasing-content_xref44"><span class="element">small</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="span.html#phrasing-content_xref45"><span class="element">span</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="strong.html#phrasing-content_xref46"><span class="element">strong</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="sub.html#phrasing-content_xref47"><span class="element">sub</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="summary.html#phrasing-content_xref48"><span class="element">summary</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="sup.html#phrasing-content_xref49"><span class="element">sup</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="th.html#phrasing-content_xref50"><span class="element">th</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="time.html#phrasing-content_xref51"><span class="element">time</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="var.html#phrasing-content_xref52"><span class="element">var</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="video.html#phrasing-content_xref53"><span class="element">video</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="bdi.html#phrasing-content_xref6"><span class="element">bdi</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="bdo.html#phrasing-content_xref7"><span class="element">bdo</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="button.submit.html#phrasing-content_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="button.reset.html#phrasing-content_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="button.button.html#phrasing-content_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="canvas.html#phrasing-content_xref11"><span class="element">canvas</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="cite.html#phrasing-content_xref12"><span class="element">cite</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="code.html#phrasing-content_xref13"><span class="element">code</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="datalist.html#phrasing-content_xref14"><span class="element">datalist</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="del.html#phrasing-content_xref15"><span class="element">del</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="dfn.html#phrasing-content_xref16"><span class="element">dfn</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="dt.html#phrasing-content_xref17"><span class="element">dt</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="em.html#phrasing-content_xref18"><span class="element">em</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h1.html#phrasing-content_xref19"><span class="element">h1</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h2.html#phrasing-content_xref20"><span class="element">h2</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h3.html#phrasing-content_xref21"><span class="element">h3</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h4.html#phrasing-content_xref22"><span class="element">h4</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h5.html#phrasing-content_xref23"><span class="element">h5</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h6.html#phrasing-content_xref24"><span class="element">h6</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="i.html#phrasing-content_xref25"><span class="element">i</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="ins.html#phrasing-content_xref26"><span class="element">ins</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="kbd.html#phrasing-content_xref27"><span class="element">kbd</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="label.html#phrasing-content_xref28"><span class="element">label</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="legend.html#phrasing-content_xref29"><span class="element">legend</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="map.html#phrasing-content_xref30"><span class="element">map</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="mark.html#phrasing-content_xref31"><span class="element">mark</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="meter.html#phrasing-content_xref32"><span class="element">meter</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="noscript.html#phrasing-content_xref33"><span class="element">noscript</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="object.html#phrasing-content_xref34"><span class="element">object</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="output.html#phrasing-content_xref35"><span class="element">output</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="p.html#phrasing-content_xref36"><span class="element">p</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="pre.html#phrasing-content_xref37"><span class="element">pre</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="progress.html#phrasing-content_xref38"><span class="element">progress</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="q.html#phrasing-content_xref39"><span class="element">q</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="rp.html#phrasing-content_xref40"><span class="element">rp</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="rt.html#phrasing-content_xref41"><span class="element">rt</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="ruby.html#phrasing-content_xref42"><span class="element">ruby</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="s.html#phrasing-content_xref43"><span class="element">s</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="samp.html#phrasing-content_xref44"><span class="element">samp</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="small.html#phrasing-content_xref45"><span class="element">small</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="span.html#phrasing-content_xref46"><span class="element">span</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="strong.html#phrasing-content_xref47"><span class="element">strong</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="sub.html#phrasing-content_xref48"><span class="element">sub</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="summary.html#phrasing-content_xref49"><span class="element">summary</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="sup.html#phrasing-content_xref50"><span class="element">sup</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="th.html#phrasing-content_xref51"><span class="element">th</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="time.html#phrasing-content_xref52"><span class="element">time</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="var.html#phrasing-content_xref53"><span class="element">var</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="video.html#phrasing-content_xref54"><span class="element">video</span> element: <cite class="index">Permitted contents</cite></a></li>
 </ul>
 </div>
 <div class="index-entry" id="placeholder-hyperlink_index">
@@ -1560,6 +1570,7 @@
 <li><a href="datatypes.html#space_xref47"><cite class="index">meta-charset string</cite> data type</a></li>
 <li><a href="datatypes.html#space_xref48"><cite class="index">refresh value</cite> data type</a></li>
 <li><a href="datatypes.html#space_xref49"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="datatypes.html#space_xref50"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="syntax-start-tags_index">
@@ -1847,6 +1858,7 @@
 <li><a href="datatypes.html#data-unordered-tokens_xref5"><cite class="index">list of ID references</cite> data type</a></li>
 <li><a href="datatypes.html#data-unordered-tokens_xref6"><cite class="index">sizes</cite> data type</a></li>
 <li><a href="datatypes.html#data-unordered-tokens_xref7"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref8">2</a>]</span></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref9"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref10">2</a>]</span></li>
 </ul>
 </div>
 <div class="index-entry" id="attr-value-unquoted_index">

Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/s.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- s.html 30 Nov 2010 06:55:53 -0000 1.3
+++ s.html 13 Dec 2010 08:06:41 -0000 1.4
@@ -34,7 +34,7 @@
         
       <div id="s-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref42">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref43">phrasing content</a></span>
         
     </p>
         </div>

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- kbd.html 24 Oct 2010 21:55:44 -0000 1.75
+++ kbd.html 13 Dec 2010 08:06:40 -0000 1.76
@@ -35,7 +35,7 @@
         
       <div id="kbd-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref26">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref27">phrasing content</a></span>
         
     </p>
         </div>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- base.html 24 Oct 2010 21:55:40 -0000 1.87
+++ base.html 13 Dec 2010 08:06:38 -0000 1.88
@@ -6,7 +6,7 @@
 <title>HTML5:  base &#8211; base URL</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 <link rel="prev" href="b.html" title="b">
-<link rel="next" href="bdo.html" title="bdo">
+<link rel="next" href="bdi.html" title="bdi">
 <link rel="up" href="Overview.html">
 <link rel="contents" href="Overview.html#toc">
 <link rel="index" href="index-of-terms.html">
@@ -16,7 +16,7 @@
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="b.html">&#171; b</a></span>
-<span class="nav-next"><a href="bdo.html">bdo &#187;</a></span>
+<span class="nav-next"><a href="bdi.html">bdi &#187;</a></span>
 </div>
 <div class="no-number elementpage section">
       <h2 class="element-head">
@@ -127,7 +127,7 @@
 <hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="b.html">&#171; b</a></span>
-<span class="nav-next"><a href="bdo.html">bdo &#187;</a></span>
+<span class="nav-next"><a href="bdi.html">bdi &#187;</a></span>
 </div>
 <script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
 </body>

Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- patch-schema 8 Dec 2010 10:32:48 -0000 1.98
+++ patch-schema 13 Dec 2010 08:06:41 -0000 1.99
@@ -1,6 +1,6 @@
-diff -r b7c516d99a63 relaxng/applications.rnc
---- a/relaxng/applications.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/applications.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/applications.rnc
+--- a/relaxng/applications.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/applications.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -4,18 +4,6 @@
  ##  RELAX NG Schema for HTML 5: Web Application Features              #
  # #####################################################################
@@ -126,9 +126,9 @@
   common.elem.phrasing |= command.elem
  
  ## Menu: <menu>
-diff -r b7c516d99a63 relaxng/block.rnc
---- a/relaxng/block.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/block.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/block.rnc
+--- a/relaxng/block.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/block.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -114,12 +114,12 @@
    element li { oli.inner & oli.attrs }
   oli.attrs =
@@ -144,9 +144,9 @@
     attribute value {
      common.data.integer
     }
-diff -r b7c516d99a63 relaxng/common.rnc
---- a/relaxng/common.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/common.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/common.rnc
+--- a/relaxng/common.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/common.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -38,16 +38,16 @@
   common.attr.anything =
    attribute * { text }*
@@ -228,7 +228,7 @@
 - )
   common.attrs.dir =
    attribute dir {
-    w:string "ltr" | w:string "rtl"
+    w:string "ltr" | w:string "rtl" | w:string "auto"
 @@ -177,11 +174,6 @@
  #   common.data.langcode
  #  } & XMLonly
@@ -297,9 +297,9 @@
  common.attrs.aria = ( notAllowed )
  common.attrs.aria.implicit.button = ( notAllowed )
  common.attrs.aria.implicit.input = ( notAllowed )
-diff -r b7c516d99a63 relaxng/core-scripting.rnc
---- a/relaxng/core-scripting.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/core-scripting.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/core-scripting.rnc
+--- a/relaxng/core-scripting.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/core-scripting.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -52,9 +52,9 @@
      string
     }
@@ -334,9 +334,9 @@
  
   scripting.attr.onabort =
    attribute onabort { string }
-diff -r b7c516d99a63 relaxng/embed.rnc
---- a/relaxng/embed.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/embed.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/embed.rnc
+--- a/relaxng/embed.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/embed.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -249,7 +249,7 @@
     }
    object.attrs.name =
@@ -457,9 +457,9 @@
  #    xsd:token {
  #     pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+(,-?[0-9]+,-?[0-9]+)*"
  #    }
-diff -r b7c516d99a63 relaxng/media.rnc
---- a/relaxng/media.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/media.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/media.rnc
+--- a/relaxng/media.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/media.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -4,32 +4,6 @@
  ##  RELAX NG Schema for HTML 5: Advanced Embedded Content             #
  # #####################################################################
@@ -512,7 +512,7 @@
  ## Video: <video>
  
   video.elem.flow =
-@@ -75,11 +37,30 @@
+@@ -75,12 +37,31 @@
    element video { video.inner.phrasing & video.attrs }
   video.attrs =
    ( common.attrs
@@ -524,6 +524,7 @@
    & video.attrs.poster?
    & video.attrs.height?
    & video.attrs.width?
+   & video.attrs.audio?
    )
 +  video.attrs.autoplay   =
 +   attribute autoplay   {
@@ -544,10 +545,21 @@
    video.attrs.poster =
     attribute poster {
      common.data.uri
-@@ -92,12 +73,20 @@
-    attribute width {
+@@ -94,17 +75,28 @@
      common.data.integer.non-negative
     }
+   video.attrs.audio =
+-   attribute audio
+-    { list 
++   attribute audio {
++    common.data.audio-states-list
++   }
++    common.data.audio-states-list =
++    ( list
+      { ( w:string "muted" )?
+      }
+-    }
++    )
 +  video.attrs.src =
 +   attribute src {
 +    common.data.uri
@@ -567,7 +579,7 @@
    , common.inner.phrasing
    )
  
-@@ -112,14 +101,41 @@
+@@ -119,14 +111,41 @@
    element audio { audio.inner.phrasing & audio.attrs }
   audio.attrs =
    ( common.attrs
@@ -612,9 +624,9 @@
    , common.inner.phrasing
    )
  
-diff -r b7c516d99a63 relaxng/meta.rnc
---- a/relaxng/meta.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/meta.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/meta.rnc
+--- a/relaxng/meta.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/meta.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -53,7 +53,11 @@
    & body.attrs.onafterprint?
    & body.attrs.onbeforeprint?
@@ -806,9 +818,9 @@
 - common.elem.metadata |= ( meta.charset.elem | meta.http-equiv.content-type.elem )
 + common.elem.metadata |= meta.charset.elem
 + common.elem.metadata |= meta.http-equiv.content-type.elem
-diff -r b7c516d99a63 relaxng/phrase.rnc
---- a/relaxng/phrase.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/phrase.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/phrase.rnc
+--- a/relaxng/phrase.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/phrase.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -13,13 +13,12 @@
   a.attrs =
    ( common.attrs
@@ -899,9 +911,9 @@
  ## Emphatic Stress: <em>
  
   em.elem =
-diff -r b7c516d99a63 relaxng/revision.rnc
---- a/relaxng/revision.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/revision.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/revision.rnc
+--- a/relaxng/revision.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/revision.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -2,17 +2,6 @@
  ##  RELAX NG Schema for HTML 5: Revision Annotations                  #
  # #####################################################################
@@ -960,9 +972,9 @@
   del.inner.flow =
    ( common.inner.flow )
   del.inner.phrasing =
-diff -r b7c516d99a63 relaxng/tables.rnc
---- a/relaxng/tables.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/tables.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/tables.rnc
+--- a/relaxng/tables.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/tables.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -157,38 +157,6 @@
   tr.inner =
    ( ( td.elem | th.elem )* )
@@ -1065,9 +1077,9 @@
 +   }
   th.inner =
    ( common.inner.phrasing )
-diff -r b7c516d99a63 relaxng/web-forms.rnc
---- a/relaxng/web-forms.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/web-forms.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/web-forms.rnc
+--- a/relaxng/web-forms.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/web-forms.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -9,6 +9,7 @@
   common-form.attrs =
    ( common-form.attrs.name?
@@ -1172,9 +1184,9 @@
  
   button.elem |= button.button.elem
  
-diff -r b7c516d99a63 relaxng/web-forms2.rnc
---- a/relaxng/web-forms2.rnc Wed Dec 08 01:47:47 2010 +0900
-+++ b/relaxng/web-forms2.rnc Wed Dec 08 17:50:00 2010 +0900
+diff -r c25bd38bdf82 relaxng/web-forms2.rnc
+--- a/relaxng/web-forms2.rnc Mon Dec 13 15:05:30 2010 +0900
++++ b/relaxng/web-forms2.rnc Mon Dec 13 16:07:34 2010 +0900
 @@ -6,9 +6,6 @@
  
  ## Shared attributes for form controls

Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- index.html 8 Dec 2010 10:32:48 -0000 1.19
+++ index.html 13 Dec 2010 08:06:39 -0000 1.20
@@ -13,7 +13,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
 <h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>8 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>13 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -66,7 +66,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 8 December 2010 Editor&#8217;s Draft of 
+        This document is the 13 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -213,6 +213,9 @@
 <li id="base-toc">
 <span class="spec-link"><a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-base-element">&#9432;</a></span> <a href="base.html#base"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">base</span> &#8211; <span class="shortdesc">base URL</span></span></a>
 </li>
+<li id="bdi-toc">
+<span class="spec-link"><a title="Read about the bdi element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdi-element">&#9432;</a></span> <a href="bdi.html#bdi"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdi</span> &#8211; <span class="shortdesc">BiDi isolate</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</li>
 <li id="bdo-toc">
 <span class="spec-link"><a title="Read about the bdo element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdo-element">&#9432;</a></span> <a href="bdo.html#bdo"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdo</span> &#8211; <span class="shortdesc">BiDi override</span></span></a>
 </li>

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.search.html 3 Dec 2010 07:23:26 -0000 1.94
+++ input.search.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -247,6 +247,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- rt.html 30 Nov 2010 01:49:44 -0000 1.78
+++ rt.html 13 Dec 2010 08:06:41 -0000 1.79
@@ -35,7 +35,7 @@
         
       <div id="rt-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref40">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref41">phrasing content</a></span>
         
     </p>
         </div>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- spec.html 8 Dec 2010 10:32:48 -0000 1.297
+++ spec.html 13 Dec 2010 08:06:41 -0000 1.298
@@ -10,7 +10,7 @@
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
 <h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>8 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>13 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -63,7 +63,7 @@
       <h2>Status of this Document </h2>
     
[...991 lines suppressed...]
 </div>
 <div class="index-entry" id="placeholder-hyperlink_index">
@@ -28229,6 +28461,7 @@
 <li><a href="#space_xref47"><cite class="index">meta-charset string</cite> data type</a></li>
 <li><a href="#space_xref48"><cite class="index">refresh value</cite> data type</a></li>
 <li><a href="#space_xref49"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="#space_xref50"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="syntax-start-tags_index">
@@ -28581,6 +28814,9 @@
 <li>
 <a href="#data-unordered-tokens_xref7"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="#data-unordered-tokens_xref8">2</a>]</span>
 </li>
+<li>
+<a href="#data-unordered-tokens_xref9"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="#data-unordered-tokens_xref10">2</a>]</span>
+</li>
 </ul>
 </div>
 <div class="index-entry" id="attr-value-unquoted_index">

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- datalist.html 24 Oct 2010 21:55:41 -0000 1.82
+++ datalist.html 13 Dec 2010 08:06:38 -0000 1.83
@@ -37,7 +37,7 @@
       <div id="datalist-mdls">
         <p class="elem-mdl">
       <span><span>zero or more </span><a class="ref" href="option.html#option">option</a><span> elements</span>, </span> 
-   <span class="postfix intermixed">intermixed with</span> <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref13">phrasing content</a></span>
+   <span class="postfix intermixed">intermixed with</span> <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref14">phrasing content</a></span>
         
     </p>
         </div>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- h1.html 24 Oct 2010 21:55:43 -0000 1.80
+++ h1.html 13 Dec 2010 08:06:39 -0000 1.81
@@ -37,7 +37,7 @@
         
       <div id="h1-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref18">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref19">phrasing content</a></span>
         
     </p>
         </div>

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- h3.html 24 Oct 2010 21:55:43 -0000 1.81
+++ h3.html 13 Dec 2010 08:06:39 -0000 1.82
@@ -37,7 +37,7 @@
         
       <div id="h3-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref20">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref21">phrasing content</a></span>
         
     </p>
         </div>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.week.html 3 Dec 2010 07:23:27 -0000 1.94
+++ input.week.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -322,6 +322,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- button.button.html 24 Oct 2010 21:55:40 -0000 1.87
+++ button.button.html 13 Dec 2010 08:06:38 -0000 1.88
@@ -37,7 +37,7 @@
         
       <div id="button.button-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref9">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref10">phrasing content</a></span>
         
     </p>
         </div>

Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- small.html 30 Nov 2010 01:49:44 -0000 1.79
+++ small.html 13 Dec 2010 08:06:41 -0000 1.80
@@ -36,7 +36,7 @@
         
       <div id="small-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref44">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref45">phrasing content</a></span>
         
     </p>
         </div>

Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ruby.html 30 Nov 2010 01:49:44 -0000 1.78
+++ ruby.html 13 Dec 2010 08:06:41 -0000 1.79
@@ -35,7 +35,7 @@
         
       <div id="ruby-mdls">
         <p class="elem-mdl">
-       <span>one or more of: </span><span class="agroupof"><span><a href="terminology.html#phrasing-content" id="phrasing-content_xref41">phrasing content</a></span> <span class="postfix followedby">followed by</span> 
+       <span>one or more of: </span><span class="agroupof"><span><a href="terminology.html#phrasing-content" id="phrasing-content_xref42">phrasing content</a></span> <span class="postfix followedby">followed by</span> 
                           <span class="agroupof"><span><span>one </span><a class="ref" href="rt.html#rt">rt</a><span> element</span>, </span>
                                                  <span class="postfix or">or</span>  <span class="agroupof"><span><span>one </span><a class="ref" href="rp.html#rp">rp</a><span> element</span>, </span> <span class="postfix followedby">followed by</span> 
                                                                                                            <span><span>one </span><a class="ref" href="rt.html#rt">rt</a><span> element</span>, </span> <span class="postfix followedby">followed by</span> 

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- index-of-terms.html 7 Dec 2010 09:46:01 -0000 1.10
+++ index-of-terms.html 13 Dec 2010 08:06:39 -0000 1.11
@@ -147,7 +147,8 @@
 </li>
 </ul>
 <ul id="refsBIDI_index_items">
-<li><a href="bdo.html#refsBIDI_xref1"><span class="element">bdo</span> element</a></li>
+<li><a href="bdi.html#refsBIDI_xref1"><span class="element">bdi</span> element</a></li>
+<li><a href="bdo.html#refsBIDI_xref2"><span class="element">bdo</span> element</a></li>
 </ul>
 </div>
 <div class="index-entry" id="context_index">
@@ -249,6 +250,7 @@
 </li>
 <li><a href="datatypes.html#case-insensitive_xref33"><cite class="index">refresh value</cite> data type</a></li>
 <li><a href="datatypes.html#case-insensitive_xref34"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref35"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="cdata-end-delimiter_index">
@@ -1270,6 +1272,19 @@
 </li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.audio-states-list_index">
+<p class="index-term">list of audio states</p>
+<ul>
+<li>
+<a href="datatypes.html#common.data.audio-states-list"><cite class="index">list of audio states</cite> data type</a> <span class="index-notation">(defining instance)</span>
+</li>
+</ul>
+<ul id="common.data.audio-states-list_index_items">
+<li>
+<a href="video.html#common.data.audio-states-list_xref1"><span class="element">video</span> element: <span class="attribute-name">audio</span> attribute</a><span class="index-counter"> [<a href="video.html#common.data.audio-states-list_xref2">2</a>]</span>
+</li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.charsetlist_index">
 <p class="index-term">list of character-encoding names</p>
 <ul>
@@ -1791,54 +1806,55 @@
 <li><a href="abbr.html#phrasing-content_xref3"><span class="element">abbr</span> element: <cite class="index">Permitted contents</cite></a></li>
 <li><a href="audio.html#phrasing-content_xref4"><span class="element">audio</span> element: <cite class="index">Permitted contents</cite></a></li>
 <li><a href="b.html#phrasing-content_xref5"><span class="element">b</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="bdo.html#phrasing-content_xref6"><span class="element">bdo</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="button.submit.html#phrasing-content_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="button.reset.html#phrasing-content_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="button.button.html#phrasing-content_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="canvas.html#phrasing-content_xref10"><span class="element">canvas</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="cite.html#phrasing-content_xref11"><span class="element">cite</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="code.html#phrasing-content_xref12"><span class="element">code</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="datalist.html#phrasing-content_xref13"><span class="element">datalist</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="del.html#phrasing-content_xref14"><span class="element">del</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="dfn.html#phrasing-content_xref15"><span class="element">dfn</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="dt.html#phrasing-content_xref16"><span class="element">dt</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="em.html#phrasing-content_xref17"><span class="element">em</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h1.html#phrasing-content_xref18"><span class="element">h1</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h2.html#phrasing-content_xref19"><span class="element">h2</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h3.html#phrasing-content_xref20"><span class="element">h3</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h4.html#phrasing-content_xref21"><span class="element">h4</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h5.html#phrasing-content_xref22"><span class="element">h5</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="h6.html#phrasing-content_xref23"><span class="element">h6</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="i.html#phrasing-content_xref24"><span class="element">i</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="ins.html#phrasing-content_xref25"><span class="element">ins</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="kbd.html#phrasing-content_xref26"><span class="element">kbd</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="label.html#phrasing-content_xref27"><span class="element">label</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="legend.html#phrasing-content_xref28"><span class="element">legend</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="map.html#phrasing-content_xref29"><span class="element">map</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="mark.html#phrasing-content_xref30"><span class="element">mark</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="meter.html#phrasing-content_xref31"><span class="element">meter</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="noscript.html#phrasing-content_xref32"><span class="element">noscript</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="object.html#phrasing-content_xref33"><span class="element">object</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="output.html#phrasing-content_xref34"><span class="element">output</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="p.html#phrasing-content_xref35"><span class="element">p</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="pre.html#phrasing-content_xref36"><span class="element">pre</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="progress.html#phrasing-content_xref37"><span class="element">progress</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="q.html#phrasing-content_xref38"><span class="element">q</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="rp.html#phrasing-content_xref39"><span class="element">rp</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="rt.html#phrasing-content_xref40"><span class="element">rt</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="ruby.html#phrasing-content_xref41"><span class="element">ruby</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="s.html#phrasing-content_xref42"><span class="element">s</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="samp.html#phrasing-content_xref43"><span class="element">samp</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="small.html#phrasing-content_xref44"><span class="element">small</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="span.html#phrasing-content_xref45"><span class="element">span</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="strong.html#phrasing-content_xref46"><span class="element">strong</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="sub.html#phrasing-content_xref47"><span class="element">sub</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="summary.html#phrasing-content_xref48"><span class="element">summary</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="sup.html#phrasing-content_xref49"><span class="element">sup</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="th.html#phrasing-content_xref50"><span class="element">th</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="time.html#phrasing-content_xref51"><span class="element">time</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="var.html#phrasing-content_xref52"><span class="element">var</span> element: <cite class="index">Permitted contents</cite></a></li>
-<li><a href="video.html#phrasing-content_xref53"><span class="element">video</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="bdi.html#phrasing-content_xref6"><span class="element">bdi</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="bdo.html#phrasing-content_xref7"><span class="element">bdo</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="button.submit.html#phrasing-content_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="button.reset.html#phrasing-content_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="button.button.html#phrasing-content_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="canvas.html#phrasing-content_xref11"><span class="element">canvas</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="cite.html#phrasing-content_xref12"><span class="element">cite</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="code.html#phrasing-content_xref13"><span class="element">code</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="datalist.html#phrasing-content_xref14"><span class="element">datalist</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="del.html#phrasing-content_xref15"><span class="element">del</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="dfn.html#phrasing-content_xref16"><span class="element">dfn</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="dt.html#phrasing-content_xref17"><span class="element">dt</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="em.html#phrasing-content_xref18"><span class="element">em</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h1.html#phrasing-content_xref19"><span class="element">h1</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h2.html#phrasing-content_xref20"><span class="element">h2</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h3.html#phrasing-content_xref21"><span class="element">h3</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h4.html#phrasing-content_xref22"><span class="element">h4</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h5.html#phrasing-content_xref23"><span class="element">h5</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="h6.html#phrasing-content_xref24"><span class="element">h6</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="i.html#phrasing-content_xref25"><span class="element">i</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="ins.html#phrasing-content_xref26"><span class="element">ins</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="kbd.html#phrasing-content_xref27"><span class="element">kbd</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="label.html#phrasing-content_xref28"><span class="element">label</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="legend.html#phrasing-content_xref29"><span class="element">legend</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="map.html#phrasing-content_xref30"><span class="element">map</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="mark.html#phrasing-content_xref31"><span class="element">mark</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="meter.html#phrasing-content_xref32"><span class="element">meter</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="noscript.html#phrasing-content_xref33"><span class="element">noscript</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="object.html#phrasing-content_xref34"><span class="element">object</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="output.html#phrasing-content_xref35"><span class="element">output</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="p.html#phrasing-content_xref36"><span class="element">p</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="pre.html#phrasing-content_xref37"><span class="element">pre</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="progress.html#phrasing-content_xref38"><span class="element">progress</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="q.html#phrasing-content_xref39"><span class="element">q</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="rp.html#phrasing-content_xref40"><span class="element">rp</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="rt.html#phrasing-content_xref41"><span class="element">rt</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="ruby.html#phrasing-content_xref42"><span class="element">ruby</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="s.html#phrasing-content_xref43"><span class="element">s</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="samp.html#phrasing-content_xref44"><span class="element">samp</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="small.html#phrasing-content_xref45"><span class="element">small</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="span.html#phrasing-content_xref46"><span class="element">span</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="strong.html#phrasing-content_xref47"><span class="element">strong</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="sub.html#phrasing-content_xref48"><span class="element">sub</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="summary.html#phrasing-content_xref49"><span class="element">summary</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="sup.html#phrasing-content_xref50"><span class="element">sup</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="th.html#phrasing-content_xref51"><span class="element">th</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="time.html#phrasing-content_xref52"><span class="element">time</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="var.html#phrasing-content_xref53"><span class="element">var</span> element: <cite class="index">Permitted contents</cite></a></li>
+<li><a href="video.html#phrasing-content_xref54"><span class="element">video</span> element: <cite class="index">Permitted contents</cite></a></li>
 </ul>
 </div>
 <div class="index-entry" id="placeholder-hyperlink_index">
@@ -2211,6 +2227,7 @@
 <li><a href="datatypes.html#space_xref47"><cite class="index">meta-charset string</cite> data type</a></li>
 <li><a href="datatypes.html#space_xref48"><cite class="index">refresh value</cite> data type</a></li>
 <li><a href="datatypes.html#space_xref49"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="datatypes.html#space_xref50"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="syntax-start-tags_index">
@@ -2563,6 +2580,9 @@
 <li>
 <a href="datatypes.html#data-unordered-tokens_xref7"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref8">2</a>]</span>
 </li>
+<li>
+<a href="datatypes.html#data-unordered-tokens_xref9"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref10">2</a>]</span>
+</li>
 </ul>
 </div>
 <div class="index-entry" id="attr-value-unquoted_index">

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- elements.html 30 Nov 2010 02:52:39 -0000 1.71
+++ elements.html 13 Dec 2010 08:06:38 -0000 1.72
@@ -55,6 +55,9 @@
 <span class="spec-link"><a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-base-element">&#9432;</a></span> <a href="base.html#base"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">base</span> &#8211; <span class="shortdesc">base URL</span></span></a>
 </li>
 <li>
+<span class="spec-link"><a title="Read about the bdi element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdi-element">&#9432;</a></span> <a href="bdi.html#bdi"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdi</span> &#8211; <span class="shortdesc">BiDi isolate</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</li>
+<li>
 <span class="spec-link"><a title="Read about the bdo element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdo-element">&#9432;</a></span> <a href="bdo.html#bdo"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdo</span> &#8211; <span class="shortdesc">BiDi override</span></span></a>
 </li>
 <li>

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- video.html 3 Dec 2010 08:20:33 -0000 1.101
+++ video.html 13 Dec 2010 08:06:42 -0000 1.102
@@ -46,7 +46,7 @@
         <p class="elem-mdl">
        <span class="agroupof"><span><span>a </span><a class="ref attribute" href="video.html#video.attrs.src">src</a><span> attribute</span>, </span>
                           <span class="postfix or">or</span> <span><span>zero or more </span><a class="ref" href="source.html#source">source</a><span> elements</span></span> </span> <span class="postfix followedby">followed by</span> 
-  <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref53">phrasing content</a></span>
+  <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref54">phrasing content</a></span>
         
     </p>
         </div>
@@ -63,7 +63,8 @@
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="video.html#video.attrs.loop" title="video.attrs.loop">loop</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="video.html#video.attrs.poster" title="video.attrs.poster">poster</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="video.html#video.attrs.height" title="video.attrs.height">height</a> 
-   <span class="postfix intermixed">&amp;</span> <a class="ref" href="video.html#video.attrs.width" title="video.attrs.width">width</a> </span><span class="postfix intermixed">&amp;</span> <a class="ref" title="video.attrs.src" href="video.html#video.attrs.src">src</a></p>
+   <span class="postfix intermixed">&amp;</span> <a class="ref" href="video.html#video.attrs.width" title="video.attrs.width">width</a> 
+   <span class="postfix intermixed">&amp;</span> <a class="ref" href="video.html#video.attrs.audio" title="video.attrs.audio">audio</a> </span><span class="postfix intermixed">&amp;</span> <a class="ref" title="video.attrs.src" href="video.html#video.attrs.src">src</a></p>
 </div>
         <dl class="attr-defs">
 <dt>
@@ -161,6 +162,27 @@
 </dt>
             <dd>The width of the video, in CSS pixels.</dd>
           
+            <dt id="video.attrs.audio" title="video.attrs.audio">
+<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-audio">&#9432;</a>
+<span class="attribute-name">audio</span> = <span class="attr-values">
+      <a href="datatypes.html#common.data.audio-states-list" id="common.data.audio-states-list_xref1">list of audio states</a>
+    </span> 
+<a class="hash" href="video.html#video.attrs.audio">#</a>
+</dt>
+            <dd>Represents the default state of audio channel of the video,
+      potentially overriding user preferences.</dd>
+<dd>If any
+        values are given in the
+        <a href="datatypes.html#common.data.audio-states-list" id="common.data.audio-states-list_xref2">list of audio states</a>,
+        they instruct the UA to set default audio states, as follows:
+        <ul>
+<li>
+<code>muted</code>: instructs the UA to override the
+          user&#8217;s preferences, if any, and always default the video
+          to muted</li>
+        </ul>
+</dd>
+          
             <dt id="video.attrs.src" title="video.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- button.reset.html 24 Oct 2010 21:55:41 -0000 1.87
+++ button.reset.html 13 Dec 2010 08:06:38 -0000 1.88
@@ -37,7 +37,7 @@
         
       <div id="button.reset-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref8">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref9">phrasing content</a></span>
         
     </p>
         </div>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- output.html 30 Nov 2010 01:49:44 -0000 1.90
+++ output.html 13 Dec 2010 08:06:41 -0000 1.91
@@ -35,7 +35,7 @@
         
       <div id="output-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref34">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref35">phrasing content</a></span>
         
     </p>
         </div>

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- i.html 24 Oct 2010 21:55:43 -0000 1.76
+++ i.html 13 Dec 2010 08:06:39 -0000 1.77
@@ -40,7 +40,7 @@
         
       <div id="i-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref24">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref25">phrasing content</a></span>
         
     </p>
         </div>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- input.submit.html 8 Dec 2010 10:32:48 -0000 1.92
+++ input.submit.html 13 Dec 2010 08:06:40 -0000 1.93
@@ -220,6 +220,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- input.date.html 3 Dec 2010 07:23:26 -0000 1.95
+++ input.date.html 13 Dec 2010 08:06:39 -0000 1.96
@@ -268,6 +268,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- var.html 30 Nov 2010 01:49:46 -0000 1.76
+++ var.html 13 Dec 2010 08:06:42 -0000 1.77
@@ -37,7 +37,7 @@
         
       <div id="var-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref52">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref53">phrasing content</a></span>
         
     </p>
         </div>

Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- sub.html 30 Nov 2010 01:49:45 -0000 1.78
+++ sub.html 13 Dec 2010 08:06:42 -0000 1.79
@@ -35,7 +35,7 @@
         
       <div id="sub-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref47">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref48">phrasing content</a></span>
         
     </p>
         </div>

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- pre.html 24 Oct 2010 21:55:46 -0000 1.79
+++ pre.html 13 Dec 2010 08:06:41 -0000 1.80
@@ -37,7 +37,7 @@
         
       <div id="pre-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref36">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref37">phrasing content</a></span>
         
     </p>
         </div>

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- button.submit.html 8 Dec 2010 10:32:48 -0000 1.88
+++ button.submit.html 13 Dec 2010 08:06:38 -0000 1.89
@@ -37,7 +37,7 @@
         
       <div id="button.submit-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref7">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref8">phrasing content</a></span>
         
     </p>
         </div>

Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- rp.html 24 Oct 2010 21:55:46 -0000 1.77
+++ rp.html 13 Dec 2010 08:06:41 -0000 1.78
@@ -37,7 +37,7 @@
         
       <div id="rp-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref39">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref40">phrasing content</a></span>
         
     </p>
         </div>

Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- sup.html 30 Nov 2010 01:49:45 -0000 1.79
+++ sup.html 13 Dec 2010 08:06:42 -0000 1.80
@@ -35,7 +35,7 @@
         
       <div id="sup-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref49">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref50">phrasing content</a></span>
         
     </p>
         </div>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.url.html 3 Dec 2010 07:23:27 -0000 1.94
+++ input.url.html 13 Dec 2010 08:06:40 -0000 1.95
@@ -248,6 +248,10 @@
           <li><span>
     The <span class="attribute">list</span> attribute of the <span class="element">input</span> element must refer to a <span class="element">datalist</span> element.
    </span></li>
+<li><span>
+    Element <span class="element">input</span> with attribute <span class="attribute">type</span>
+    whose value is &#8220;button&#8221; must have non-empty attribute <span class="attribute">value</span>.
+   </span></li>
           <li><span>
     The <span class="attribute">usemap</span> attribute on the <span class="element">input</span> element is obsolete.
     Use the <span class="element">img</span> element instead of the <span class="element">input</span> element for image maps.

Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- summary.html 30 Nov 2010 01:49:45 -0000 1.50
+++ summary.html 13 Dec 2010 08:06:42 -0000 1.51
@@ -36,7 +36,7 @@
         
       <div id="summary-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref48">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref49">phrasing content</a></span>
         
     </p>
         </div>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- h5.html 24 Oct 2010 21:55:43 -0000 1.81
+++ h5.html 13 Dec 2010 08:06:39 -0000 1.82
@@ -37,7 +37,7 @@
         
       <div id="h5-mdls">
         <p class="elem-mdl">
-      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref22">phrasing content</a></span>
+      <span><a href="terminology.html#phrasing-content" id="phrasing-content_xref23">phrasing content</a></span>
         
     </p>
         </div>

Received on Monday, 13 December 2010 08:10:57 UTC