Skip to content

Commit

Permalink
[e] (0) try to add a cross-reference at the dfn of 'do not apply' to …
Browse files Browse the repository at this point in the history
…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

git-svn-id: http://svn.whatwg.org/webapps@8309 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2013
1 parent 2e7c662 commit 0ac0c02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
7 changes: 4 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 November 2013<
<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>
Expand Down Expand Up @@ -38182,6 +38182,7 @@ <h4 id=the-input-element><span class=secno>4.10.5 </span>The <dfn><code>input</c
<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>,
Expand All @@ -38190,7 +38191,7 @@ <h4 id=the-input-element><span class=secno>4.10.5 </span>The <dfn><code>input</c
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>
Expand Down Expand Up @@ -43449,7 +43450,7 @@ <h5 id=common-input-element-apis><span class=secno>4.10.5.4 </span>Common <code>

<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
Expand Down
7 changes: 4 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -38182,6 +38182,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<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>,
Expand All @@ -38190,7 +38191,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
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>
Expand Down Expand Up @@ -43449,7 +43450,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<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
Expand Down
12 changes: 8 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -41613,6 +41613,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<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
Expand Down Expand Up @@ -41645,7 +41646,10 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
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>
Expand Down Expand Up @@ -46380,7 +46384,7 @@ ldh-str = &lt; as defined in <a href="http://tools.ietf.org/html/rfc1034#s



<h5>Common <code>input</code> element attributes</h5>
<h5 id="common-input-element-attributes">Common <code>input</code> element attributes</h5>

<div class="impl">

Expand Down Expand Up @@ -47148,7 +47152,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<!--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">

Expand Down Expand Up @@ -47489,7 +47493,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<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
Expand Down

0 comments on commit 0ac0c02

Please sign in to comment.