- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 15:25:56 -0400
- To: public-html-diffs@w3.org
hixie: Tables don't have a border by default, so we need to set the default border width to zero. (whatwg r6672) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5350&r2=1.5351&f=h http://html5.org/tools/web-apps-tracker?from=6671&to=6672 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5350 retrieving revision 1.5351 diff -u -d -r1.5350 -r1.5351 --- Overview.html 12 Oct 2011 19:14:47 -0000 1.5350 +++ Overview.html 12 Oct 2011 19:25:36 -0000 1.5351 @@ -64889,6 +64889,7 @@ border-spacing: 2px; border-collapse: separate; border-style: outset; + border-width: 0; text-indent: initial; }
Received on Wednesday, 12 October 2011 19:26:04 UTC