[html5] r3241 - [e] (0) editorial cleanup

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 12 23:46:23 PDT 2009


Author: ianh
Date: 2009-06-12 23:46:22 -0700 (Fri, 12 Jun 2009)
New Revision: 3241

Modified:
   index
   source
Log:
[e] (0) editorial cleanup

Modified: index
===================================================================
--- index	2009-06-13 01:04:44 UTC (rev 3240)
+++ index	2009-06-13 06:46:22 UTC (rev 3241)
@@ -190,14 +190,7 @@
 
   <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).</p>
 
-
   <h2 class="no-num no-toc" id=contents>Table of contents</h2>
   
 <!--begin-toc-->
@@ -235,10 +228,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>
@@ -2052,38 +2044,10 @@
   </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=#refsDOM3CORE>[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=#refsCSSOM>[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>
@@ -2118,7 +2082,7 @@
 
   <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
@@ -11008,7 +10972,12 @@
   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=#refsCSSOM>[CSSOM]</a></p>
+
   </div>
 
 
@@ -11589,7 +11558,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>
 
@@ -14674,7 +14643,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> -->
@@ -14886,7 +14855,7 @@
   <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>
 
@@ -14949,7 +14918,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
@@ -15143,7 +15112,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
@@ -15156,7 +15125,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>
 
@@ -15173,10 +15142,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>
 
@@ -15188,7 +15157,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
@@ -15196,7 +15165,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>
@@ -15217,7 +15186,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>
 
@@ -15456,7 +15425,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>
@@ -15490,14 +15459,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
@@ -15517,17 +15486,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
@@ -15669,7 +15638,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>
 
@@ -33766,12 +33735,12 @@
   <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>
+  or the <code>textContent</code> of the element, if there isn't.</p>
 
   <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>
+  or the <code>textContent</code> of the element, if there isn't.</p>
 
   <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
@@ -33861,7 +33830,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
@@ -33999,16 +33968,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>
@@ -34094,7 +34063,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>
@@ -34182,7 +34151,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>
@@ -34539,12 +34508,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
@@ -34583,7 +34552,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>
 
@@ -34592,7 +34561,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>
@@ -39151,7 +39120,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>
@@ -39557,7 +39526,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
@@ -39627,7 +39596,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,
@@ -39686,7 +39655,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
@@ -39785,7 +39754,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>
 
@@ -39850,12 +39819,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
@@ -40935,7 +40904,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>,
@@ -41036,7 +41005,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>
@@ -43565,7 +43534,7 @@
 
   <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>
@@ -43679,7 +43648,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>
@@ -43906,7 +43875,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
@@ -44794,7 +44763,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>
 
@@ -44812,10 +44781,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>
@@ -44825,7 +44794,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>
 
@@ -44893,7 +44862,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>
@@ -44903,7 +44872,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>
 

Modified: source
===================================================================
--- source	2009-06-13 01:04:44 UTC (rev 3240)
+++ source	2009-06-13 06:46:22 UTC (rev 3241)
@@ -7,14 +7,7 @@
 
   <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).</p>
 
-
   <h2 class="no-num no-toc" id="contents">Table of contents</h2>
   <!--toc-->
   <hr>
@@ -1048,38 +1041,7 @@
   </div>
 
 
-  <div class="impl">
 
-  <h4>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><code>textContent</code></dfn> attribute. This is an attribute
-  defined on the <code>Node</code> interface in DOM3 Core. <a
-  href="#refsDOM3CORE">[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="#refsCSSOM">[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>Common conformance requirements for APIs exposed to
@@ -11523,7 +11485,13 @@
   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="#refsCSSOM">[CSSOM]</a></p>
+
   </div>
 
 




More information about the Commit-Watchers mailing list