summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-05 10:11:36 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-05 10:11:36 +0000
commit8398bdbf7b9d92340c046e9723827530579acbf5 (patch)
treec5f64ee844c0d4c4e31c9d1839a75713684a1dad /www
parent103accc00cf1c9a09790ef487a9fb89ec0750fd7 (diff)
Fix markup weirdness.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index cc3dd35ae4..0dc1b86712 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -10,6 +10,7 @@
.none { background-color: #FFCCCC }
.partial { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
+ th { background-color: #FFDDAA }
</style>
</head>
<body>
@@ -41,9 +42,9 @@ with clang; other versions have not been tested.</p>
<table width="689" border="1" cellspacing="0">
<tr>
- <th bgcolor="#ffddaa">Language Feature</th>
- <th bgcolor="#ffddaa">C++0x Proposal</th>
- <th bgcolor="#ffddaa">Available in Clang?</th>
+ <th>Language Feature</th>
+ <th>C++0x Proposal</th>
+ <th>Available in Clang?</th>
</tr>
<tr>
<td>Rvalue references</td>
@@ -53,7 +54,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;Rvalue references for <code>*this</code></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm">N2439</a></td>
- <td class="full" align="center">Clang 2.9<br/></td>
+ <td class="full" align="center">Clang 2.9</td>
</tr>
<tr>
<td>Initialization of class objects by rvalues</td>
@@ -63,7 +64,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Non-static data member initializers</td>
<td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm">N2756</a></td>
- <td class="full" align="center">Clang 3.0</a></td>
+ <td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
<td>Variadic templates</td>
@@ -177,7 +178,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Delegating constructors</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf">N1986</a></td>
- <td class="full" align="center">Clang 3.0<br/></td>
+ <td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
<td>Inheriting constructors</td>
@@ -262,8 +263,8 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Explicit virtual overrides</td>
<td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm">N2928</a>
- <br/><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm">N3206</a>
-<br/><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm">N3272</a></td>
+ <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm">N3206</a>
+<br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm">N3272</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
@@ -283,7 +284,7 @@ with clang; other versions have not been tested.</p>
</tr>
<tr class="separator">
- <th align="center" colspan="3" bgcolor="#ffddaa">Concurrency</th>
+ <th align="center" colspan="3">Concurrency</th>
</tr>
<tr>
<td>Sequence points</td>
@@ -343,7 +344,7 @@ with clang; other versions have not been tested.</p>
</tr>
<tr class="separator">
- <th align="center" colspan="3" bgcolor="#ffddaa">C99 Features in C++0x</th>
+ <th align="center" colspan="3">C99 Features in C++0x</th>
</tr>
<tr>
<td><code>__func__</code> predefined identifier</td>
@@ -366,7 +367,6 @@ with clang; other versions have not been tested.</p>
<td class="none" align="center">No</td>
</tr>
</table>
-<br />
</div>
</body>
</html>