dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU] MS standard (pnetlib)


From: Alan West
Subject: Re: [DotGNU] MS standard (pnetlib)
Date: Thu, 4 Aug 2005 11:18:56 +0100

On 3 Aug 2005, at 17:48, Robert Lascelle wrote:
A logical example:
ColorTranslator.FromHtml("#f23")
MS return a Color "#ff2233"
In Internet Explorer (a MS product) if i write
<font color="#f23">1 2 3</font><br>
<font color="#ff2233">1 2 3</font><br>
The first one show a black (or almost black) text.
The second line show a red text.

Should i code blindly using MS spec or should i code
logicaly?

I doubt Internet Explorer uses any of the .Net framework, so don't rely on IEs results. I'd go for the logically most correct result especially in System.Drawing.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]