PDA

View Full Version : CSS Styling (name convention)


deadseasquirrel
05-04-2004, 05:37 PM
I know I asked something like this before, but now I'll be more specific too. Are there different CSS naming conventions that are currently in the pipelines. Like formal programming, people have devised little naming convention schemes that help people in deciphering code (i.e. functionName(), CONSTANT_VARIABLE, _passedParameterForFunction, etc.)

Is there something similiar to that going on for CSS?

liorean
05-04-2004, 05:43 PM
Not really. Most people use lowercase throghout, but that's probably more an effect of the xml/xhtml case sensitivity as much as anything.