Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5908 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 18, 2011
1 parent 3e08060 commit a3fc75d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -48654,10 +48654,10 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss
<code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state,
then run these further nested substeps:</p>

<ol><li><p>If the <var title="">field</var> element has a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified and value
is not the empty string, let <var title="">name</var> be that
value followed by a single U+002E FULL STOP character
(.). Otherwise, let <var title="">name</var> be the empty
<ol><li><p>If the <var title="">field</var> element has a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified and its
value is not the empty string, let <var title="">name</var> be
that value followed by a single U+002E FULL STOP character (.).
Otherwise, let <var title="">name</var> be the empty
string.</li>

<li><p>Let <var title="">name<sub title="">x</sub></var> be the
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -48637,10 +48637,10 @@ fur
<code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state,
then run these further nested substeps:</p>

<ol><li><p>If the <var title="">field</var> element has a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified and value
is not the empty string, let <var title="">name</var> be that
value followed by a single U+002E FULL STOP character
(.). Otherwise, let <var title="">name</var> be the empty
<ol><li><p>If the <var title="">field</var> element has a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified and its
value is not the empty string, let <var title="">name</var> be
that value followed by a single U+002E FULL STOP character (.).
Otherwise, let <var title="">name</var> be the empty
string.</li>

<li><p>Let <var title="">name<sub title="">x</sub></var> be the
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -54638,10 +54638,10 @@ fur
<ol>

<li><p>If the <var title="">field</var> element has a <code
title="attr-fe-name">name</code> attribute specified and value
is not the empty string, let <var title="">name</var> be that
value followed by a single U+002E FULL STOP character
(.). Otherwise, let <var title="">name</var> be the empty
title="attr-fe-name">name</code> attribute specified and its
value is not the empty string, let <var title="">name</var> be
that value followed by a single U+002E FULL STOP character (.).
Otherwise, let <var title="">name</var> be the empty
string.</p></li>

<li><p>Let <var title="">name<sub title="">x</sub></var> be the
Expand Down

0 comments on commit a3fc75d

Please sign in to comment.