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.
_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to