[html5] r8416 - [e] (0) Clarify <output name> Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 21 16:11:24 PST 2014


Author: ianh
Date: 2014-01-21 16:11:23 -0800 (Tue, 21 Jan 2014)
New Revision: 8416

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify <output name>
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-01-21 23:41:07 UTC (rev 8415)
+++ complete.html	2014-01-22 00:11:23 UTC (rev 8416)
@@ -38487,7 +38487,7 @@
    <dd><code title=attr-input-min><a href=#attr-input-min>min</a></code> — Minimum value</dd>
    <dd><code title=attr-input-minlength><a href=#attr-input-minlength>minlength</a></code> — Minimum length of value</dd>
    <dd><code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code> — Whether to allow multiple values</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> — Pattern to be matched by the form control's value</dd>
    <dd><code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code> — User-visible label to be placed within the form control</dd>
    <dd><code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> — Whether to allow the value to be edited by the user</dd>
@@ -44070,7 +44070,7 @@
    <dd><code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code> — Bypass form control validation for <a href=#form-submission>form submission</a></dd>
    <dd><code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> — <a href=#browsing-context>Browsing context</a> for <a href=#form-submission>form submission</a></dd>
    <dd><code title=attr-button-menu><a href=#attr-button-menu>menu</a></code> — Specifies the element's <a href=#designated-pop-up-menu>designated pop-up menu</a></dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-button-type><a href=#attr-button-type>type</a></code> — Type of button</dd>
    <dd><code title=attr-button-value><a href=#attr-button-value>value</a></code> — Value to be used for <a href=#form-submission>form submission</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -44267,7 +44267,7 @@
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
    <dd><code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> — Whether to allow multiple values</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-select-required><a href=#attr-select-required>required</a></code> — Whether the control is required for <a href=#form-submission>form submission</a></dd>
    <dd><code title=attr-select-size><a href=#attr-select-size>size</a></code> — Size of the control</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -45133,7 +45133,7 @@
    <dd><code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code> — Hint for selecting an input modality</dd>
    <dd><code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> — Maximum length of value</dd>
    <dd><code title=attr-textarea-minlength><a href=#attr-textarea-minlength>minlength</a></code> — Minimum length of value</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>placeholder</a></code> — User-visible label to be placed within the form control</dd>
    <dd><code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> — Whether to allow the value to be edited by the user</dd>
    <dd><code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code> — Whether the control is required for <a href=#form-submission>form submission</a></dd>
@@ -45546,7 +45546,7 @@
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
    <dd><code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keytype</a></code> — The type of cryptographic key to generate</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlkeygenelement>HTMLKeygenElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -45806,7 +45806,7 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-output-for><a href=#attr-output-for>for</a></code> — Specifies controls from which the output was calculated</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> <!-- variant -->  — Name of form control to use in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmloutputelement>HTMLOutputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -46474,7 +46474,7 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> <!-- variant -->  — Name of form control to use in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -100331,7 +100331,7 @@
           <code title=attr-fe-name><a href=#attr-fe-name>output</a></code>;
           <code title=attr-fe-name><a href=#attr-fe-name>select</a></code>;
           <code title=attr-fe-name><a href=#attr-fe-name>textarea</a></code>
-     <td> Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API
+     <td> Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <!--or: Name of form control to use in the <code title="dom-form-elements">form.elements</code> API -->
      <td> <a href=#attribute-text>Text</a>*
     <tr><th> <code title="">name</code>
      <td> <code title=attr-form-name><a href=#attr-form-name>form</a></code>

Modified: index
===================================================================
--- index	2014-01-21 23:41:07 UTC (rev 8415)
+++ index	2014-01-22 00:11:23 UTC (rev 8416)
@@ -38487,7 +38487,7 @@
    <dd><code title=attr-input-min><a href=#attr-input-min>min</a></code> — Minimum value</dd>
    <dd><code title=attr-input-minlength><a href=#attr-input-minlength>minlength</a></code> — Minimum length of value</dd>
    <dd><code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code> — Whether to allow multiple values</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> — Pattern to be matched by the form control's value</dd>
    <dd><code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code> — User-visible label to be placed within the form control</dd>
    <dd><code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> — Whether to allow the value to be edited by the user</dd>
@@ -44070,7 +44070,7 @@
    <dd><code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code> — Bypass form control validation for <a href=#form-submission>form submission</a></dd>
    <dd><code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> — <a href=#browsing-context>Browsing context</a> for <a href=#form-submission>form submission</a></dd>
    <dd><code title=attr-button-menu><a href=#attr-button-menu>menu</a></code> — Specifies the element's <a href=#designated-pop-up-menu>designated pop-up menu</a></dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-button-type><a href=#attr-button-type>type</a></code> — Type of button</dd>
    <dd><code title=attr-button-value><a href=#attr-button-value>value</a></code> — Value to be used for <a href=#form-submission>form submission</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -44267,7 +44267,7 @@
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
    <dd><code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> — Whether to allow multiple values</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-select-required><a href=#attr-select-required>required</a></code> — Whether the control is required for <a href=#form-submission>form submission</a></dd>
    <dd><code title=attr-select-size><a href=#attr-select-size>size</a></code> — Size of the control</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -45133,7 +45133,7 @@
    <dd><code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code> — Hint for selecting an input modality</dd>
    <dd><code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> — Maximum length of value</dd>
    <dd><code title=attr-textarea-minlength><a href=#attr-textarea-minlength>minlength</a></code> — Minimum length of value</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dd><code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>placeholder</a></code> — User-visible label to be placed within the form control</dd>
    <dd><code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> — Whether to allow the value to be edited by the user</dd>
    <dd><code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code> — Whether the control is required for <a href=#form-submission>form submission</a></dd>
@@ -45546,7 +45546,7 @@
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
    <dd><code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keytype</a></code> — The type of cryptographic key to generate</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlkeygenelement>HTMLKeygenElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -45806,7 +45806,7 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-output-for><a href=#attr-output-for>for</a></code> — Specifies controls from which the output was calculated</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> <!-- variant -->  — Name of form control to use in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmloutputelement>HTMLOutputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -46474,7 +46474,7 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> — Whether the form control is disabled</dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code> — Associates the control with a <code><a href=#the-form-element>form</a></code> element</dd>
-   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> — Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API</dd>
+   <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code> <!-- variant -->  — Name of form control to use in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API </dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -100331,7 +100331,7 @@
           <code title=attr-fe-name><a href=#attr-fe-name>output</a></code>;
           <code title=attr-fe-name><a href=#attr-fe-name>select</a></code>;
           <code title=attr-fe-name><a href=#attr-fe-name>textarea</a></code>
-     <td> Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API
+     <td> Name of form control to use for <a href=#form-submission>form submission</a> and in the <code title=dom-form-elements><a href=#dom-form-elements>form.elements</a></code> API <!--or: Name of form control to use in the <code title="dom-form-elements">form.elements</code> API -->
      <td> <a href=#attribute-text>Text</a>*
     <tr><th> <code title="">name</code>
      <td> <code title=attr-form-name><a href=#attr-form-name>form</a></code>

Modified: source
===================================================================
--- source	2014-01-21 23:41:07 UTC (rev 8415)
+++ source	2014-01-22 00:11:23 UTC (rev 8416)
@@ -50248,7 +50248,7 @@
    <dd><span>Global attributes</span></dd>
    <dd><code data-x="attr-output-for">for</code></dd>
    <dd><code data-x="attr-fae-form">form</code></dd>
-   <dd><code data-x="attr-fe-name">name</code></dd>
+   <dd><code data-x="attr-fe-name">name</code> <!-- variant --> </dd>
    <dt><span data-x="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class="idl">interface <dfn>HTMLOutputElement</dfn> : <span>HTMLElement</span> {
@@ -50987,7 +50987,7 @@
    <dd><span>Global attributes</span></dd>
    <dd><code data-x="attr-fieldset-disabled">disabled</code></dd>
    <dd><code data-x="attr-fae-form">form</code></dd>
-   <dd><code data-x="attr-fe-name">name</code></dd>
+   <dd><code data-x="attr-fe-name">name</code> <!-- variant --> </dd>
    <dt><span data-x="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class="idl">interface <dfn>HTMLFieldSetElement</dfn> : <span>HTMLElement</span> {
@@ -112030,7 +112030,7 @@
           <code data-x="attr-fe-name">output</code>;
           <code data-x="attr-fe-name">select</code>;
           <code data-x="attr-fe-name">textarea</code>
-     <td> Name of form control to use for <span>form submission</span> and in the <code data-x="dom-form-elements">form.elements</code> API
+     <td> Name of form control to use for <span>form submission</span> and in the <code data-x="dom-form-elements">form.elements</code> API <!--or: Name of form control to use in the <code data-x="dom-form-elements">form.elements</code> API -->
      <td> <a href="#attribute-text">Text</a>*
     <tr>
      <th> <code data-x="">name</code>




More information about the Commit-Watchers mailing list