- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 10:37:25 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: consistency (whatwg r5261) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4189&r2=1.4190&f=h http://html5.org/tools/web-apps-tracker?from=5260&to=5261 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4189 retrieving revision 1.4190 diff -u -d -r1.4189 -r1.4190 --- Overview.html 10 Aug 2010 01:30:25 -0000 1.4189 +++ Overview.html 10 Aug 2010 01:33:11 -0000 1.4190 @@ -53945,7 +53945,7 @@ <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 (&) token.</p> <p>Otherwise, emit the character token that was returned.</p> @@ -53976,7 +53976,7 @@ <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 (&) token.</p> <p>Otherwise, emit the character token that was returned.</p> @@ -54963,8 +54963,8 @@ <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 + (&) to the current attribute's value.</p> <p>Otherwise, append the returned character token to the current attribute's value.</p>
Received on Tuesday, 10 August 2010 01:33:52 UTC