Skip to content

Commit

Permalink
[e] (0) consistency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5261 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2010
1 parent 8c40efa commit 8eeccf4
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 @@ -79456,7 +79456,7 @@ <h5 id=data-state><span class=secno>12.2.4.1 </span><dfn>Data state</dfn></h5>
<p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
<a href=#additional-allowed-character>additional allowed character</a>.</p>

<p>If nothing is returned, emit a U+0026 AMPERSAND character
<p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
token.</p>

<p>Otherwise, emit the character token that was returned.</p>
Expand Down Expand Up @@ -79487,7 +79487,7 @@ <h5 id=rcdata-state><span class=secno>12.2.4.3 </span><dfn>RCDATA state</dfn></h
<p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
<a href=#additional-allowed-character>additional allowed character</a>.</p>

<p>If nothing is returned, emit a U+0026 AMPERSAND character
<p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
token.</p>

<p>Otherwise, emit the character token that was returned.</p>
Expand Down Expand Up @@ -80474,8 +80474,8 @@ <h5 id=after-attribute-name-state><span class=secno>12.2.4.36 </span><dfn>After

<p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>.</p>

<p>If nothing is returned, append a U+0026 AMPERSAND character to
the current attribute's value.</p>
<p>If nothing is returned, append a U+0026 AMPERSAND character
(&amp;) to the current attribute's value.</p>

<p>Otherwise, append the returned character token to the current
attribute's value.</p>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -72566,7 +72566,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
<a href=#additional-allowed-character>additional allowed character</a>.</p>

<p>If nothing is returned, emit a U+0026 AMPERSAND character
<p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
token.</p>

<p>Otherwise, emit the character token that was returned.</p>
Expand Down Expand Up @@ -72597,7 +72597,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
<a href=#additional-allowed-character>additional allowed character</a>.</p>

<p>If nothing is returned, emit a U+0026 AMPERSAND character
<p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
token.</p>

<p>Otherwise, emit the character token that was returned.</p>
Expand Down Expand Up @@ -73584,8 +73584,8 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>.</p>

<p>If nothing is returned, append a U+0026 AMPERSAND character to
the current attribute's value.</p>
<p>If nothing is returned, append a U+0026 AMPERSAND character
(&amp;) to the current attribute's value.</p>

<p>Otherwise, append the returned character token to the current
attribute's value.</p>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -90704,7 +90704,7 @@ interface <dfn>SQLTransactionSync</dfn> {
<p>Attempt to <span>consume a character reference</span>, with no
<span>additional allowed character</span>.</p>

<p>If nothing is returned, emit a U+0026 AMPERSAND character
<p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
token.</p>

<p>Otherwise, emit the character token that was returned.</p>
Expand Down Expand Up @@ -90740,7 +90740,7 @@ interface <dfn>SQLTransactionSync</dfn> {
<p>Attempt to <span>consume a character reference</span>, with no
<span>additional allowed character</span>.</p>

<p>If nothing is returned, emit a U+0026 AMPERSAND character
<p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
token.</p>

<p>Otherwise, emit the character token that was returned.</p>
Expand Down Expand Up @@ -91908,8 +91908,8 @@ interface <dfn>SQLTransactionSync</dfn> {

<p>Attempt to <span>consume a character reference</span>.</p>

<p>If nothing is returned, append a U+0026 AMPERSAND character to
the current attribute's value.</p>
<p>If nothing is returned, append a U+0026 AMPERSAND character
(&amp;) to the current attribute's value.</p>

<p>Otherwise, append the returned character token to the current
attribute's value.</p>
Expand Down

0 comments on commit 8eeccf4

Please sign in to comment.