Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) clarification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12165

git-svn-id: http://svn.whatwg.org/webapps@6088 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 5, 2011
1 parent 8c1dafa commit bea3eb0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 8 additions & 4 deletions complete.html
Expand Up @@ -92696,7 +92696,6 @@ <h3 id=non-conforming-features><span class=secno>16.2 </span>Non-conforming feat
<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>
Expand All @@ -92714,6 +92713,9 @@ <h3 id=non-conforming-features><span class=secno>16.2 </span>Non-conforming feat
<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="">&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>
<dt><dfn id=blink><code>blink</code></dfn></dt>
Expand Down Expand Up @@ -93840,8 +93842,9 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>16.3.4 </span>Other
<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> {
Expand Down Expand Up @@ -94007,7 +94010,8 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>16.3.4 </span>Other

<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
Expand Down
12 changes: 8 additions & 4 deletions index
Expand Up @@ -88677,7 +88677,6 @@ if (s = prompt('What is your name?')) {
<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>
Expand All @@ -88695,6 +88694,9 @@ if (s = prompt('What is your name?')) {
<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="">&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>
<dt><dfn id=blink><code>blink</code></dfn></dt>
Expand Down Expand Up @@ -89821,8 +89823,9 @@ interface <a href=#htmlparamelement>HTMLParamElement</a> {
<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> {
Expand Down Expand Up @@ -89988,7 +89991,8 @@ interface <a href=#htmlulistelement>HTMLUListElement</a> {

<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
Expand Down
12 changes: 8 additions & 4 deletions source
Expand Up @@ -105238,7 +105238,6 @@ if (s = prompt('What is your name?')) {
<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>
Expand All @@ -105256,6 +105255,9 @@ if (s = prompt('What is your name?')) {
<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="">&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>
<dt><dfn><code>blink</code></dfn></dt>
Expand Down Expand Up @@ -106628,8 +106630,9 @@ interface <span>HTMLParamElement</span> {
<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>

Expand Down Expand Up @@ -106824,7 +106827,8 @@ interface <span>HTMLUListElement</span> {

<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>

Expand Down

0 comments on commit bea3eb0

Please sign in to comment.