diff --git a/www/cxx_status.html b/www/cxx_status.html index cc3dd35ae4952e6ab71341541240782f270a38e3..0dc1b86712a59e3a75171b4f5f9f99137f467497 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> 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>