[html5] r6672 - [giow] (3) Tables don't have a border by default, so we need to set the default [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 12 12:22:13 PDT 2011


Author: ianh
Date: 2011-10-12 12:22:12 -0700 (Wed, 12 Oct 2011)
New Revision: 6672

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Tables don't have a border by default, so we need to set the default border width to zero.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13915

Modified: complete.html
===================================================================
--- complete.html	2011-10-12 19:11:22 UTC (rev 6671)
+++ complete.html	2011-10-12 19:22:12 UTC (rev 6672)
@@ -93123,6 +93123,7 @@
   border-spacing: 2px;
   border-collapse: separate;
   border-style: outset;
+  border-width: 0;
   text-indent: initial;
 }
 

Modified: index
===================================================================
--- index	2011-10-12 19:11:22 UTC (rev 6671)
+++ index	2011-10-12 19:22:12 UTC (rev 6672)
@@ -93123,6 +93123,7 @@
   border-spacing: 2px;
   border-collapse: separate;
   border-style: outset;
+  border-width: 0;
   text-indent: initial;
 }
 

Modified: source
===================================================================
--- source	2011-10-12 19:11:22 UTC (rev 6671)
+++ source	2011-10-12 19:22:12 UTC (rev 6672)
@@ -105543,6 +105543,7 @@
   border-spacing: 2px;
   border-collapse: separate;
   border-style: outset;
+  border-width: 0;
   text-indent: initial;
 }
 




More information about the Commit-Watchers mailing list