Skip to content

Commit

Permalink
[] (0) WF2: change the names of the algorithms for style reasons
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2208 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 17, 2008
1 parent d58f2e7 commit a45393c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions index
Expand Up @@ -27432,7 +27432,7 @@ function AddCloud(data, x, y) { ... }</pre>
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.

Expand Down Expand Up @@ -27468,15 +27468,15 @@ function AddCloud(data, x, y) { ... }</pre>
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.

Expand Down Expand Up @@ -27550,12 +27550,12 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -24491,7 +24491,7 @@ function AddCloud(data, x, y) { ... }</pre>
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>

Expand Down Expand Up @@ -24527,15 +24527,15 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down Expand Up @@ -24601,14 +24601,14 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down

0 comments on commit a45393c

Please sign in to comment.