[html5] r3511 - [] (0) Apparently <xmp> was more like <pre> than <code>. It's all before my time...

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 31 01:40:27 PDT 2009


Author: ianh
Date: 2009-07-31 01:40:25 -0700 (Fri, 31 Jul 2009)
New Revision: 3511

Modified:
   index
   source
Log:
[] (0) Apparently <xmp> was more like <pre> than <code>. It's all before my time...

Modified: index
===================================================================
--- index	2009-07-31 01:47:12 UTC (rev 3510)
+++ index	2009-07-31 08:40:25 UTC (rev 3511)
@@ -70710,7 +70710,8 @@
    <dd><p>Use an explicit <code><a href=#the-form-element>form</a></code> and <a href=#text-state-and-search-state title=attr-input-type-text>text field</a> combination instead.</dd>
 
    <dt><dfn id=listing><code>listing</code></dfn><dt>
-   </dt><dd><p>Use <code><a href=#the-pre-element>pre</a></code> and <code><a href=#the-code-element>code</a></code> instead.</dd>
+   <dt><dfn id=xmp><code>xmp</code></dfn><dt>
+   </dt></dt></dt><dd><p>Use <code><a href=#the-pre-element>pre</a></code> and <code><a href=#the-code-element>code</a></code> instead.</dd>
 
    <dt><dfn id=noembed><code>noembed</code></dfn></dt>
    <dd><p>Use <code><a href=#the-object-element>object</a></code> instead of <code><a href=#the-embed-element>embed</a></code> when fallback is necessary.</dd>
@@ -70718,9 +70719,6 @@
    <dt><dfn id=plaintext><code>plaintext</code></dfn><dt>
    </dt><dd><p>Use the "<code>text/plain</code>" MIME type instead.</dd>
 
-   <dt><dfn id=xmp><code>xmp</code></dfn><dt>
-   </dt><dd><p>Use <code><a href=#the-code-element>code</a></code> instead.</dd>
-
    <dt><dfn id=basefont><code>basefont</code></dfn></dt>
    <dt><dfn id=big><code>big</code></dfn></dt>
    <dt><dfn id=blink><code>blink</code></dfn></dt>
@@ -71815,7 +71813,7 @@
   content attributes of the same name.</p>
 
   <hr><p>User agents must treat <code><a href=#xmp>xmp</a></code> elements in a manner
-  equivalent to <code><a href=#the-code-element>code</a></code> elements.</p>
+  equivalent to <code><a href=#the-pre-element>pre</a></code> elements.</p>
 
   <hr><pre class=idl>[Supplemental] interface <a href=#htmldocument>HTMLDocument</a> {
            attribute DOMString <a href=#dom-document-fgcolor title=dom-document-fgColor>fgColor</a>;

Modified: source
===================================================================
--- source	2009-07-31 01:47:12 UTC (rev 3510)
+++ source	2009-07-31 08:40:25 UTC (rev 3511)
@@ -83574,6 +83574,7 @@
    <dd><p>Use an explicit <code>form</code> and <span title="attr-input-type-text">text field</span> combination instead.</p></dd>
 
    <dt><dfn><code>listing</code></dfn><dt>
+   <dt><dfn><code>xmp</code></dfn><dt>
    <dd><p>Use <code>pre</code> and <code>code</code> instead.</p></dd>
 
    <dt><dfn><code>noembed</code></dfn></dt>
@@ -83582,9 +83583,6 @@
    <dt><dfn><code>plaintext</code></dfn><dt>
    <dd><p>Use the "<code>text/plain</code>" MIME type instead.</p></dd>
 
-   <dt><dfn><code>xmp</code></dfn><dt>
-   <dd><p>Use <code>code</code> instead.</p></dd>
-
    <dt><dfn><code>basefont</code></dfn></dt>
    <dt><dfn><code>big</code></dfn></dt>
    <dt><dfn><code>blink</code></dfn></dt>
@@ -84938,7 +84936,7 @@
   <hr>
 
   <p>User agents must treat <code>xmp</code> elements in a manner
-  equivalent to <code>code</code> elements.</p>
+  equivalent to <code>pre</code> elements.</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list