- From: poot <cvsmail@w3.org>
- Date: Mon, 09 May 2011 17:30:19 -0400
- To: public-html-diffs@w3.org
: table border Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12617 http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.140&r2=1.141&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.140 retrieving revision 1.141 diff -u -d -r1.140 -r1.141 --- Overview.html 9 May 2011 21:20:10 -0000 1.140 +++ Overview.html 9 May 2011 21:27:16 -0000 1.141 @@ -969,6 +969,9 @@ <code>style</code> is no longer required if the scripting language is ECMAScript and the styling language is CSS respectively. + <p>The <code>border</code> attribute on <code>table</code> only allows the + values "1" and the empty string. + <p>The following attributes are allowed but authors are discouraged from using them and instead strongly encouraged to use an alternative solution: @@ -1123,8 +1126,7 @@ <li><code>bgcolor</code> attribute on <code>table</code>, <code>tr</code>, <code>td</code>, <code>th</code> and <code>body</code>. - <li><code>border</code> attribute on <code>table</code> and - <code>object</code>. + <li><code>border</code> attribute on <code>object</code>. <li><code>cellpadding</code> and <code>cellspacing</code> attributes on <code>table</code>. @@ -1275,6 +1277,9 @@ <!-- rev 5974 - --> <ul> + <li>The <code>border</code> attribute on <code>table</code> is now + conforming. + <li>The <code>u</code> element is now conforming. <li>The <code>summary</code> attribute on <code>table</code> is now Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- Overview.src.html 9 May 2011 21:20:10 -0000 1.117 +++ Overview.src.html 9 May 2011 21:27:16 -0000 1.118 @@ -765,6 +765,7 @@ <code>style</code> is no longer required if the scripting language is ECMAScript and the styling language is CSS respectively.</p> + <p>The <code>border</code> attribute on <code>table</code> only allows the values "1" and the empty string. <p>The following attributes are allowed but authors are discouraged from using them and instead strongly encouraged to use an alternative @@ -918,8 +919,7 @@ <li><code>bgcolor</code> attribute on <code>table</code>, <code>tr</code>, <code>td</code>, <code>th</code> and <code>body</code>. - <li><code>border</code> attribute on <code>table</code> - and <code>object</code>. + <li><code>border</code> attribute on <code>object</code>. <li><code>cellpadding</code> and <code>cellspacing</code> attributes on <code>table</code>. @@ -1070,6 +1070,7 @@ <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - --> <ul> + <li>The <code>border</code> attribute on <code>table</code> is now conforming. <li>The <code>u</code> element is now conforming. <li>The <code>summary</code> attribute on <code>table</code> is now non-conforming. <li>The <code>audio</code> attribute on <code>video</code> was changed to a boolean <code>muted</code> attribute.
Received on Monday, 9 May 2011 21:30:21 UTC