html5/spec Overview.html,1.5350,1.5351

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30907

Modified Files:
	Overview.html 
Log Message:
Tables don't have a border by default, so we need to set the default border width to zero. (whatwg r6672)

Index: Overview.html
===================================================================
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:25:49 UTC