[html5] r3380 - [e] (0) Tweak the new warnings section.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 8 12:06:02 PDT 2009


Author: ianh
Date: 2009-07-08 12:06:00 -0700 (Wed, 08 Jul 2009)
New Revision: 3380

Modified:
   index
   source
Log:
[e] (0) Tweak the new warnings section.

Modified: index
===================================================================
--- index	2009-07-08 08:41:57 UTC (rev 3379)
+++ index	2009-07-08 19:06:00 UTC (rev 3380)
@@ -69853,7 +69853,9 @@
   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
@@ -69870,8 +69872,10 @@
   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>
 
 

Modified: source
===================================================================
--- source	2009-07-08 08:41:57 UTC (rev 3379)
+++ source	2009-07-08 19:06:00 UTC (rev 3380)
@@ -82384,8 +82384,9 @@
 
   <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
@@ -82407,8 +82408,10 @@
 
   <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>
 




More information about the Commit-Watchers mailing list