- From: poot <cvsmail@w3.org>
- Date: Thu, 08 Sep 2011 18:12:27 -0400
- To: public-html-diffs@w3.org
hixie: Point out that 'pre' might be a better solution than 'code' for authors who used 'xmp'. (whatwg r6547) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5244&r2=1.5245&f=h http://html5.org/tools/web-apps-tracker?from=6546&to=6547 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5244 retrieving revision 1.5245 diff -u -d -r1.5244 -r1.5245 --- Overview.html 8 Sep 2011 21:59:02 -0000 1.5244 +++ Overview.html 8 Sep 2011 22:12:07 -0000 1.5245 @@ -67299,7 +67299,7 @@ <dd><p>Use <code><a href="#the-del-element">del</a></code> instead if the element is marking an edit, otherwise use <code><a href="#the-s-element">s</a></code> instead.</dd> <dt><dfn id="xmp"><code>xmp</code></dfn></dt> - <dd><p>Use <code><a href="#the-code-element">code</a></code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</dd> + <dd><p>Use <code><a href="#the-pre-element">pre</a></code> or <code><a href="#the-code-element">code</a></code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</dd> <dt><dfn id="basefont"><code>basefont</code></dfn></dt> <dt><dfn id="big"><code>big</code></dfn></dt>
Received on Thursday, 8 September 2011 22:12:57 UTC