Skip to content

Commit

Permalink
[c] (0) Technically I forgot to actually allow the permitted DOCTYPEs…
Browse files Browse the repository at this point in the history
…. This isn't the best way to do it, but it'll do for now. Also, remove a duplicate paragraph.

git-svn-id: http://svn.whatwg.org/webapps@3379 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 8, 2009
1 parent ac87ac2 commit 636c899
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions index
Expand Up @@ -69844,6 +69844,10 @@ time:empty { binding: <i title="">time</i>; }</pre>
<p>Features listed in this section will trigger warnings in
conformance checkers.</p>

<p>In <a href=#syntax>the HTML syntax</a>, authors should not specify <a href=#syntax-doctype title=syntax-DOCTYPE>DOCTYPE</a>s that get parsed as <a href=#obsolete-permitted-doctype title="obsolete permitted DOCTYPE">obsolete permitted
DOCTYPEs</a>.</p><!-- this is poor form; we really should define
this in the syntax section somehow -->

<p>Authors should not specify an <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute in the
<a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content
Language</a> state on a <code><a href=#meta>meta</a></code> element. The <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute should be used instead.</p>
Expand All @@ -69865,11 +69869,6 @@ time:empty { binding: <i title="">time</i>; }</pre>
empty string. The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute should
be used instead.</p>

<p>Authors should not specify the <code title=attr-a-name><a href=#attr-a-name>name</a></code> attribute on <code><a href=#the-a-element>a</a></code>
elements. If the attribute is present, its value must not be the
empty string. The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute should
be used instead.</p>

<p>Authors should not specify the <dfn id=attr-table-summary title=attr-table-summary><code>summary</code></dfn> attribute on
<code><a href=#the-table-element>table</a></code> elements. <!-- 2.65% pages --> The
<code><a href=#the-caption-element>caption</a></code> element or one of the other <a href=#table-descriptions>techniques</a> described in the
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -82370,6 +82370,12 @@ time:empty { binding: <i title="">time</i>; }</pre>
<p>Features listed in this section will trigger warnings in
conformance checkers.</p>

<p>In <span>the HTML syntax</span>, authors should not specify <span
title="syntax-DOCTYPE">DOCTYPE</span>s that get parsed as <span
title="obsolete permitted DOCTYPE">obsolete permitted
DOCTYPEs</span>.</p><!-- this is poor form; we really should define
this in the syntax section somehow -->

<p>Authors should not specify an <code
title="attr-meta-http-equiv">http-equiv</code> attribute in the
<span title="attr-meta-http-equiv-content-language">Content
Expand Down Expand Up @@ -82399,12 +82405,6 @@ time:empty { binding: <i title="">time</i>; }</pre>
empty string. The <code title="attr-id">id</code> attribute should
be used instead.</p>

<p>Authors should not specify the <code
title="attr-a-name">name</code> attribute on <code>a</code>
elements. If the attribute is present, its value must not be the
empty string. The <code title="attr-id">id</code> attribute should
be used instead.</p>

<p>Authors should not specify the <dfn
title="attr-table-summary"><code>summary</code></dfn> attribute on
<code>table</code> elements. <!-- 2.65% pages --> The
Expand Down

0 comments on commit 636c899

Please sign in to comment.