On 15/02/07, Jason Levine <[EMAIL PROTECTED]> wrote:
>
> It looks like : isn't a valid character for ID attributes.  From
> http://www.w3.org/TR/html401/types.html#type-name :
>
>
>
> > ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed
> > by any number of letters, digits ([0-9]), hyphens ("-"), underscores
> > ("_"), colons (":"), and periods (".").
> >
>
> I've never used JSF, so I can't speak to how to solve this problem.  Is
> there a way to specify the ID attribute, overriding the normal JSF : usage?
>
> --

It is valid (as it mentions colons in the text you quoted), just not
at the start. However, when you do that, you cannot reference them by
CSS (same thing applies to period ("."))

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to