Skip to content

Commit 691bb5e

Browse files
committed
[css3-ui] remove border attribute from table per TR publishing feedback.
1 parent 5073ae4 commit 691bb5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ sample CSS for a div:
709709
}</code></pre>
710710

711711
sample HTML fragments, renderings, and your browser:
712-
<table border="1" style="color:#000;background:#fff" id="awesome-table"><tbody>
712+
<table style="color:#000;background:#fff" id="awesome-table"><tbody>
713713
<tr><th>HTML</th><th>sample rendering</th><th>your browser</th></tr>
714714
<tr>
715715
<td><pre><code class="lang-markup">&lt;div&gt;

0 commit comments

Comments
 (0)