Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference case for table bordercolor attribute behaving like border-color property</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<style>
table { margin: 5px }
</style>
<table>
<td>I should not have a border.</td>
</table>
<table>
<td>I should not have a border.</td>
</table>
<table>
<td>I should not have a border.</td>
</table>
<table>
<td>I should not have a border.</td>
</table>
<table style="border-color: lime; border-style: solid">
<td>I should have a border.</td>
</table>
<table style="border-color: lime; border-style: solid">
<td>I should have a border.</td>
</table>