Re: Attach event/function to links within span tag



Michael Winter wrote:

> On 20/01/2006 20:13, Thomas 'PointedEars' Lahn wrote:
>> Michael Winter wrote:
>>> [#rgb and #rrggbb are equivalent]
>
> [...] The three-digit RGB notation (#rgb) is converted
> into six-digit form (#rrggbb) by replicating digits, [...].
> This ensures that white (#ffffff) can be specified with the
> short notation (#fff) and removes any dependencies on the color
^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> depth of the display.
^^^^^^^^^^^^^^^^^^^^^
> -- 4.3.6 Colors, CSS 2 Specification
>
> 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.

> [snip]
>
>>>> [...] the standards compliant `onload' property of the `body'
>>>> element as it should be.
>
> [snip]
>
>> [...] the `onload' event handler attribute of the `body' element
>> [...]
>
> You seem to have muddled your terminology. Are you referring to the
> onload attribute (HTML) or the onload property (OM)?

The `body' element's _attribute_ is meant on both occasions. I would
have referred to the `onload' property of an _object_, not an element,
otherwise. Sorry for causing confusion, yet I think I had been clear
enough.


PointedEars
.



Relevant Pages

  • Re: [PATCH] make miniconfig (take 2)
    ... that symbols can be set by dependencies, ... miniconfig is an action changing the default state. ... So really a miniconfig can't specify an inconsistent state, ... I suspect there are guard symbols that are also ...
    (Linux-Kernel)
  • Re: Using MAPI to send MMS: Link Errror
    ... Input and added mapi.lib to Additional dependencies ... any other parameters i need to specify? ... i tought the header files should include these two ... // Replace with specific error handling. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: How can I specify dependencies in VS2005 like I did in VC 6?
    ... tab of workspace pane, and specify that a file depended on another file. ... In fact, I'm having trouble figuring out if dependencies work at all, as sometimes my builds don't seem to rebuild correctly if I change header files. ... What I want to do is automatically generate a .h file from custom properties set in a project, and then include that .h file in the build of my .rc file, via the resource includes. ... Any pointers to documentation that explains how builds actually determine dependencies, and how I can manually specify it would be greatly appreciated. ...
    (microsoft.public.vc.ide_general)
  • Static Libraries and dependencies
    ... It appears that MSVC 6 has a different concept of dependencies that I do. ... If I specify that Library B is dependent on Library A, ... I find it totally unbeleivable that specifying dependencies changes ...
    (microsoft.public.vc.ide_general)