Skip to content

Commit

Permalink
[e] (0) Tweak the new warnings section.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3380 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 8, 2009
1 parent 636c899 commit a6c77a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 7 additions & 3 deletions index
Expand Up @@ -69853,7 +69853,9 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>

<p>Authors should not specify a <code title=attr-img-border><a href=#attr-img-border>border</a></code> attribute on an
<code><a href=#the-img-element>img</a></code> element if its value is the string "<code title="">0</code>". CSS should be used instead.</p>
<code><a href=#the-img-element>img</a></code> element. If the attribute is present, its value
must be the string "<code title="">0</code>". CSS should be used
instead.</p>

<p>Authors should not specify a <code title=attr-script-language><a href=#attr-script-language>language</a></code> attribute on a
<code><a href=#script>script</a></code> element. If the attribute is present, its value
Expand All @@ -69870,8 +69872,10 @@ time:empty { binding: <i title="">time</i>; }</pre>
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
<code><a href=#the-table-element>table</a></code> elements. <!-- 2.65% pages --> This attribute was
suggested in earlier versions of the language as a technique for
providing explanatory text for complex tables for users of screen
readers. 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
<code><a href=#the-table-element>table</a></code> section should be used instead.</p>


Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -82384,8 +82384,9 @@ time:empty { binding: <i title="">time</i>; }</pre>

<p>Authors should not specify a <code
title="attr-img-border">border</code> attribute on an
<code>img</code> element if its value is the string "<code
title="">0</code>". CSS should be used instead.</p>
<code>img</code> element. If the attribute is present, its value
must be the string "<code title="">0</code>". CSS should be used
instead.</p>

<p>Authors should not specify a <code
title="attr-script-language">language</code> attribute on a
Expand All @@ -82407,8 +82408,10 @@ time:empty { binding: <i title="">time</i>; }</pre>

<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
<code>caption</code> element or one of the other <a
<code>table</code> elements. <!-- 2.65% pages --> This attribute was
suggested in earlier versions of the language as a technique for
providing explanatory text for complex tables for users of screen
readers. The <code>caption</code> element or one of the other <a
href="#table-descriptions">techniques</a> described in the
<code>table</code> section should be used instead.</p>

Expand Down

0 comments on commit a6c77a2

Please sign in to comment.