- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 01:33:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30990 Modified Files: Overview.html Log Message: consistency (whatwg r5261) Index: Overview.html =================================================================== 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:17 UTC