html5/spec Overview.html,1.2442,1.2443

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

Modified Files:
	Overview.html 
Log Message:
variety of editorial changes to clean things up (whatwg r3296)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2442
retrieving revision 1.2443
diff -u -d -r1.2442 -r1.2443
--- Overview.html	17 Jun 2009 04:44:25 -0000	1.2442
+++ Overview.html	17 Jun 2009 05:02:51 -0000	1.2443
@@ -1426,7 +1426,10 @@
   user agent must not mutate the DOM in such situations.</span><p>The term <dfn id="text-node">text node</dfn> refers to any <code>Text</code>
   node, including <code>CDATASection</code> nodes; specifically, any
   <code>Node</code> with node type <code title="">TEXT_NODE</code> (3)
-  or <code title="">CDATA_SECTION_NODE</code> (4). <a href="#references">[DOM3CORE]</a><h4 id="scripting-0"><span class="secno">2.1.3 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
+  or <code title="">CDATA_SECTION_NODE</code> (4). <a href="#references">[DOM3CORE]</a><p>A content attribute is said to <dfn title="">change</dfn> value
+  only if its value new value is different than its previous value;
+  setting an attribute to a value it already has does not change
+  it.<h4 id="scripting-0"><span class="secno">2.1.3 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
   <code>Foo</code> is actually an interface, is sometimes used instead
   of the more accurate "an object implementing the interface
   <code>Foo</code>".<p>A DOM attribute is said to be <dfn title="">getting</dfn> when its value is
@@ -22479,8 +22482,7 @@
   <p>The <dfn id="dom-dim-width" title="dom-dim-width"><code>width</code></dfn> and <dfn id="dom-dim-height" title="dom-dim-height"><code>height</code></dfn> DOM attributes on
   the <code><a href="#the-iframe-element">iframe</a></code>, <code><a href="#the-embed-element">embed</a></code>, <code><a href="#the-object-element">object</a></code>,
   and <code><a href="#video">video</a></code> elements must <a href="#reflect">reflect</a> the
-  respective content attributes of the same name.</p> <!-- XXX check
-  that this is defined right in the face of percentages -->
+  respective content attributes of the same name.</p>
 
   </div><h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><h4 id="table-intro"><span class="secno">4.9.1 </span>Introduction</h4><p><em>This section is non-normative.</em><p class="XXX">...examples, how to write tables accessibly, a
   brief mention of the table model, etc...<h4 id="the-table-element"><span class="secno">4.9.2 </span>The <dfn><code>table</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
@@ -26082,10 +26084,7 @@
   and <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>
   methods and attributes expose the element's text selection.</p>
 
-  </div><h5 id="states-of-the-type-attribute"><span class="secno">4.10.4.1 </span>States of the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute</h5><!-- XXX for things that say "express it as a valid foo", make sure
-  that valid foo is unambiguous, and if not, define a canonical
-  serialisation. e.g. should it be 2008-01-01T00:00 or
-  2008-01-01t00:00? should it be 1e2 or 100? --><h6 id="hidden-state"><span class="secno">4.10.4.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><div class="impl">
+  </div><h5 id="states-of-the-type-attribute"><span class="secno">4.10.4.1 </span>States of the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute</h5><h6 id="hidden-state"><span class="secno">4.10.4.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><div class="impl">
 
   <p>When an <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#hidden-state" title="attr-input-type-hidden">Hidden</a> state, the rules in
   this section apply.</p>
@@ -27754,8 +27753,7 @@
    true (for whatever reason).</li>
 
    <li>The element's <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code>
-   attribute is added, removed, or changes value<!-- XXX setting to
-   the same value? -->.</li>
+   attribute is added, removed, or changes value.</li>
 
    <li>The element's <a href="#form-owner">form owner</a> changes.</li>
 
@@ -27863,7 +27861,7 @@
   attribute may be specified to provide user agents with a hint of
   what file types the server will be able to accept.<p>If specified, the attribute must consist of a <a href="#set-of-comma-separated-tokens">set of
   comma-separated tokens</a>, each of which must be an <a href="#ascii-case-insensitive">ASCII
-  case-insensitive</a> match for one of the following:<dl><!-- XXX allow */* ? --><dt>The string <code title="">audio/*</code></dt>
+  case-insensitive</a> match for one of the following:<dl><dt>The string <code title="">audio/*</code></dt>
 
    <dd>Indicates that sound files are accepted.</dd>
 
@@ -28051,7 +28049,7 @@
 
    <li>The <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state, and the
    <code title="attr-input-src"><a href="#attr-input-src">src</a></code> attribute is set or
-   changed.</li> <!-- XXX define changed -->
+   changed.</li>
 
   </ul><!-- same text in <img> section and similar text elsewhere --><p>Fetching the image must <a href="#delay-the-load-event">delay the load event</a> of the
   element's document until the <a href="#concept-task" title="concept-task">task</a>
@@ -28921,8 +28919,6 @@
   the value, e.g. hitting the "delete" key in an empty text field, or
   replacing some text in the field with text from the clipboard that
   happens to be exactly the same text.</p>
-  <!-- XXX consider putting the above example in a section that
-  applies to "input" events for the <textarea> element too -->
 
   <p>When the <dfn id="event-input-change" title="event-input-change"><code>change</code></dfn> event applies,
   if the element does not have an <a href="#activation-behavior">activation behavior</a>
@@ -30003,10 +29999,6 @@
   <p>The element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is the
   string returned from the following algorithm:</p>
 
-  <!-- XXXrefs:
-    [X690] http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf
-  -->
-
   <ol><li>
 
     <p>Use the appropriate step from the following list:</p>
@@ -30312,7 +30304,7 @@
   elements are always <a href="#barred-from-constraint-validation">barred from constraint
   validation</a>.</p>
 
-  </div><h4 id="association-of-controls-and-forms"><span class="secno">4.10.13 </span>Association of controls and forms</h4><!-- XXX consider xreffing the 'ID' term in this section --><p>A <a href="#form-associated-element">form-associated element</a> can have a relationship
+  </div><h4 id="association-of-controls-and-forms"><span class="secno">4.10.13 </span>Association of controls and forms</h4><p>A <a href="#form-associated-element">form-associated element</a> can have a relationship
   with a <code><a href="#the-form-element">form</a></code> element, which is called the element's
   <dfn id="form-owner">form owner</dfn>. If a <a href="#form-associated-element">form-associated element</a> is
   not associated with a <code><a href="#the-form-element">form</a></code> element, its <a href="#form-owner">form
@@ -30329,9 +30321,9 @@
   <a href="#form-owner">form owner</a> must be set to that form.</p>
 
   <p>When a <a href="#form-associated-element">form-associated element</a>'s ancestor chain
-  changes, e.g. because it or one of its ancestors was <a href="#insert-an-element-into-a-document" title="insert an element into a document">inserted</a> or
-  removed<!--XXX--> from a <code>Document</code>, then the user agent
-  must <a href="#reset-the-form-owner">reset the form owner</a> of that element.</p>
+  changes, e.g. because it or one of its ancestors was <a href="#insert-an-element-into-a-document" title="insert an element into a document">inserted</a> or <a href="#remove-an-element-from-a-document" title="remove an element from a document">removed</a> from a
+  <code>Document</code>, 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="#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
@@ -63870,6 +63862,7 @@
   [WIN874] http://www.microsoft.com/globaldev/reference/sbcs/874.mspx
   [WIN874] http://www.microsoft.com/globaldev/reference/sbcs/874.mspx OR http://msdn.microsoft.com/en-us/goglobal/cc305142.aspx
   [WIN949] http://www.microsoft.com/globaldev/reference/dbcs/949.mspx OR http://msdn.microsoft.com/en-us/goglobal/cc305154.aspx
+  [X690] http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf
 
   --><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
 

Received on Wednesday, 17 June 2009 05:03:02 UTC