On Fri, Nov 7, 2008 at 4:42 PM, Cédric Venet <[EMAIL PROTECTED]> wrote:
> 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>&nbsp;&nbsp;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.

Yes, it would be better this way.  If you're motivated to make this
change, please go ahead!

We were hoping that, eventually, someone would come in any turn it
into some cool collapsible JavaScript that makes it easier to explore
what we do/don't support :)

  - Doug

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to