[cfe-commits] r58862 - /cfe/trunk/www/cxx_status.html

Cédric Venet cedric.venet at laposte.net
Fri Nov 7 13:42:00 PST 2008


Douglas Gregor a écrit :
> Author: dgregor
> Date: Fri Nov  7 14:16:04 2008
> New Revision: 58862
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=58862&view=rev
> Log:
> Update C++ status
> 
> Modified:
>     cfe/trunk/www/cxx_status.html
> 

> +  <td>  12.3 [class.conv]</td>
> +  <td bgcolor="#347C17" align="center"></td>
> +  <td bgcolor="#FDD017" align="center"></td>
> +  <td bgcolor="#F88017" align="center"></td>
> +  <td bgcolor="#C11B17" align="center"></td>

would it not be easier to use css style?

something like:

<style>
.complete { bgcolor=#.....; align="center"; }
.inprogress { bgcolor=#..... }
</style>

[...]

<td class="complete"></td>


it seems to me that this is more maintenable and modifiable. and basic 
css support isn't a problem.

just a thought

Cédric



More information about the cfe-commits mailing list