- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 22:36:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12845 Modified Files: Overview.html Log Message: WF2: change the names of the algorithms for style reasons (whatwg r2208) Index: Overview.html =================================================================== 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:37:29 UTC