bug1375518-5-ref.html 848 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE HTML>
  2. <title>border-radius and border-collapse tables</title>
  3. <style>
  4. body { background: white; color: black }
  5. table { border-collapse: collapse; margin: 1em 2px; }
  6. td { border: 1px solid black; }
  7. .radius { border: 3px solid teal; background: aqua; color: black; }
  8. </style>
  9. <h1>border-radius and border-collapse tables</h1>
  10. <table>
  11. <tbody>
  12. <tr><td>xx<td>xx<td>xx
  13. </tbody>
  14. <tbody class="radius">
  15. <tr><td>xx<td>xx<td>xx
  16. <tr><td>xx<td>xx<td>xx
  17. </tbody>
  18. <tbody>
  19. <tr><td>xx<td>xx<td>xx
  20. </tbody>
  21. </table>
  22. <table>
  23. <tr class="radius"><td>xx<td>xx<td>xx
  24. <tr><td>xx<td>xx<td>xx
  25. </table>
  26. <table>
  27. <colgroup class="radius"><col><col><colgroup><col>
  28. <tr><td>xx<td>xx<td>xx
  29. <tr><td>xx<td>xx<td>xx
  30. </table>
  31. <table>
  32. <col><col class="radius"><col>
  33. <tr><td>xx<td>xx<td>xx
  34. <tr><td>xx<td>xx<td>xx
  35. </table>