spec/Overview.html 1.1381 2208 WF2: change the names of the algorithms

WF2: change the names of the algorithms for style reasons (whatwg r2208)

value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1381.html#value7
4.9.4.1.1. Text state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1381.html#text-state
button
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1381.html#button0
control initialization algorithm
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1381.html#control0
default value change algorithm
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1381.html#default2

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1380&r2=1.1381&f=h
http://html5.org/tools/web-apps-tracker?from=2207&to=2208

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1380
retrieving revision 1.1381
diff -u -d -r1.1380 -r1.1381
--- Overview.html 17 Sep 2008 22:31:41 -0000 1.1380
+++ Overview.html 17 Sep 2008 22:36:45 -0000 1.1381
@@ -27439,7 +27439,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.
 
@@ -27475,15 +27475,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.
 
@@ -27557,12 +27557,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

Received on Wednesday, 17 September 2008 22:40:36 UTC