Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14918
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6950 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2012
1 parent cc36e6d commit d7319d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -43850,7 +43850,7 @@ <h6 id="hidden-state-(type=hidden)"><span class=secno>4.10.7.1.1 </span><dfn tit

</div>

<p>If the <code title=attr-input-value><a href=#attr-input-value>name</a></code> attribute is
<p>If the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is
present and has a value that is a <a href=#case-sensitive>case-sensitive</a> match
for the string "<code title=attr-fe-name-charset><a href=#attr-fe-name-charset>_charset_</a></code>", then the element's
<code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute must be
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -43850,7 +43850,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

</div>

<p>If the <code title=attr-input-value><a href=#attr-input-value>name</a></code> attribute is
<p>If the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is
present and has a value that is a <a href=#case-sensitive>case-sensitive</a> match
for the string "<code title=attr-fe-name-charset><a href=#attr-fe-name-charset>_charset_</a></code>", then the element's
<code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute must be
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -51145,7 +51145,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

</div>

<p>If the <code title="attr-input-value">name</code> attribute is
<p>If the <code title="attr-fe-name">name</code> attribute is
present and has a value that is a <span>case-sensitive</span> match
for the string "<code
title="attr-fe-name-charset">_charset_</code>", then the element's
Expand Down

0 comments on commit d7319d9

Please sign in to comment.