Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4233 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 6e05155 commit e5c3635
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 12 deletions.
20 changes: 16 additions & 4 deletions complete.html
Expand Up @@ -81906,12 +81906,18 @@ <h3 id=non-conforming-features><span class=secno>14.2 </span>Non-conforming feat
<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>
<dd><p>Use GUIDs instead.</dd>

<dt><dfn id=noembed><code>noembed</code></dfn></dt>
<dd><p>Use <code><a href=#the-object-element>object</a></code> instead of <code><a href=#the-embed-element>embed</a></code> when fallback is necessary.</dd>

<dt><dfn id=plaintext><code>plaintext</code></dfn></dt>
<dd><p>Use the "<code>text/plain</code>" <a href=#mime-type>MIME type</a> instead.</dd>

<dt><dfn id=rb><code>rb</code></dfn></dt>
<dd><p>Providing the ruby base directly inside the <code><a href=#the-ruby-element>ruby</a></code> element is sufficient; the <code><a href=#rb>rb</a></code> element is unnecessary. Omit it altogether.</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 All @@ -81936,16 +81942,22 @@ <h3 id=non-conforming-features><span class=secno>14.2 </span>Non-conforming feat
<dt><dfn id=attr-a-shape title=attr-a-shape><code>shape</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dd><p>Use <code><a href=#the-area-element>area</a></code> instead of <code><a href=#the-a-element>a</a></code> for image maps.</dd>

<dt><dfn id=attr-a-methods title=attr-a-methods><code>methods</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dd><p>Use the HTTP OPTIONS feature instead.</dd>

<dt><dfn id=attr-a-name title=attr-a-name><code>name</code></dfn> on <code><a href=#the-a-element>a</a></code> elements (except as noted in the previous section)</dt>
<dt><dfn id=attr-embed-name title=attr-embed-name><code>name</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
<dt><dfn id=attr-img-name title=attr-img-name><code>name</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
<dd><p>Use the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute instead.</dd>

<dt><dfn id=attr-a-rev title=attr-a-rev><code>rev</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dt><dfn id=attr-link-rev title=attr-link-rev><code>rev</code></dfn> on <code><a href=#the-link-element>link</a></code> elements</dt>
<dd><p>Use the <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>
attribute instead, with an opposite term. (For example, instead of
<code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</dd>

<dt><dfn id=attr-a-name title=attr-a-name><code>name</code></dfn> on <code><a href=#the-a-element>a</a></code> elements (except as noted in the previous section)</dt>
<dt><dfn id=attr-embed-name title=attr-embed-name><code>name</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
<dt><dfn id=attr-img-name title=attr-img-name><code>name</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
<dd><p>Use the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute instead.</dd>
<dt><dfn id=attr-a-urn title=attr-a-urn><code>urn</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dd><p>Specify the preferred persistent identifier using the <code title=attr-href>href</code> attribute instead.</dd>

<dt><dfn id=attr-area-nohref title=attr-area-nohref><code>nohref</code></dfn> on <code><a href=#the-area-element>area</a></code> elements</dt>
<dd><p>Omitting the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>
Expand Down
20 changes: 16 additions & 4 deletions index
Expand Up @@ -72969,12 +72969,18 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
<dd><p>Use GUIDs instead.</dd>

<dt><dfn id=noembed><code>noembed</code></dfn></dt>
<dd><p>Use <code><a href=#the-object-element>object</a></code> instead of <code><a href=#the-embed-element>embed</a></code> when fallback is necessary.</dd>

<dt><dfn id=plaintext><code>plaintext</code></dfn></dt>
<dd><p>Use the "<code>text/plain</code>" <a href=#mime-type>MIME type</a> instead.</dd>

<dt><dfn id=rb><code>rb</code></dfn></dt>
<dd><p>Providing the ruby base directly inside the <code><a href=#the-ruby-element>ruby</a></code> element is sufficient; the <code><a href=#rb>rb</a></code> element is unnecessary. Omit it altogether.</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 All @@ -72999,16 +73005,22 @@ time:empty { binding: <i title="">time</i>; }</pre>
<dt><dfn id=attr-a-shape title=attr-a-shape><code>shape</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dd><p>Use <code><a href=#the-area-element>area</a></code> instead of <code><a href=#the-a-element>a</a></code> for image maps.</dd>

<dt><dfn id=attr-a-methods title=attr-a-methods><code>methods</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dd><p>Use the HTTP OPTIONS feature instead.</dd>

<dt><dfn id=attr-a-name title=attr-a-name><code>name</code></dfn> on <code><a href=#the-a-element>a</a></code> elements (except as noted in the previous section)</dt>
<dt><dfn id=attr-embed-name title=attr-embed-name><code>name</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
<dt><dfn id=attr-img-name title=attr-img-name><code>name</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
<dd><p>Use the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute instead.</dd>

<dt><dfn id=attr-a-rev title=attr-a-rev><code>rev</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dt><dfn id=attr-link-rev title=attr-link-rev><code>rev</code></dfn> on <code><a href=#the-link-element>link</a></code> elements</dt>
<dd><p>Use the <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>
attribute instead, with an opposite term. (For example, instead of
<code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</dd>

<dt><dfn id=attr-a-name title=attr-a-name><code>name</code></dfn> on <code><a href=#the-a-element>a</a></code> elements (except as noted in the previous section)</dt>
<dt><dfn id=attr-embed-name title=attr-embed-name><code>name</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
<dt><dfn id=attr-img-name title=attr-img-name><code>name</code></dfn> on <code><a href=#the-img-element>img</a></code> elements</dt>
<dd><p>Use the <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute instead.</dd>
<dt><dfn id=attr-a-urn title=attr-a-urn><code>urn</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
<dd><p>Specify the preferred persistent identifier using the <code title=attr-href>href</code> attribute instead.</dd>

<dt><dfn id=attr-area-nohref title=attr-area-nohref><code>nohref</code></dfn> on <code><a href=#the-area-element>area</a></code> elements</dt>
<dd><p>Omitting the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>
Expand Down
20 changes: 16 additions & 4 deletions source
Expand Up @@ -89816,12 +89816,18 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
<dd><p>Use GUIDs instead.</p></dd>

<dt><dfn><code>noembed</code></dfn></dt>
<dd><p>Use <code>object</code> instead of <code>embed</code> when fallback is necessary.</p></dd>

<dt><dfn><code>plaintext</code></dfn></dt>
<dd><p>Use the "<code>text/plain</code>" <span>MIME type</span> instead.</p></dd>

<dt><dfn><code>rb</code></dfn></dt>
<dd><p>Providing the ruby base directly inside the <code>ruby</code> element is sufficient; the <code>rb</code> element is unnecessary. Omit it altogether.</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 @@ -89852,17 +89858,23 @@ time:empty { binding: <i title="">time</i>; }</pre>
<dt><dfn title="attr-a-shape"><code>shape</code></dfn> on <code>a</code> elements</dt>
<dd><p>Use <code>area</code> instead of <code>a</code> for image maps.</p></dd>

<dt><dfn title="attr-a-methods"><code>methods</code></dfn> on <code>a</code> elements</dt>
<dd><p>Use the HTTP OPTIONS feature instead.</p></dd>

<dt><dfn title="attr-a-name"><code>name</code></dfn> on <code>a</code> elements (except as noted in the previous section)</dt>
<dt><dfn title="attr-embed-name"><code>name</code></dfn> on <code>embed</code> elements</dt>
<dt><dfn title="attr-img-name"><code>name</code></dfn> on <code>img</code> elements</dt>
<dd><p>Use the <code title="attr-id">id</code> attribute instead.</p></dd>

<dt><dfn title="attr-a-rev"><code>rev</code></dfn> on <code>a</code> elements</dt>
<dt><dfn title="attr-link-rev"><code>rev</code></dfn> on <code>link</code> elements</dt>
<dd><p>Use the <code title="attr-hyperlink-rel">rel</code>
attribute instead, with an opposite term. (For example, instead of
<code title="">rev="made"</code>, use <code
title="">rel="author"</code>.)</p></dd>

<dt><dfn title="attr-a-name"><code>name</code></dfn> on <code>a</code> elements (except as noted in the previous section)</dt>
<dt><dfn title="attr-embed-name"><code>name</code></dfn> on <code>embed</code> elements</dt>
<dt><dfn title="attr-img-name"><code>name</code></dfn> on <code>img</code> elements</dt>
<dd><p>Use the <code title="attr-id">id</code> attribute instead.</p></dd>
<dt><dfn title="attr-a-urn"><code>urn</code></dfn> on <code>a</code> elements</dt>
<dd><p>Specify the preferred persistent identifier using the <code title="attr-href">href</code> attribute instead.</p></dd>

<dt><dfn title="attr-area-nohref"><code>nohref</code></dfn> on <code>area</code> elements</dt>
<dd><p>Omitting the <code title="attr-hyperlink-href">href</code>
Expand Down

0 comments on commit e5c3635

Please sign in to comment.