- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Jul 2009 08:40:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30969
Modified Files:
Overview.html
Log Message:
Apparently <xmp> was more like <pre> than <code>. It's all before my time... (whatwg r3511)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2708
retrieving revision 1.2709
diff -u -d -r1.2708 -r1.2709
--- Overview.html 31 Jul 2009 01:47:18 -0000 1.2708
+++ Overview.html 31 Jul 2009 08:40:32 -0000 1.2709
@@ -64482,7 +64482,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>
@@ -64490,9 +64491,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>
@@ -65585,7 +65583,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>;
Received on Friday, 31 July 2009 08:40:45 UTC