- From: Simon Pieters <simonp@opera.com>
- Date: Fri, 06 May 2011 09:46:58 +0200
On Fri, 06 May 2011 00:45:14 +0200, <whatwg at whatwg.org> wrote: > Author: ianh > Date: 2011-05-05 15:45:13 -0700 (Thu, 05 May 2011) > New Revision: 6088 > > Modified: > complete.html > index > source > Log: > [e] (0) clarification > Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12165 > Modified: source > =================================================================== > --- source 2011-05-05 22:03:52 UTC (rev 6087) > +++ source 2011-05-05 22:45:13 UTC (rev 6088) > @@ -105238,7 +105238,6 @@ > <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>nextid</code></dfn></dt> > @@ -105256,6 +105255,9 @@ > <dt><dfn><code>strike</code></dfn></dt> > <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=""><</code>" and "<code title="">&</code>" characters as > "<code title="">&lt;</code>" and "<code title="">&amp;</code>" > respectively.</p></dd> For xmp it should say "Use pre and code ..." since just code is not a drop-in replacement for xmp. -- Simon Pieters Opera Software
Received on Friday, 6 May 2011 00:46:58 UTC