[html5] r8309 - [e] (0) try to add a cross-reference at the dfn of 'do not apply' to link people [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 22 12:13:20 PST 2013


Author: ianh
Date: 2013-11-22 12:13:18 -0800 (Fri, 22 Nov 2013)
New Revision: 8309

Modified:
   complete.html
   index
   source
Log:
[e] (0) try to add a cross-reference at the dfn of 'do not apply' to link people to where those terms are used
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23413
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-22 18:51:39 UTC (rev 8308)
+++ complete.html	2013-11-22 20:13:18 UTC (rev 8309)
@@ -758,7 +758,7 @@
          <li><a href=#the-list-attribute><span class=secno>4.10.5.3.9 </span>The <code title=attr-input-list>list</code> attribute</a></li>
          <li><a href=#the-placeholder-attribute><span class=secno>4.10.5.3.10 </span>The <code title=attr-input-placeholder>placeholder</code> attribute</a></ol></li>
        <li><a href=#common-input-element-apis><span class=secno>4.10.5.4 </span>Common <code>input</code> element APIs</a></li>
-       <li><a href=#common-event-behaviors><span class=secno>4.10.5.5 </span>Common event behaviors</a></ol></li>
+       <li><a href=#common-input-element-events><span class=secno>4.10.5.5 </span>Common event behaviors</a></ol></li>
      <li><a href=#the-button-element><span class=secno>4.10.6 </span>The <code>button</code> element</a></li>
      <li><a href=#the-select-element><span class=secno>4.10.7 </span>The <code>select</code> element</a></li>
      <li><a href=#the-datalist-element><span class=secno>4.10.8 </span>The <code>datalist</code> element</a></li>
@@ -38182,6 +38182,7 @@
      <td> A button
   </table><p>The <i>missing value default</i> is the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-text>Text</a> state.</p>
 
+<!--CLEANUP-->
   <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-fe-dirname><a href=#attr-fe-dirname>dirname</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>, <code title=
 attr-input-list><a href=#attr-input-list>list</a></code>, <code title=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-minlength><a href=#attr-input-minlength>minlength</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>,
   <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content
   attributes, the <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
@@ -38190,7 +38191,7 @@
   the state of its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute. The subsections that define
   each type also clearly define in normative "bookkeeping" sections which of these feature apply,
   and which <dfn id=do-not-apply>do not apply</dfn>, to each type. The behavior of these features depends on whether
-  they apply or not, as defined in their various sections.</p>
+  they apply or not, as defined in their various sections (q.v. for <a href=#common-input-element-attributes>content attributes</a>, for <a href=#common-input-element-apis>APIs</a>, for <a href=#common-input-element-events>events</a>).</p>
 
   <p>The following table <span class=impl>is non-normative and</span> summarizes which of those
   content attributes, IDL attributes, methods, and events <a href=#concept-input-apply title=concept-input-apply>apply</a> to each state:</p>
@@ -43449,7 +43450,7 @@
 
   <div class=impl>
 
-  <h5 id=common-event-behaviors><span class=secno>4.10.5.5 </span>Common event behaviors</h5>
+  <h5 id=common-input-element-events><span class=secno>4.10.5.5 </span>Common event behaviors</h5>
 
   <p>When the <dfn id=event-input-input title=event-input-input><code>input</code></dfn> event <a href=#concept-input-apply title=concept-input-apply>applies</a>, any time the user causes the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to change, the user agent must <a href=#queue-a-task>queue a task</a> to
   <a href=#fire-a-simple-event>fire a simple event</a> that bubbles named <code title=event-input>input</code> at the

Modified: index
===================================================================
--- index	2013-11-22 18:51:39 UTC (rev 8308)
+++ index	2013-11-22 20:13:18 UTC (rev 8309)
@@ -758,7 +758,7 @@
          <li><a href=#the-list-attribute><span class=secno>4.10.5.3.9 </span>The <code title=attr-input-list>list</code> attribute</a></li>
          <li><a href=#the-placeholder-attribute><span class=secno>4.10.5.3.10 </span>The <code title=attr-input-placeholder>placeholder</code> attribute</a></ol></li>
        <li><a href=#common-input-element-apis><span class=secno>4.10.5.4 </span>Common <code>input</code> element APIs</a></li>
-       <li><a href=#common-event-behaviors><span class=secno>4.10.5.5 </span>Common event behaviors</a></ol></li>
+       <li><a href=#common-input-element-events><span class=secno>4.10.5.5 </span>Common event behaviors</a></ol></li>
      <li><a href=#the-button-element><span class=secno>4.10.6 </span>The <code>button</code> element</a></li>
      <li><a href=#the-select-element><span class=secno>4.10.7 </span>The <code>select</code> element</a></li>
      <li><a href=#the-datalist-element><span class=secno>4.10.8 </span>The <code>datalist</code> element</a></li>
@@ -38182,6 +38182,7 @@
      <td> A button
   </table><p>The <i>missing value default</i> is the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-text>Text</a> state.</p>
 
+<!--CLEANUP-->
   <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-fe-dirname><a href=#attr-fe-dirname>dirname</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>, <code title=
 attr-input-list><a href=#attr-input-list>list</a></code>, <code title=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-minlength><a href=#attr-input-minlength>minlength</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>,
   <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content
   attributes, the <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
@@ -38190,7 +38191,7 @@
   the state of its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute. The subsections that define
   each type also clearly define in normative "bookkeeping" sections which of these feature apply,
   and which <dfn id=do-not-apply>do not apply</dfn>, to each type. The behavior of these features depends on whether
-  they apply or not, as defined in their various sections.</p>
+  they apply or not, as defined in their various sections (q.v. for <a href=#common-input-element-attributes>content attributes</a>, for <a href=#common-input-element-apis>APIs</a>, for <a href=#common-input-element-events>events</a>).</p>
 
   <p>The following table <span class=impl>is non-normative and</span> summarizes which of those
   content attributes, IDL attributes, methods, and events <a href=#concept-input-apply title=concept-input-apply>apply</a> to each state:</p>
@@ -43449,7 +43450,7 @@
 
   <div class=impl>
 
-  <h5 id=common-event-behaviors><span class=secno>4.10.5.5 </span>Common event behaviors</h5>
+  <h5 id=common-input-element-events><span class=secno>4.10.5.5 </span>Common event behaviors</h5>
 
   <p>When the <dfn id=event-input-input title=event-input-input><code>input</code></dfn> event <a href=#concept-input-apply title=concept-input-apply>applies</a>, any time the user causes the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to change, the user agent must <a href=#queue-a-task>queue a task</a> to
   <a href=#fire-a-simple-event>fire a simple event</a> that bubbles named <code title=event-input>input</code> at the

Modified: source
===================================================================
--- source	2013-11-22 18:51:39 UTC (rev 8308)
+++ source	2013-11-22 20:13:18 UTC (rev 8309)
@@ -41613,6 +41613,7 @@
   <p>The <i>missing value default</i> is the <span
   data-x="attr-input-type-text">Text</span> state.</p>
 
+<!--CLEANUP-->
   <p>Which of the <code data-x="attr-input-accept">accept</code>, <code
   data-x="attr-input-alt">alt</code>, <code data-x="attr-fe-autocomplete">autocomplete</code>, <code
   data-x="attr-input-checked">checked</code>, <code data-x="attr-fe-dirname">dirname</code>, <code
@@ -41645,7 +41646,10 @@
   the state of its <code data-x="attr-input-type">type</code> attribute. The subsections that define
   each type also clearly define in normative "bookkeeping" sections which of these feature apply,
   and which <dfn>do not apply</dfn>, to each type. The behavior of these features depends on whether
-  they apply or not, as defined in their various sections.</p>
+  they apply or not, as defined in their various sections (q.v. for <a
+  href="#common-input-element-attributes">content attributes</a>, for <a
+  href="#common-input-element-apis">APIs</a>, for <a
+  href="#common-input-element-events">events</a>).</p>
 
   <p>The following table <span class="impl">is non-normative and</span> summarizes which of those
   content attributes, IDL attributes, methods, and events <span data-x="concept-input-apply">apply</span> to each state:</p>
@@ -46380,7 +46384,7 @@
 
 
 
-  <h5>Common <code>input</code> element attributes</h5>
+  <h5 id="common-input-element-attributes">Common <code>input</code> element attributes</h5>
 
   <div class="impl">
 
@@ -47148,7 +47152,7 @@
 
 <!--TOPIC:DOM APIs-->
 
-  <h5>Common <code>input</code> element APIs</h5>
+  <h5 id="common-input-element-apis">Common <code>input</code> element APIs</h5>
 
   <dl class="domintro">
 
@@ -47489,7 +47493,7 @@
 
   <div class="impl">
 
-  <h5>Common event behaviors</h5>
+  <h5 id="common-input-element-events">Common event behaviors</h5>
 
   <p>When the <dfn data-x="event-input-input"><code>input</code></dfn> event <span
   data-x="concept-input-apply">applies</span>, any time the user causes the element's <span




More information about the Commit-Watchers mailing list