Hi,

It's not a good idea to give names to classes and IDs containing the '_', because of know limitations in some browsers. http://www.blooberry.com/indexdot/css/syntax/generalbugs.htm

The underscore character ‘_’ can be substituted with the ‘-‘.

Regards,
introfini

Comments

webchick’s picture

StatusFileSize
new1.07 KB

That's not a patch.

But here is one.

Not sure how critical this is since the above link seems to say that this is only an issue for Netscape 4, which has long been abandoned by most sane people.

However, it does make it more consistent with the rest of core which also uses - instead of _ so might be desirable to include.

webchick’s picture

StatusFileSize
new1.26 KB

Same patch, for 4.6

hunmonk’s picture

Status: Needs review » Fixed

committed to all branches

Anonymous’s picture

Status: Fixed » Closed (fixed)