[html5] r6548 - [e] (0) I keep forgetting how <xmp> used to be defined.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 9 11:07:46 PDT 2011
Author: ianh
Date: 2011-09-09 11:07:44 -0700 (Fri, 09 Sep 2011)
New Revision: 6548
Modified:
complete.html
index
source
Log:
[e] (0) I keep forgetting how <xmp> used to be defined.
Modified: complete.html
===================================================================
--- complete.html 2011-09-08 22:10:27 UTC (rev 6547)
+++ complete.html 2011-09-09 18:07:44 UTC (rev 6548)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 September 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 September 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -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-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=""><</code>" and "<code title="">&</code>" respectively.</dd>
+ <dd><p>Use <code><a href=#the-pre-element>pre</a></code> and <code><a href=#the-code-element>code</a></code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title=""><</code>" and "<code title="">&</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:10:27 UTC (rev 6547)
+++ index 2011-09-09 18:07:44 UTC (rev 6548)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 September 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 September 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -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-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=""><</code>" and "<code title="">&</code>" respectively.</dd>
+ <dd><p>Use <code><a href=#the-pre-element>pre</a></code> and <code><a href=#the-code-element>code</a></code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title=""><</code>" and "<code title="">&</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:10:27 UTC (rev 6547)
+++ source 2011-09-09 18:07:44 UTC (rev 6548)
@@ -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>pre</code> or <code>code</code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title=""><</code>" and "<code title="">&</code>" respectively.</p></dd>
+ <dd><p>Use <code>pre</code> and <code>code</code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title=""><</code>" and "<code title="">&</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