html5/spec association-of-controls-and-forms.html,1.66,1.67 browsers.html,1.1033,1.1034 common-dom-interfaces.html,1.36,1.37 number-state.html,1.34,1.35 spec.html,1.1399,1.1400 video.html,1.920,1.921 webappapis.html,1.158,1.159

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

Modified Files:
	association-of-controls-and-forms.html browsers.html 
	common-dom-interfaces.html number-state.html spec.html 
	video.html webappapis.html 
Log Message:
typo (whatwg r5932)

[updated by splitter]


Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- association-of-controls-and-forms.html	3 Mar 2011 23:46:38 -0000	1.66
+++ association-of-controls-and-forms.html	4 Mar 2011 00:46:40 -0000	1.67
@@ -393,9 +393,9 @@
   parser</a> overrides this requirement when inserting form
   controls.</span></p>
 
-  <p>When a <a href="forms.html#form-associated-element">form-associated element</a>'s <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is added, removed, or
-  has its value changed, then the user agent must <a href="#reset-the-form-owner">reset the form
-  owner</a> of that element.</p>
+  <p>When a <a href="forms.html#form-associated-element">form-associated element</a>'s <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is set, changed, or
+  removed, then the user agent must <a href="#reset-the-form-owner">reset the form owner</a>
+  of that element.</p>
 
   <p>When a <a href="forms.html#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute and the <a href="elements.html#concept-id" title="concept-id">ID</a> of any of the
   elements in the <code><a href="infrastructure.html#document">Document</a></code> changes, then the user agent

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- common-dom-interfaces.html	3 Feb 2011 20:57:34 -0000	1.36
+++ common-dom-interfaces.html	4 Mar 2011 00:46:40 -0000	1.37
@@ -624,7 +624,8 @@
   collection</a> have.</p>
 
   <p>The <dfn id="dom-htmlcollection-nameditem" title="dom-HTMLCollection-namedItem"><code>namedItem(<var title="">key</var>)</code></dfn> method must return the first node
-  in the collection that matches the following requirements:</p>
+  in the collection that matches either of the following
+  requirements:</p>
 
   <ul><li>It is an <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="obsolete.html#the-applet-element">applet</a></code>,
    <code><a href="the-map-element.html#the-area-element">area</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>,

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.920
retrieving revision 1.921
diff -u -d -r1.920 -r1.921
--- video.html	1 Mar 2011 00:47:49 -0000	1.920
+++ video.html	4 Mar 2011 00:46:41 -0000	1.921
@@ -3769,8 +3769,8 @@
   <a href="#track-language">track language</a>, if any, or the empty string
   otherwise.</p>
 
-  <p>As the <code title="attr-track-kind"><a href="#attr-track-kind">kind</a></code>, <code title="attr-track-label"><a href="#attr-track-label">label</a></code>, and <code title="attr-track-srclang"><a href="#attr-track-srclang">srclang</a></code> attributes are added,
-  removed, or changed, the <a href="#text-track">text track</a> must update
+  <p>As the <code title="attr-track-kind"><a href="#attr-track-kind">kind</a></code>, <code title="attr-track-label"><a href="#attr-track-label">label</a></code>, and <code title="attr-track-srclang"><a href="#attr-track-srclang">srclang</a></code> attributes are set,
+  changed, or removed, the <a href="#text-track">text track</a> must update
   accordingly, as per the definitions above.</p>
 
   <p class="note">Changes to the <a href="#track-url">track URL</a> are handled in

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -d -r1.1033 -r1.1034
--- browsers.html	3 Mar 2011 23:46:38 -0000	1.1033
+++ browsers.html	4 Mar 2011 00:46:40 -0000	1.1034
@@ -1277,7 +1277,7 @@
    <code><a href="obsolete.html#frameset">frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, or
    <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements that have a <code title="attr-name">name</code> content attribute whose value is <var title="">name</var>, or</li>
 
-   <li><a href="infrastructure.html#html-elements">HTML elements</a> elements that have an <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>.</li>
+   <li><a href="infrastructure.html#html-elements">HTML elements</a> that have an <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> content attribute whose value is <var title="">name</var>.</li>
 
   </ul></div><div class="impl">
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1399
retrieving revision 1.1400
diff -u -d -r1.1399 -r1.1400
--- spec.html	3 Mar 2011 23:46:43 -0000	1.1399
+++ spec.html	4 Mar 2011 00:46:41 -0000	1.1400
@@ -347,7 +347,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-3-march-2011">Editor's Draft 3 March 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-4-march-2011">Editor's Draft 4 March 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -369,7 +369,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4769.
+This is revision 1.4773.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -489,7 +489,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 3 March 2011 Editor's Draft.
+  This specification is the 4 March 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- number-state.html	3 Mar 2011 23:46:43 -0000	1.34
+++ number-state.html	4 Mar 2011 00:46:41 -0000	1.35
@@ -887,8 +887,8 @@
   <ul><li>The element's <a href="association-of-controls-and-forms.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> state is set to
    true (for whatever reason).</li>
 
-   <li>The element's <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>
-   attribute is added, removed, or changes value.</li>
+   <li>The element's <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> attribute
+   is set, changed, or removed.</li>
 
    <li>The element's <a href="association-of-controls-and-forms.html#form-owner">form owner</a> changes.</li>
 

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- webappapis.html	3 Mar 2011 23:46:46 -0000	1.158
+++ webappapis.html	4 Mar 2011 00:46:42 -0000	1.159
@@ -1715,7 +1715,7 @@
     characters with code points equal to those one or two numbers to
     <var title="">output</var>, in the same order.</p>
 
-    <p>The discarded bits mean that, for instance, <code title="">atob("YQ")</code> and <code title="">atob("YR")</code>
+    <p class="note">The discarded bits mean that, for instance, <code title="">atob("YQ")</code> and <code title="">atob("YR")</code>
     both return "<code title="">a</code>".</p>
 
    </li>

Received on Friday, 4 March 2011 00:46:45 UTC