hixie: Tweak the new warnings section. (whatwg r3380)

hixie: Tweak the new warnings section. (whatwg r3380)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2511&r2=1.2512&f=h
http://html5.org/tools/web-apps-tracker?from=3379&to=3380

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2511
retrieving revision 1.2512
diff -u -d -r1.2511 -r1.2512
--- Overview.html 8 Jul 2009 08:42:02 -0000 1.2511
+++ Overview.html 8 Jul 2009 19:06:08 -0000 1.2512
@@ -63686,7 +63686,9 @@
   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>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>Authors should not specify a <code title="attr-script-language"><a href="#attr-script-language">language</a></code> attribute on a
+  <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>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
   must be an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string
   "<code title="">JavaScript</code>" and either the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute must be omitted or
@@ -63697,8 +63699,10 @@
   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>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.<div class="impl">
 
   <h4 id="warnings-for-obsolete-but-conforming-features"><span class="secno">12.1.1 </span>Warnings for obsolete but conforming features</h4>

Received on Wednesday, 8 July 2009 19:07:11 UTC