- From: poot <cvsmail@w3.org>
- Date: Sun, 24 Jan 2010 20:34:48 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: oops, forgot to escape the ampersand for the spec's markup... (whatwg r4626) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3686&r2=1.3687&f=h http://html5.org/tools/web-apps-tracker?from=4625&to=4626 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3686 retrieving revision 1.3687 diff -u -d -r1.3686 -r1.3687 --- Overview.html 24 Jan 2010 10:47:10 -0000 1.3686 +++ Overview.html 24 Jan 2010 11:34:36 -0000 1.3687 @@ -16897,7 +16897,7 @@ <article> <footer> At <time pubdate>2009-08-21T23:58Z</time>, <a href="/users/ch">ch</a> writes: </footer> <iframe seamless sandbox="allow-same-origin" srcdoc="<p>hey that's earl's table. -<p>you should get earl&amp;me on the next cover."></iframe> +<p>you should get earl&amp;amp;me on the next cover."></iframe> </article></pre> </div><p class="note">In <a href="#syntax">the HTML syntax</a>, authors need only
Received on Sunday, 24 January 2010 11:35:17 UTC