Re: Attach event/function to links within span tag
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Sun, 22 Jan 2006 23:01:03 +0100
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
.
- Follow-Ups:
- Re: Attach event/function to links within span tag
- From: Jasen Betts
- Re: Attach event/function to links within span tag
- From: Lasse Reichstein Nielsen
- Re: Attach event/function to links within span tag
- References:
- Attach event/function to links within span tag
- From: johkar
- Re: Attach event/function to links within span tag
- From: VK
- Re: Attach event/function to links within span tag
- From: Thomas 'PointedEars' Lahn
- Re: Attach event/function to links within span tag
- From: Michael Winter
- Re: Attach event/function to links within span tag
- From: Thomas 'PointedEars' Lahn
- Re: Attach event/function to links within span tag
- From: Michael Winter
- Attach event/function to links within span tag
- Prev by Date: Re: How to ignore the signed bit?
- Next by Date: problem with validating input value
- Previous by thread: Re: Attach event/function to links within span tag
- Next by thread: Re: Attach event/function to links within span tag
- Index(es):
Relevant Pages
|