Re: Attach event/function to links within span tag



Thomas 'PointedEars' Lahn <PointedEars@xxxxxx> writes:

> Michael Winter wrote:

>> That seems to make it rather clear that #00f and #0000ff specify the
>> same colour.
>
> Iff the color depth of the display device allows that, hence the remark on
> the dependency of the color depth of the display that is removed by using
> it instead of the six-digit form.

No, #00f and #0000ff specify exactly the same color, #0000ff,
aka. rgb(0,0,255), independently of what device it may be displayed on.
The equivalence is at the defintion level - the meaning of #xyz is
defined as the meaning of #xxyyzz.

Translating this color to an actual display happens later.

> The `body' element's _attribute_ is meant on both occasions. I would
> have referred to the `onload' property of an _object_, not an element,

Well, in the W3C DOM's ECMAScript mapping, HTML elements are
represented by Element objects, and I would personally call them
"elements" when discussing them. Just as I call functions that,
even though they are "just" special objects.

/L
--
Lasse Reichstein Nielsen - lrn@xxxxxxxxxx
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
.



Relevant Pages

  • Re: Getting Color Depth / Quality of display adpater / screen
    ... At least we know now - thanks Carlos. ... known Windows "bug") that requires our systems to have the Color Depth ... or "Color Quality" (bits per pixel) of the display adapter to ... need to change their display properties to 16 bit. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Getting Color Depth / Quality of display adpater / screen
    ... known Windows "bug") that requires our systems to have the Color Depth ... or "Color Quality" (bits per pixel) of the display adapter to ... need to change their display properties to 16 bit. ... Properties control panel. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: DIB & GDI, How can I change a bmp or tiff and save it?
    ... It's not color profile, it's performance profiling. ... display it, and use the original color depth when we change it really. ... and then load it into memory and redraw it. ...
    (microsoft.public.win32.programmer.gdi)
  • Re: Attach event/function to links within span tag
    ... >> Iff the color depth of the display device allows that, ...
    (comp.lang.javascript)
  • Re: Hexadecimal colour notation
    ... If the display device does not run with a ... display device that ran with such a color depth using the same color ... three or six digits makes no difference to interoperability. ... each color component, hence a color depth of 6 bit), a color component ...
    (comp.infosystems.www.authoring.stylesheets)