Re: MS standard (pnetlib)
Alan West <alan-P7ld/[email protected]> Thu, 4 Aug 2005 11:18:56 +0100
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
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.