Skip to content

Commit

Permalink
[e] (0) simplification
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9928

git-svn-id: http://svn.whatwg.org/webapps@5375 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 27, 2010
1 parent bf799a3 commit b109fdb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
13 changes: 6 additions & 7 deletions complete.html
Expand Up @@ -38580,8 +38580,7 @@ <h4 id=the-input-element><span class=secno>4.10.7 </span>The <dfn><code>input</c
<code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code>, and
<code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>.</p>

<p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. When
it is true, the element is said to have a <dfn id=concept-input-value-dirty title=concept-input-value-dirty><i>dirty value</i></dfn>. The
<p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. The
<a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</a>
must be initially set to false when the element is created, and must
be set to true whenever the user interacts with the control in a way
Expand All @@ -38592,11 +38591,11 @@ <h4 id=the-input-element><span class=secno>4.10.7 </span>The <dfn><code>input</c
<p>The <dfn id=attr-input-value title=attr-input-value><code>value</code></dfn>
content attribute gives the default <a href=#concept-fe-value title=concept-fe-value>value</a> of the <code><a href=#the-input-element>input</a></code>
element. <span class=impl>When the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute is added,
set, or removed, if the control does not have a <i title=concept-input-value-dirty><a href=#concept-input-value-dirty>dirty value</a></i>, the user agent
must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the
element to the value of the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute, if there is
one, or the empty string otherwise, and then run the current
<a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
set, or removed, if the control's <a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</a> is
true, the user agent must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the value of
the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute,
if there is one, or the empty string otherwise, and then run the
current <a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
defined.</span></p>

<div class=impl>
Expand Down
13 changes: 6 additions & 7 deletions index
Expand Up @@ -38505,8 +38505,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code>, and
<code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>.</p>

<p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. When
it is true, the element is said to have a <dfn id=concept-input-value-dirty title=concept-input-value-dirty><i>dirty value</i></dfn>. The
<p>Each <code><a href=#the-input-element>input</a></code> element has a boolean <dfn id=concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</dfn>. The
<a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</a>
must be initially set to false when the element is created, and must
be set to true whenever the user interacts with the control in a way
Expand All @@ -38517,11 +38516,11 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<p>The <dfn id=attr-input-value title=attr-input-value><code>value</code></dfn>
content attribute gives the default <a href=#concept-fe-value title=concept-fe-value>value</a> of the <code><a href=#the-input-element>input</a></code>
element. <span class=impl>When the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute is added,
set, or removed, if the control does not have a <i title=concept-input-value-dirty><a href=#concept-input-value-dirty>dirty value</a></i>, the user agent
must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the
element to the value of the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute, if there is
one, or the empty string otherwise, and then run the current
<a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
set, or removed, if the control's <a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value flag</a> is
true, the user agent must set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the value of
the <code title=attr-input-value><a href=#attr-input-value>value</a></code> content attribute,
if there is one, or the empty string otherwise, and then run the
current <a href=#value-sanitization-algorithm>value sanitization algorithm</a>, if one is
defined.</span></p>

<div class=impl>
Expand Down
18 changes: 8 additions & 10 deletions source
Expand Up @@ -42890,9 +42890,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<code title="dom-input-stepUp">stepUp()</code>.</p>

<p>Each <code>input</code> element has a boolean <dfn
title="concept-input-value-dirty-flag">dirty value flag</dfn>. When
it is true, the element is said to have a <dfn
title="concept-input-value-dirty"><i>dirty value</i></dfn>. The
title="concept-input-value-dirty-flag">dirty value flag</dfn>. The
<span title="concept-input-value-dirty-flag">dirty value flag</span>
must be initially set to false when the element is created, and must
be set to true whenever the user interacts with the control in a way
Expand All @@ -42905,13 +42903,13 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
title="concept-fe-value">value</span> of the <code>input</code>
element. <span class="impl">When the <code
title="attr-input-value">value</code> content attribute is added,
set, or removed, if the control does not have a <i
title="concept-input-value-dirty">dirty value</i>, the user agent
must set the <span title="concept-fe-value">value</span> of the
element to the value of the <code
title="attr-input-value">value</code> content attribute, if there is
one, or the empty string otherwise, and then run the current
<span>value sanitization algorithm</span>, if one is
set, or removed, if the control's <span
title="concept-input-value-dirty-flag">dirty value flag</span> is
true, the user agent must set the <span
title="concept-fe-value">value</span> of the element to the value of
the <code title="attr-input-value">value</code> content attribute,
if there is one, or the empty string otherwise, and then run the
current <span>value sanitization algorithm</span>, if one is
defined.</span></p>

<div class="impl">
Expand Down

0 comments on commit b109fdb

Please sign in to comment.