[html5] r6547 - [e] (0) Point out that 'pre' might be a better solution than 'code' for authors [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 8 15:10:29 PDT 2011


Author: ianh
Date: 2011-09-08 15:10:27 -0700 (Thu, 08 Sep 2011)
New Revision: 6547

Modified:
   complete.html
   index
   source
Log:
[e] (0) Point out that 'pre' might be a better solution than 'code' for authors who used 'xmp'.

Modified: complete.html
===================================================================
--- complete.html	2011-09-08 22:06:05 UTC (rev 6546)
+++ complete.html	2011-09-08 22:10:27 UTC (rev 6547)
@@ -95316,7 +95316,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>

Modified: index
===================================================================
--- index	2011-09-08 22:06:05 UTC (rev 6546)
+++ index	2011-09-08 22:10:27 UTC (rev 6547)
@@ -90763,7 +90763,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>

Modified: source
===================================================================
--- source	2011-09-08 22:06:05 UTC (rev 6546)
+++ source	2011-09-08 22:10:27 UTC (rev 6547)
@@ -108075,7 +108075,7 @@
    <dd><p>Use <code>del</code> instead if the element is marking an edit, otherwise use <code>s</code> instead.</p></dd>
 
    <dt><dfn><code>xmp</code></dfn></dt>
-   <dd><p>Use <code>code</code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</p></dd>
+   <dd><p>Use <code>pre</code> or <code>code</code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</p></dd>
 
    <dt><dfn><code>basefont</code></dfn></dt>
    <dt><dfn><code>big</code></dfn></dt>




More information about the Commit-Watchers mailing list