Skip to content

Commit

Permalink
[e] (0) Point out that 'pre' might be a better solution than 'code' f…
Browse files Browse the repository at this point in the history
…or authors who used 'xmp'.

git-svn-id: http://svn.whatwg.org/webapps@6547 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 8, 2011
1 parent 9a8e78f commit c97be02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -95316,7 +95316,7 @@ <h3 id=non-conforming-features><span class=secno>16.2 </span>Non-conforming feat
<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="">&lt;</code>" and "<code title="">&amp;</code>" characters as "<code title="">&amp;lt;</code>" and "<code title="">&amp;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="">&lt;</code>" and "<code title="">&amp;</code>" characters as "<code title="">&amp;lt;</code>" and "<code title="">&amp;amp;</code>" respectively.</dd>

<dt><dfn id=basefont><code>basefont</code></dfn></dt>
<dt><dfn id=big><code>big</code></dfn></dt>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -90763,7 +90763,7 @@ if (s = prompt('What is your name?')) {
<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="">&lt;</code>" and "<code title="">&amp;</code>" characters as "<code title="">&amp;lt;</code>" and "<code title="">&amp;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="">&lt;</code>" and "<code title="">&amp;</code>" characters as "<code title="">&amp;lt;</code>" and "<code title="">&amp;amp;</code>" respectively.</dd>

<dt><dfn id=basefont><code>basefont</code></dfn></dt>
<dt><dfn id=big><code>big</code></dfn></dt>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -108075,7 +108075,7 @@ if (s = prompt('What is your name?')) {
<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="">&lt;</code>" and "<code title="">&amp;</code>" characters as "<code title="">&amp;lt;</code>" and "<code title="">&amp;amp;</code>" respectively.</p></dd>
<dd><p>Use <code>pre</code> or <code>code</code> instead, and escape "<code title="">&lt;</code>" and "<code title="">&amp;</code>" characters as "<code title="">&amp;lt;</code>" and "<code title="">&amp;amp;</code>" respectively.</p></dd>

<dt><dfn><code>basefont</code></dfn></dt>
<dt><dfn><code>big</code></dfn></dt>
Expand Down

0 comments on commit c97be02

Please sign in to comment.