CSS and long element names

Has anyone else run into an issue when using long (over 32 characters) element names with CSS?  It looks like the character limit carried over from IF. I couldn't figure out why my CSS rule wasn't hitting until I happened to look at the status window and saw that the element name was truncated. Once I truncated my selector, the rule worked fine.  I was over the limit by a single character.  I'm going to guess most people are using less verbose element names, so this won't be problem.

Parents Reply Children