html5/spec Overview.html,1.2388,1.2389

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

Modified Files:
	Overview.html 
Log Message:
editorial cleanup (whatwg r3241)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2388
retrieving revision 1.2389
diff -u -d -r1.2388 -r1.2389
--- Overview.html	13 Jun 2009 01:04:49 -0000	1.2388
+++ Overview.html	13 Jun 2009 06:46:27 -0000	1.2389
@@ -258,12 +258,7 @@
   individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
   Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
   6 of the W3C Patent Policy</a>.</p><!--START html5--><h3 class="no-num no-toc" id="stability-0">Stability</h3><p>Different parts of this specification are at different levels of
-  maturity.<div id="stability"></div><p class="XXX">Some of the more major known issues are marked
-  like this. There are many other issues that have been raised as
-  well; the issues given in this document are not the only known
-  issues! Also, firing of events needs to be unified (right now some
-  bubble, some don't, they all use different text to fire events,
-  etc).<h2 class="no-num no-toc" id="contents">Table of contents</h2>
+  maturity.<div id="stability"></div><h2 class="no-num no-toc" id="contents">Table of contents</h2>
 <!--begin-toc-->
 <ol class="toc">
  <li><a href="#introduction"><span class="secno">1 </span>Introduction</a>
@@ -299,10 +294,9 @@
    <li><a href="#conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</a>
     <ol>
      <li><a href="#dependencies"><span class="secno">2.2.1 </span>Dependencies</a></li>
-     <li><a href="#features-defined-in-other-specifications"><span class="secno">2.2.2 </span>Features defined in other specifications</a></li>
-     <li><a href="#common-conformance-requirements-for-apis-exposed-to-javascript"><span class="secno">2.2.3 </span>Common conformance requirements for APIs exposed to
+     <li><a href="#common-conformance-requirements-for-apis-exposed-to-javascript"><span class="secno">2.2.2 </span>Common conformance requirements for APIs exposed to
   JavaScript</a></li>
-     <li><a href="#extensibility"><span class="secno">2.2.4 </span>Extensibility</a></ol></li>
+     <li><a href="#extensibility"><span class="secno">2.2.3 </span>Extensibility</a></ol></li>
    <li><a href="#case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</a></li>
    <li><a href="#common-microsyntaxes"><span class="secno">2.4 </span>Common microsyntaxes</a>
     <ol>
@@ -1828,33 +1822,7 @@
 
   </div><div class="impl">
 
-  <h4 id="features-defined-in-other-specifications"><span class="secno">2.2.2 </span>Features defined in other specifications</h4>
-
-  <p class="XXX">this section will be removed at some point</p>
-
-  <p>Some elements are defined in terms of their DOM
-  <dfn id="textcontent"><code>textContent</code></dfn> attribute. This is an attribute
-  defined on the <code>Node</code> interface in DOM3 Core. <a href="#references">[DOM3CORE]</a></p>
-
-  <!-- This section is currently here exclusively so that we crossref
-  to textContent. XXX also add event-click, event-change,
-  event-DOMActivate, etc, here, once DOM3 Events is ready for that,
-  and just have the section be a general "defined in other
-  specifications" section -->
-
-  <p id="alternate-style-sheets">The rules for handling alternative
-  style sheets are defined in the CSS object model specification. <a href="#references">[CSSOM]</a></p>
-
-  <p class="XXX">See <a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8</a></p>
-  <!--XXX empty title attribute is equivalent to missing attribute for
-  purposes of alternative style sheet processing -->
-
-  <!-- XXX The <dfn title="http-origin"><code>Origin</code></dfn> HTTP header -->
-  <!-- http://tools.ietf.org/html/draft-abarth-origin -->
-
-  </div><div class="impl">
-
-  <h4 id="common-conformance-requirements-for-apis-exposed-to-javascript"><span class="secno">2.2.3 </span>Common conformance requirements for APIs exposed to
+  <h4 id="common-conformance-requirements-for-apis-exposed-to-javascript"><span class="secno">2.2.2 </span>Common conformance requirements for APIs exposed to
   JavaScript</h4>
 
   <p class="XXX">This section will eventually be removed in favor of WebIDL.</p>
@@ -1886,7 +1854,7 @@
 
   </div><div class="impl">
 
-  <h4 id="extensibility"><span class="secno">2.2.4 </span>Extensibility</h4>
+  <h4 id="extensibility"><span class="secno">2.2.3 </span>Extensibility</h4>
 
   <p>Vendor-specific proprietary extensions to this specification are
   strongly discouraged. Documents must not use such extensions, as
@@ -9702,6 +9670,11 @@
   of stylesheets, dynamic additions/removals, how it maps to
   .styleSheets, HTTP Link: headers, and the stuff about the alternative
   stylesheet API.</p> XXX that will all be covered by Anne's spec -->
+  <!--XXX empty title attribute is equivalent to missing attribute for
+  purposes of alternative style sheet processing -->
+
+  <p id="alternate-style-sheets">The rules for handling alternative
+  style sheets are defined in the CSS object model specification. <a href="#references">[CSSOM]</a></p>
 
   </div><h3 id="scripting-1"><span class="secno">4.3 </span>Scripting</h3><p>Scripts allow authors to add interactivity to their documents.<p>Authors are encouraged to use declarative alternatives to
   scripting where possible, as declarative mechanisms are often more
@@ -10240,7 +10213,7 @@
   node">text nodes</a> that are direct children of the
   <code><a href="#script">script</a></code> element (ignoring any other nodes such as
   comments or elements), in tree order. On setting, it must act the
-  same way as the <code><a href="#textcontent">textContent</a></code> DOM attribute.</p>
+  same way as the <code>textContent</code> DOM attribute.</p>
 
   </div><div class="example">
 
@@ -12799,7 +12772,7 @@
   child <a href="#text-node" title="text node">text nodes</a>, and that child
   element is an <code><a href="#the-abbr-element">abbr</a></code> element with a <code title="attr-abbr-title"><a href="#attr-abbr-title">title</a></code> attribute, then the exact value
   of <em>that</em> attribute is the term being defined. Otherwise, it
-  is the exact <code><a href="#textcontent">textContent</a></code> of the <code><a href="#the-dfn-element">dfn</a></code>
+  is the exact <code>textContent</code> of the <code><a href="#the-dfn-element">dfn</a></code>
   element that gives the term being defined.</p><!-- XXX that means <dfn>x \n x</dfn> won't match <span>x x</span> --><p>If the <code title="attr-dfn-title"><a href="#attr-dfn-title">title</a></code> attribute of the
   <code><a href="#the-dfn-element">dfn</a></code> element is present, then it must contain only the
   term being defined.<p class="note">The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute
@@ -12963,7 +12936,7 @@
   string</a> that identifies the date or time being specified.<p>If the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute
   is not present, then the date or time must be specified in the
   content of the element, such that the element's
-  <code><a href="#textcontent">textContent</a></code> is a <a href="#valid-date-or-time-string-in-content">valid date or time string in
+  <code>textContent</code> is a <a href="#valid-date-or-time-string-in-content">valid date or time string in
   content</a>, and the date, if any, must be expressed using the
   Gregorian calendar.<p>If the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute
   is present, then the element may be empty, in which case the user
@@ -13018,7 +12991,7 @@
 
    <li>Otherwise, use the rules to <a href="#parse-a-date-or-time-string">parse a date or time
    string</a> with the flag <i>in content</i> from the element's
-   <code><a href="#textcontent">textContent</a></code>, and let the result be <var title="">result</var>.</li>
+   <code>textContent</code>, and let the result be <var title="">result</var>.</li>
 
    <li>If <var title="">result</var> is empty (because the parsing
    failed), then the <a href="#concept-time-date" title="concept-time-date">date</a> is
@@ -13188,7 +13161,7 @@
 
   <p>If the <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute
   is omitted, then user agents must also parse the
-  <code><a href="#textcontent">textContent</a></code> of the <code><a href="#the-progress-element">progress</a></code> element in
+  <code>textContent</code> of the <code><a href="#the-progress-element">progress</a></code> element in
   question using the <a href="#steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string">steps for finding one or two numbers of a
   ratio in a string</a>. These steps will return nothing, one
   number, one number with a denominator punctuation character, or two
@@ -13201,7 +13174,7 @@
 
   <ol><li>If the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute is
    omitted, and the <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> is
-   omitted, and the results of parsing the <code><a href="#textcontent">textContent</a></code>
+   omitted, and the results of parsing the <code>textContent</code>
    was nothing, then the progress bar is an indeterminate progress
    bar. Abort these steps.</li>
 
@@ -13218,10 +13191,10 @@
    1.</li>
 
    <li>Otherwise, if neither attribute is included, then, if the
-   <code><a href="#textcontent">textContent</a></code> contained one number with an associated
+   <code>textContent</code> contained one number with an associated
    denominator punctuation character, then the maximum value is the
    <span>value associated with that denominator punctuation
-   character</span>; otherwise, if the <code><a href="#textcontent">textContent</a></code>
+   character</span>; otherwise, if the <code>textContent</code>
    contained two numbers, the maximum value is the higher of the two
    values; otherwise, the maximum value is 1.</li>
 
@@ -13233,7 +13206,7 @@
 
    <li>Otherwise if the <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code>
    attribute is absent and the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute is present, then, if
-   the <code><a href="#textcontent">textContent</a></code> was parsed and found to contain just
+   the <code>textContent</code> was parsed and found to contain just
    one number, with no associated denominator punctuation character,
    then the current value is that number. Otherwise, if the <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute is absent and
    the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute is present
@@ -13241,7 +13214,7 @@
 
    <li>Otherwise, if neither attribute is present, then the current
    value is the lower of the one or two numbers that were found in the
-   <code><a href="#textcontent">textContent</a></code> of the element.</li>
+   <code>textContent</code> of the element.</li>
 
    <li>If the maximum value is less than or equal to zero, then it is
    reset to 1.</li>
@@ -13262,7 +13235,7 @@
   must <a href="#reflect">reflect</a> the respective content attributes of the
   same name. When the relevant content attributes are absent, the DOM
   attributes must return zero. The value parsed from the
-  <code><a href="#textcontent">textContent</a></code> never affects the DOM values.</p>
+  <code>textContent</code> never affects the DOM values.</p>
 
   </div><dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a href="#dom-progress-position">position</a></code></dt>
 
@@ -13463,7 +13436,7 @@
 
   <p>If the <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute has
   been omitted, the user agent must also process the
-  <code><a href="#textcontent">textContent</a></code> of the element according to the <a href="#steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string">steps
+  <code>textContent</code> of the element according to the <a href="#steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string">steps
   for finding one or two numbers of a ratio in a string</a>. These
   steps will return nothing, one number, one number with a denominator
   punctuation character, or two numbers.</p>
@@ -13497,14 +13470,14 @@
     <p>Otherwise, none of the <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code>,
     <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code>, and <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attributes were
     specified. If the result of processing the
-    <code><a href="#textcontent">textContent</a></code> of the element was either nothing or just
+    <code>textContent</code> of the element was either nothing or just
     one number with no denominator punctuation character, then the
     maximum value is 1; if the result was one number but it had an
     associated denominator punctuation character, then the maximum
     value is the <a href="#values-associated-with-denominator-punctuation-characters" title="values associated with denominator
     punctuation characters">value associated with that denominator
     punctuation character</a>; and finally, if there were two
-    numbers parsed out of the <code><a href="#textcontent">textContent</a></code>, then the
+    numbers parsed out of the <code>textContent</code>, then the
     maximum is the higher of those two numbers.</p>
 
     <p>If the above machinations result in a maximum value less than
@@ -13524,17 +13497,17 @@
     <p>If the <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute is
     not specified but the <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code>
     attribute <em>is</em> specified and the result of processing the
-    <code><a href="#textcontent">textContent</a></code> of the element was one number with no
+    <code>textContent</code> of the element was one number with no
     associated denominator punctuation character, then that number is
     the actual value.</p>
 
     <p>If neither of the <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code>
     and <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code> attributes are
     specified, then, if the result of processing the
-    <code><a href="#textcontent">textContent</a></code> of the element was one number (with or
+    <code>textContent</code> of the element was one number (with or
     without an associated denominator punctuation character), then
     that is the actual value, and if the result of processing the
-    <code><a href="#textcontent">textContent</a></code> of the element was two numbers, then the
+    <code>textContent</code> of the element was two numbers, then the
     actual value is the lower of the two numbers found.</p>
 
     <p>Otherwise, if none of the above apply, the actual value is
@@ -13676,7 +13649,7 @@
   must <a href="#reflect">reflect</a> the respective content attributes of the
   same name. When the relevant content attributes are absent, the DOM
   attributes must return zero. The value parsed from the
-  <code><a href="#textcontent">textContent</a></code> never affects the DOM values.</p>
+  <code>textContent</code> never affects the DOM values.</p>
 
   </div><h4 id="the-code-element"><span class="secno">4.6.13 </span>The <dfn><code>code</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content-0">Flow content</a>.</dd>
@@ -29879,10 +29852,10 @@
   </div><p>The <dfn id="attr-option-label" title="attr-option-label"><code>label</code></dfn>
   attribute provides a label for element. The <dfn id="concept-option-label" title="concept-option-label">label</dfn> of an <code><a href="#the-option-element">option</a></code>
   element is the value of the <code title="attr-option-label"><a href="#attr-option-label">label</a></code> attribute, if there is one,
-  or the <code><a href="#textcontent">textContent</a></code> of the element, if there isn't.<p>The <dfn id="attr-option-value" title="attr-option-value"><code>value</code></dfn>
+  or the <code>textContent</code> of the element, if there isn't.<p>The <dfn id="attr-option-value" title="attr-option-value"><code>value</code></dfn>
   attribute provides a value for element. The <dfn id="concept-option-value" title="concept-option-value">value</dfn> of an <code><a href="#the-option-element">option</a></code>
   element is the value of the <code title="attr-option-value"><a href="#attr-option-value">value</a></code> attribute, if there is one,
-  or the <code><a href="#textcontent">textContent</a></code> of the element, if there isn't.<p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn>
+  or the <code>textContent</code> of the element, if there isn't.<p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn>
   attribute represents the default <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of the
   element.<div class="impl">
 
@@ -29966,7 +29939,7 @@
   attribute must return the element's <a href="#concept-option-index" title="concept-option-index">index</a>.</p>
 
   <p>The <dfn id="dom-option-text" title="dom-option-text"><code>text</code></dfn> DOM
-  attribute must return the same value as the <code><a href="#textcontent">textContent</a></code>
+  attribute must return the same value as the <code>textContent</code>
   DOM attribute on the element.</p>
 
   <p>The <dfn id="dom-option-form" title="dom-option-form"><code>form</code></dfn> DOM
@@ -30092,16 +30065,16 @@
   initially set to false, and must be set to true whenever the user
   interacts with the control in a way that changes the <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a>.</p>
 
-  <p>When the <code><a href="#the-textarea-element">textarea</a></code> element's <code><a href="#textcontent">textContent</a></code>
+  <p>When the <code><a href="#the-textarea-element">textarea</a></code> element's <code>textContent</code>
   DOM attribute changes value, if the element's <a href="#concept-textarea-dirty" title="concept-textarea-dirty">dirty value flag</a> is false,
   then the element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw
   value</a> must be set to the value of the element's
-  <code><a href="#textcontent">textContent</a></code> DOM attribute.</p>
+  <code>textContent</code> DOM attribute.</p>
 
   <p>The <a href="#concept-form-reset-control" title="concept-form-reset-control">reset
   algorithm</a> for <code><a href="#the-textarea-element">textarea</a></code> elements is to set the
   element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">value</a> to
-  the value of the element's <code><a href="#textcontent">textContent</a></code> DOM
+  the value of the element's <code>textContent</code> DOM
   attribute.</p>
 
   </div><p>The <dfn id="attr-textarea-cols" title="attr-textarea-cols"><code>cols</code></dfn>
@@ -30171,7 +30144,7 @@
   <p>If the <code><a href="#the-textarea-element">textarea</a></code> element has a <a href="#maximum-allowed-value-length">maximum allowed
   value length</a>, then the element's children must be such that
   the <a href="#code-point-length">code-point length</a> of the value of the element's
-  <code><a href="#textcontent">textContent</a></code> DOM attribute is equal to or less than the
+  <code>textContent</code> DOM attribute is equal to or less than the
   element's <a href="#maximum-allowed-value-length">maximum allowed value length</a>.</p>
 
   </div><p>The <dfn id="attr-textarea-required" title="attr-textarea-required"><code>required</code></dfn> attribute
@@ -30239,7 +30212,7 @@
   attribute must return the value "<code title="">textarea</code>".</p>
 
   <p>The <dfn id="dom-textarea-defaultvalue" title="dom-textarea-defaultValue"><code>defaultValue</code></dfn>
-  DOM attribute must act like the element's <code><a href="#textcontent">textContent</a></code>
+  DOM attribute must act like the element's <code>textContent</code>
   DOM attribute.</p>
 
   <p>The <dfn id="dom-textarea-value" title="dom-textarea-value"><code>value</code></dfn>
@@ -30564,12 +30537,12 @@
   <a href="#concept-output-mode" title="concept-output-mode">value mode flag</a> is in mode
   <i title="concept-output-mode-default">default</i>, the element's
   <a href="#concept-output-defaultvalue" title="concept-output-defaultValue">default value</a> must
-  be set to the value of the element's <code><a href="#textcontent">textContent</a></code> DOM
+  be set to the value of the element's <code>textContent</code> DOM
   attribute.</p>
 
   <p>The <a href="#concept-form-reset-control" title="concept-form-reset-control">reset
   algorithm</a> for <code><a href="#the-output-element">output</a></code> elements is to set the
-  element's <code><a href="#textcontent">textContent</a></code> DOM attribute to the value of the
+  element's <code>textContent</code> DOM attribute to the value of the
   element's <code title="dom-output-defaultValue"><a href="#dom-output-defaultvalue">defaultValue</a></code>
   DOM attribute (thus replacing the element's child nodes), and then
   to set the element's <a href="#concept-output-mode" title="concept-output-mode">value mode
@@ -30606,7 +30579,7 @@
   </dl><div class="impl">
 
   <p>The <dfn id="dom-output-value" title="dom-output-value"><code>value</code></dfn> DOM
-  attribute must act like the element's <code><a href="#textcontent">textContent</a></code> DOM
+  attribute must act like the element's <code>textContent</code> DOM
   attribute, except that on setting, in addition, before the child
   nodes are changed, the element's <a href="#concept-output-mode" title="concept-output-mode">value mode flag</a> must be set to <i title="concept-output-mode-value">value</i>.</p>
 
@@ -30615,7 +30588,7 @@
   setting, the attribute must set the element's <a href="#concept-output-defaultvalue" title="concept-output-defaultValue">default value</a>, and, if
   the element's <a href="#concept-output-mode" title="concept-output-mode">value mode
   flag</a> is in the mode <i title="concept-output-mode-default">default</i>, set the element's
-  <code><a href="#textcontent">textContent</a></code> DOM attribute as well.</p>
+  <code>textContent</code> DOM attribute as well.</p>
 
   <p>The <dfn id="dom-output-type" title="dom-output-type"><code>type</code></dfn>
   attribute must return the string "<code title="">output</code>".</p>
@@ -34815,7 +34788,7 @@
    <dt>An <code><a href="#the-hr-element">hr</a></code> element</dt>
    <dt>An <code><a href="#the-option-element">option</a></code> element that has a <code title="attr-option-value"><a href="#attr-option-value">value</a></code> attribute set to the empty
    string, and has a <code title="attr-option-disabled"><a href="#attr-option-disabled">disabled</a></code> attribute, and whose
-   <code><a href="#textcontent">textContent</a></code> consists of a string of one or more
+   <code>textContent</code> consists of a string of one or more
    hyphens (U+002D HYPHEN-MINUS)</dt>
 
    <dd>Append a separator to the menu.</dd>
@@ -35189,7 +35162,7 @@
   command is an <a href="#anonymous-command">anonymous command</a>.</p>
 
   <p>The <a href="#command-facet-label" title="command-facet-Label">Label</a> of the command
-  is the string given by the element's <code><a href="#textcontent">textContent</a></code> DOM
+  is the string given by the element's <code>textContent</code> DOM
   attribute.</p>
 
   <p>The <a href="#command-facet-hint" title="command-facet-Hint">Hint</a> of the command
@@ -35259,7 +35232,7 @@
 
   <p>Otherwise, the <a href="#command-facet-type" title="command-facet-Type">Type</a> is
   "radio" or "checkbox". If the element is a <a href="#labeled-control">labeled
-  control</a>, the <code><a href="#textcontent">textContent</a></code> of the first
+  control</a>, the <code>textContent</code> of the first
   <code><a href="#the-label-element">label</a></code> element in <a href="#tree-order">tree order</a> whose
   <a href="#labeled-control">labeled control</a> is the element in question is the <a href="#command-facet-label" title="command-facet-Label">Label</a> (in DOM terms, this is the
   string given by <code><var title="">element</var>.labels[0].textContent</code>). Otherwise,
@@ -35318,7 +35291,7 @@
   <p>The <a href="#command-facet-label" title="command-facet-Label">Label</a> of the command
   is the value of the <code><a href="#the-option-element">option</a></code> element's <code title="attr-option-label"><a href="#attr-option-label">label</a></code> attribute, if there is one,
   or the value of the <code><a href="#the-option-element">option</a></code> element's
-  <code><a href="#textcontent">textContent</a></code> DOM attribute if there isn't.</p>
+  <code>textContent</code> DOM attribute if there isn't.</p>
 
   <p>The <a href="#command-facet-hint" title="command-facet-Hint">Hint</a> of the command
   is the string given by the element's <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute, if any, and the empty
@@ -35417,7 +35390,7 @@
   command is an <a href="#anonymous-command">anonymous command</a>.</p>
 
   <p>The <a href="#command-facet-label" title="command-facet-Label">Label</a> of the command
-  is the string given by the element's <code><a href="#textcontent">textContent</a></code> DOM
+  is the string given by the element's <code>textContent</code> DOM
   attribute, if that is not the empty string, or a user-agent-defined
   string appropriate for the <code><a href="#the-bb-element">bb</a></code> element's <code title="attr-bb-type"><a href="#attr-bb-type">type</a></code> attribute's state.</p>
 
@@ -35482,12 +35455,12 @@
 
   <p>The <a href="#command-facet-label" title="command-facet-Label">Label</a> of the command
   depends on the element. If the element is a <a href="#labeled-control">labeled
-  control</a>, the <code><a href="#textcontent">textContent</a></code> of the first
+  control</a>, the <code>textContent</code> of the first
   <code><a href="#the-label-element">label</a></code> element in <a href="#tree-order">tree order</a> whose
   <a href="#labeled-control">labeled control</a> is the element in question is the <a href="#command-facet-label" title="command-facet-Label">Label</a> (in DOM terms, this is the
   string given by <code><var title="">element</var>.labels[0].textContent</code>). Otherwise, the
   <a href="#command-facet-label" title="command-facet-Label">Label</a> is the
-  <code><a href="#textcontent">textContent</a></code> of the element itself.</p>
+  <code>textContent</code> of the element itself.</p>
 
   <p>The <a href="#command-facet-hint" title="command-facet-Hint">Hint</a> of the command
   is the value of the <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute
@@ -36377,7 +36350,7 @@
    <dt>Otherwise</dt>
 
    <dd><p>The value is the element's
-   <code><a href="#textcontent">textContent</a></code>.</dd>
+   <code>textContent</code>.</dd>
 
   </dl><p>The <dfn id="url-property-elements">URL property elements</dfn> are the <code><a href="#the-a-element">a</a></code>,
   <code><a href="#the-area-element">area</a></code>, <code><a href="#audio">audio</a></code>, <code><a href="#the-embed-element">embed</a></code>,
@@ -36470,7 +36443,7 @@
    <dt>Otherwise</dt>
 
    <dd><p>The attribute must act the same as the element's
-   <code><a href="#textcontent">textContent</a></code> attribute.</dd>
+   <code>textContent</code> attribute.</dd>
 
   </dl><p>The <dfn id="dom-subject" title="dom-subject"><code>subject</code></dfn> DOM
   attribute on elements must <a href="#reflect">reflect</a> the element's <code title="attr-subject"><a href="#attr-subject">subject</a></code> content attribute.</p>
@@ -38924,7 +38897,7 @@
   provide the following information when given a <code>Document</code>
   (or equivalent):<ul><li><a href="#the-document-s-current-address">The document's current address</a>.</li>
 
-   <li>The <code><a href="#textcontent">textContent</a></code> of <a href="#the-title-element-0">the <code>title</code>
+   <li>The <code>textContent</code> of <a href="#the-title-element-0">the <code>title</code>
    element</a>, if any.</li>
 
    <li>The list of <a href="#top-level-microdata-items">top-level microdata items</a>.</li>
@@ -39028,7 +39001,7 @@
 
     <dl class="triple"><dt>subject   <dd> <a href="#the-document-s-current-address">the document's current address</a>
      <dt>predicate <dd> <code title="">http://purl.org/dc/terms/title</code>
-     <dt>object    <dd> the <code><a href="#textcontent">textContent</a></code> of <a href="#the-title-element-0">the <code>title</code> element</a>, as a plain literal, with the language information set from the <a href="#language">language</a> of <a href="#the-title-element-0">the <code>title</code> element</a>, if it is not unknown.
+     <dt>object    <dd> the <code>textContent</code> of <a href="#the-title-element-0">the <code>title</code> element</a>, as a plain literal, with the language information set from the <a href="#language">language</a> of <a href="#the-title-element-0">the <code>title</code> element</a>, if it is not unknown.
     </dl></li>
 
    <li>
@@ -39249,7 +39222,7 @@
 
    <li><p>If <a href="#the-title-element-0">the <code>title</code> element</a> is not null,
    <a href="#add-a-vcard-line">add a vCard line</a> with the type "<code title="">NAME</code>" and with the result of <a href="#escaping-the-vcard-text-string">escaping the
-   vCard text string</a> obtained from the <code><a href="#textcontent">textContent</a></code>
+   vCard text string</a> obtained from the <code>textContent</code>
    of <a href="#the-title-element-0">the <code>title</code> element</a> as the value to <var title="">output</var>.</li>
 
    <li><p>If there is a property named <code title="md-about"><a href="#md-about">about</a></code> whose <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding item</a> is
@@ -40106,7 +40079,7 @@
      <dd>
 
       <p>Let <var title="">heading text</var> be the
-      <code><a href="#textcontent">textContent</a></code> of <a href="#the-title-element-0">the <code>title</code>
+      <code>textContent</code> of <a href="#the-title-element-0">the <code>title</code>
       element</a>, if there is one, or the empty string
       otherwise.</p>
 
@@ -40124,10 +40097,10 @@
       of <var title="">heading</var>, sorted first by descending
       <a href="#rank">rank</a> and then in <a href="#tree-order">tree order</a> (so
       <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>s first, then <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>s, etc, with each
-      group in the order they appear in the document). Then, let <var title="">heading text</var> be the <code><a href="#textcontent">textContent</a></code> of
+      group in the order they appear in the document). Then, let <var title="">heading text</var> be the <code>textContent</code> of
       the first entry in <var title="">headings list</var>, and if
       there are multiple entries, let <var title="">subheading
-      text</var> be the <code><a href="#textcontent">textContent</a></code> of the second entry
+      text</var> be the <code>textContent</code> of the second entry
       in <var title="">headings list</var>.</p>
 
      </dd>
@@ -40137,7 +40110,7 @@
      <dd>
 
       <p>Let <var title="">heading text</var> be the
-      <code><a href="#textcontent">textContent</a></code> of <var title="">heading</var>.</p>
+      <code>textContent</code> of <var title="">heading</var>.</p>
 
      </dd>
 
@@ -40205,7 +40178,7 @@
         order</a> (so <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>s first, then
         <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>s, etc, with each group in the order they
         appear in the document). Then, let <var title="">heading
-        text</var> be the <code><a href="#textcontent">textContent</a></code> of the first entry
+        text</var> be the <code>textContent</code> of the first entry
         in <var title="">headings list</var>.</p>
 
        </dd>
@@ -40215,7 +40188,7 @@
        <dd>
 
         <p>Let <var title="">heading text</var> be the
-        <code><a href="#textcontent">textContent</a></code> of <var title="">heading</var>.</p>
+        <code>textContent</code> of <var title="">heading</var>.</p>
 
        </dd>
 

Received on Saturday, 13 June 2009 06:46:39 UTC