? borderspacing.patch
Index: css1test5516-i.xml
===================================================================
RCS file: /sources/public/CSS/CSS2.1-test-suite/raw-tests/css1tests/css1test5516-i.xml,v
retrieving revision 1.2
diff -u -r1.2 css1test5516-i.xml
--- css1test5516-i.xml	25 Apr 2007 16:29:01 -0000	1.2
+++ css1test5516-i.xml	26 Oct 2007 22:45:55 -0000
@@ -8,7 +8,8 @@
    p { margin: 3em; }
    .one {border-color: green; border-style: solid;}
    .two {border-color: green; border-width: medium; border-style: solid;}
-   .three {border-color: purple green blue yellow; border-width: 2em; border-style: solid;}
+   .three {border-color: purple green blue yellow; border-width: 2em; border-style: solid;
+           line-height: 6em;}
   ]]></style>
  </head>
  <body>
Index: css1test5518b.xml
===================================================================
RCS file: /sources/public/CSS/CSS2.1-test-suite/raw-tests/css1tests/css1test5518b.xml,v
retrieving revision 1.2
diff -u -r1.2 css1test5518b.xml
--- css1test5518b.xml	25 Apr 2007 16:29:01 -0000	1.2
+++ css1test5518b.xml	26 Oct 2007 22:45:55 -0000
@@ -8,10 +8,11 @@
    body { color: blue; }
    td { text-align: center; }
    td, span, .three { border-top: blue 2px solid; }
+   .skip { border-top: none; }
   ]]></style>
  </head>
  <body>
-  <p>There should be a solid blue line directly over every occurance of the word "<span>HERE &#x21E7;</span>". (So there should be 8 blue lines on this page.)</p>
+  <p>There should be a solid blue line directly over every occurance of the word "<span>HERE &#x21E7;</span>". (So there should be 7 blue lines on this page.)</p>
   <table>
    <tr>
     <td colspan="2">
@@ -22,8 +23,8 @@
     <td>
      HERE &#x21E7;
     </td>
-    <td>
-     HERE &#x21E7;
+    <td class="skip">
+     dummy text
      <table>
       <tr>
        <td>
Index: css1test5519b.xml
===================================================================
RCS file: /sources/public/CSS/CSS2.1-test-suite/raw-tests/css1tests/css1test5519b.xml,v
retrieving revision 1.2
diff -u -r1.2 css1test5519b.xml
--- css1test5519b.xml	25 Apr 2007 16:29:01 -0000	1.2
+++ css1test5519b.xml	26 Oct 2007 22:45:55 -0000
@@ -8,6 +8,7 @@
    body { color: blue; }
    .test { font-size: 2em; }
    span, td { text-align: right; border-right: blue 2px solid; }
+   table { border-collapse: separate; border-spacing: 6px; }
   ]]></style>
  </head>
  <body>
Index: css1test5520b.xml
===================================================================
RCS file: /sources/public/CSS/CSS2.1-test-suite/raw-tests/css1tests/css1test5520b.xml,v
retrieving revision 1.3
diff -u -r1.3 css1test5520b.xml
--- css1test5520b.xml	25 Apr 2007 16:29:01 -0000	1.3
+++ css1test5520b.xml	26 Oct 2007 22:45:55 -0000
@@ -8,10 +8,11 @@
    body { color: blue; }
    td { text-align: center; }
    td, span, .three { border-bottom: blue 2px solid; }
+   .skip { border-bottom: none; }
   ]]></style>
  </head>
  <body>
-  <p>There should be a solid blue line directly under every occurrence of the word "<span>HERE &#x21E9;</span>". (So there should be 8 blue lines on this page.)</p>
+  <p>There should be a solid blue line directly under every occurrence of the word "<span>HERE &#x21E9;</span>". (So there should be 7 blue lines on this page.)</p>
   <table>
    <tr>
     <td colspan="2">
@@ -22,7 +23,7 @@
     <td>
      HERE &#x21E9;
     </td>
-    <td>
+    <td class="skip">
      <table>
       <tr>
        <td>
@@ -30,7 +31,7 @@
        </td>
       </tr>
      </table>
-     HERE &#x21E9;
+     dummy text
     </td>
    </tr>
   </table>
Index: css1test5521b.xml
===================================================================
RCS file: /sources/public/CSS/CSS2.1-test-suite/raw-tests/css1tests/css1test5521b.xml,v
retrieving revision 1.2
diff -u -r1.2 css1test5521b.xml
--- css1test5521b.xml	25 Apr 2007 16:29:01 -0000	1.2
+++ css1test5521b.xml	26 Oct 2007 22:45:55 -0000
@@ -8,6 +8,7 @@
    body { color: blue; }
    .test { font-size: 2em; }
    span, td { text-align: left; border-left: blue 2px solid; }
+   table { border-collapse: separate; border-spacing: 6px; }
   ]]></style>
  </head>
  <body>
Index: css1test5522c.xml
===================================================================
RCS file: /sources/public/CSS/CSS2.1-test-suite/raw-tests/css1tests/css1test5522c.xml,v
retrieving revision 1.2
diff -u -r1.2 css1test5522c.xml
--- css1test5522c.xml	25 Apr 2007 16:29:01 -0000	1.2
+++ css1test5522c.xml	26 Oct 2007 22:45:55 -0000
@@ -7,6 +7,7 @@
   <style type="text/css"><![CDATA[
    body { color: blue; }
    td, span {border: 2px solid blue;}
+   table { border-collapse: separate; border-spacing: 6px; }
   ]]></style>
  </head>
  <body>

