[html5] r6088 - [e] (0) clarification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12165

whatwg at whatwg.org whatwg at whatwg.org
Thu May 5 15:45:14 PDT 2011


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: complete.html
===================================================================
--- complete.html	2011-05-05 22:03:52 UTC (rev 6087)
+++ complete.html	2011-05-05 22:45:13 UTC (rev 6088)
@@ -92696,7 +92696,6 @@
    <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><dfn id=xmp><code>xmp</code></dfn></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=nextid><code>nextid</code></dfn></dt>
@@ -92714,6 +92713,9 @@
    <dt><dfn id=strike><code>strike</code></dfn></dt>
    <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=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</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>
@@ -93840,8 +93842,9 @@
   <a href=#reflect>reflect</a> the element's <code title=attr-param-valuetype><a href=#attr-param-valuetype>valuetype</a></code> content attribute.</p>
 
   <hr><p>User agents must treat <code><a href=#plaintext>plaintext</a></code> elements in a
-  manner equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics and
-  for purposes of rendering.</p>
+  manner equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics
+  and for purposes of rendering. (The parser has special behavior for
+  this element, though.)</p>
 
   <hr><pre class=idl>[Supplemental]
 interface <a href=#htmlpreelement>HTMLPreElement</a> {
@@ -94007,7 +94010,8 @@
 
   <hr><p>User agents must treat <code><a href=#xmp>xmp</a></code> elements in a manner
   equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics and
-  for purposes of rendering.</p>
+  for purposes of rendering. (The parser has special behavior for this
+  element though.)</p>
 
   <hr><p>The <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
   <code><a href=#multicol>multicol</a></code>, <code><a href=#nextid>nextid</a></code>, <code><a href=#rb>rb</a></code>, and

Modified: index
===================================================================
--- index	2011-05-05 22:03:52 UTC (rev 6087)
+++ index	2011-05-05 22:45:13 UTC (rev 6088)
@@ -88677,7 +88677,6 @@
    <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><dfn id=xmp><code>xmp</code></dfn></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=nextid><code>nextid</code></dfn></dt>
@@ -88695,6 +88694,9 @@
    <dt><dfn id=strike><code>strike</code></dfn></dt>
    <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=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</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>
@@ -89821,8 +89823,9 @@
   <a href=#reflect>reflect</a> the element's <code title=attr-param-valuetype><a href=#attr-param-valuetype>valuetype</a></code> content attribute.</p>
 
   <hr><p>User agents must treat <code><a href=#plaintext>plaintext</a></code> elements in a
-  manner equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics and
-  for purposes of rendering.</p>
+  manner equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics
+  and for purposes of rendering. (The parser has special behavior for
+  this element, though.)</p>
 
   <hr><pre class=idl>[Supplemental]
 interface <a href=#htmlpreelement>HTMLPreElement</a> {
@@ -89988,7 +89991,8 @@
 
   <hr><p>User agents must treat <code><a href=#xmp>xmp</a></code> elements in a manner
   equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics and
-  for purposes of rendering.</p>
+  for purposes of rendering. (The parser has special behavior for this
+  element though.)</p>
 
   <hr><p>The <code><a href=#bgsound>bgsound</a></code>, <code><a href=#isindex-0>isindex</a></code>,
   <code><a href=#multicol>multicol</a></code>, <code><a href=#nextid>nextid</a></code>, <code><a href=#rb>rb</a></code>, and

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>
+
    <dt><dfn><code>basefont</code></dfn></dt>
    <dt><dfn><code>big</code></dfn></dt>
    <dt><dfn><code>blink</code></dfn></dt>
@@ -106628,8 +106630,9 @@
   <hr>
 
   <p>User agents must treat <code>plaintext</code> elements in a
-  manner equivalent to <code>pre</code> elements in terms of semantics and
-  for purposes of rendering.</p>
+  manner equivalent to <code>pre</code> elements in terms of semantics
+  and for purposes of rendering. (The parser has special behavior for
+  this element, though.)</p>
 
   <hr>
 
@@ -106824,7 +106827,8 @@
 
   <p>User agents must treat <code>xmp</code> elements in a manner
   equivalent to <code>pre</code> elements in terms of semantics and
-  for purposes of rendering.</p>
+  for purposes of rendering. (The parser has special behavior for this
+  element though.)</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list