Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Apparently <xmp> was more like <pre> than <code>. It's all bef…
…ore my time...

git-svn-id: http://svn.whatwg.org/webapps@3511 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 31, 2009
1 parent d5bf58d commit 9bbaf2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions index
Expand Up @@ -70710,17 +70710,15 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>

<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>
Expand Down Expand Up @@ -71815,7 +71813,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>;
Expand Down
6 changes: 2 additions & 4 deletions source
Expand Up @@ -83574,6 +83574,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand All @@ -83582,9 +83583,6 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down Expand Up @@ -84938,7 +84936,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>

Expand Down

0 comments on commit 9bbaf2e

Please sign in to comment.