[html5] r2208 - [] (0) WF2: change the names of the algorithms for style reasons

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 17 15:36:42 PDT 2008


Author: ianh
Date: 2008-09-17 15:36:41 -0700 (Wed, 17 Sep 2008)
New Revision: 2208

Modified:
   index
   source
Log:
[] (0) WF2: change the names of the algorithms for style reasons

Modified: index
===================================================================
--- index	2008-09-17 22:31:36 UTC (rev 2207)
+++ index	2008-09-17 22:36:41 UTC (rev 2208)
@@ -27432,7 +27432,7 @@
    title=attr-input-type><a href="#type12">type</a></code> attribute changes
    state, and when the element is first created, the element's rendering and
    behaviour must change to the new state's accordingly and the <dfn
-   id=control0>control initialization</dfn> algorithm defined for the <code
+   id=control0>control initialization algorithm</dfn> defined for the <code
    title=attr-input-type><a href="#type12">type</a></code> attribute's new
    state must be invoked.
 
@@ -27468,15 +27468,15 @@
    href="#input0">input</a></code> element. When the <code
    title=attr-input-value><a href="#value7">value</a></code> content
    attribute is added, set, or removed, and when the element is first
-   created, after invoking the <a href="#control0">control initialization</a>
-   algorithm, the <dfn id=default2>default value change</dfn> algorithm
+   created, after invoking the <a href="#control0">control initialization
+   algorithm</a>, the <dfn id=default2>default value change algorithm</dfn>
    defined for the <code title=attr-input-type><a
    href="#type12">type</a></code> attribute's current state must be invoked.
 
   <p>The <a href="#reset5" title=concept-form-reset-control>reset
    algorithm</a> for <code><a href="#input0">input</a></code> elements is to
    set the <a href="#dirty">dirty flag</a> back to false, and then invoke the
-   <a href="#default2">default value change</a> algorithm defined for the
+   <a href="#default2">default value change algorithm</a> defined for the
    <code title=attr-input-type><a href="#type12">type</a></code> attribute's
    current state.
 
@@ -27550,12 +27550,12 @@
    element represents a text edit control for a single line of plain text.
 
   <p><strong>The <a href="#text2" title=attr-input-type-text>Text</a> state's
-   <a href="#control0">control initialization</a> algorithm is as
+   <a href="#control0">control initialization algorithm</a> is as
    follows:</strong> <a href="#strip">Strip line breaks from the value</a>.</p>
   <!-- XXX autocomplete? -->
 
   <p><strong>The <a href="#text2" title=attr-input-type-text>Text</a> state's
-   <a href="#default2">default value change</a> algorithm is as
+   <a href="#default2">default value change algorithm</a> is as
    follows:</strong> If the <code><a href="#input0">input</a></code> element
    is not <a href="#dirty" title="dirty flag">dirty</a> then set the <a
    href="#value10" title=concept-fe-value>value</a> of the element to the

Modified: source
===================================================================
--- source	2008-09-17 22:31:36 UTC (rev 2207)
+++ source	2008-09-17 22:36:41 UTC (rev 2208)
@@ -24491,7 +24491,7 @@
   title="attr-input-type">type</code> attribute changes state, and
   when the element is first created, the element's rendering and
   behaviour must change to the new state's accordingly and the
-  <dfn>control initialization</dfn> algorithm defined for the <code
+  <dfn>control initialization algorithm</dfn> defined for the <code
   title="attr-input-type">type</code> attribute's new state must be
   invoked.</p>
 
@@ -24527,15 +24527,15 @@
   title="concept-fe-value">value</span> of the <code>input</code>
   element. When the <code title="attr-input-value">value</code>
   content attribute is added, set, or removed, and when the element is
-  first created, after invoking the <span>control
-  initialization</span> algorithm, the <dfn>default value change</dfn>
-  algorithm defined for the <code title="attr-input-type">type</code>
+  first created, after invoking the <span>control initialization
+  algorithm</span>, the <dfn>default value change algorithm</dfn>
+  defined for the <code title="attr-input-type">type</code>
   attribute's current state must be invoked.</p>
 
   <p>The <span title="concept-form-reset-control">reset
   algorithm</span> for <code>input</code> elements is to set the
   <span>dirty flag</span> back to false, and then invoke the
-  <span>default value change</span> algorithm defined for the <code
+  <span>default value change algorithm</span> defined for the <code
   title="attr-input-type">type</code> attribute's current state.</p>
 
   <p>The <code title="attr-fae-form">form</code> attribute is used to
@@ -24601,14 +24601,14 @@
   represents a text edit control for a single line of plain text.</p>
 
   <p><strong>The <span title="attr-input-type-text">Text</span>
-  state's <span>control initialization</span> algorithm is as
+  state's <span>control initialization algorithm</span> is as
   follows:</strong> <span>Strip line breaks from the
   value</span>.</p>
 
   <!-- XXX autocomplete? -->
 
   <p><strong>The <span title="attr-input-type-text">Text</span>
-  state's <span>default value change</span> algorithm is as
+  state's <span>default value change algorithm</span> is as
   follows:</strong> If the <code>input</code> element is not <span
   title="dirty flag">dirty</span> then set the <span
   title="concept-fe-value">value</span> of the element to the value of




More information about the Commit-Watchers mailing list